I need to find out WHO voided an invoice?
Any ideas?
Tami
*This post is locked for comments
I have the same question (0)

I need to find out WHO voided an invoice?
Any ideas?
Tami
*This post is locked for comments
I have the same question (0)select BACHNUMB from SOP30200 where SOPNUMBE='Your Invoice Number'
and VOIDSTTS=1 and BCHSOURC='Sales Void'
BACHNUMB will have user name, who voided the invoice.