cancel
Showing results for 
Search instead for 
Did you mean: 

Tcode used for SD document Creation

former_member200967
Active Participant
0 Kudos

We have a requirement where in we need to capture the TCode used for creation of SD Documents( Sales orders, Delivery and Invoices). We have a few Z Tcodes that also can be used for Sales document creations. Like changes for all Sales documents are logged into CDHDR/CDPOS tables , including tcode used to make the changes. Here, my requirement is to find , which tcode was used to "create" a sales document, like VA01 for sales orders or some other Z tcode.

I have already tried to get the information from SLG1, STAD, and System Audit logs without any success. I am looking for a way to find this information without writing a new logic in all the Z tcodes.

Regards

Manpreet Singh

View Entire Topic
siva_vasireddy2
Active Contributor

Hi,

go to SE16 and type TSTC then go for z* for searching

may be you can find the desired tcodes.

former_member200967
Active Participant
0 Kudos

That is not my requirement. CDHDR table contains the "Tcode" used for every change done on a sales document. I want to know, if there is a table that stores the tcode used to "create" a sales document. Looking for something like below in a table or system log.

SalesDoumentNumber Username Tcodeusedforcreation

123 ABC VA01

124 ABC ZVA01