Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Log Table for T-Code Iw32

Former Member
0 Likes
2,818

Hello

Can you tell which table holds the data for the changes done in the transaction Iw32.

I know for most of the changes, the Logs are captured at CDHDR/CDPOS, but the changes for Iw32 are being captured there.

Is there a specific 'database table' where the changes are captured.

Thanks

Indira G

2 REPLIES 2
Read only

Former Member
0 Likes
1,823

hi

do a trace of the transaction, using ST05 and check the tables..

first, active st05 then go to IW32 check the log and then come back to ST05, desactive it and see the log.

Regards

Miguel

Read only

Former Member
0 Likes
1,823

Hi Indra,

The changes for IW32 are being captured in CDHDR and CDPOS only.

You can verify this from IW32 as follows:

go to tcode IW32 -> provide any service order -> display -> (top menu) EXTRAS -> DOCUMENTS OF ORDER -> CHANGES

Above will give you all the details of changes to the order in ALV format.

The first column is of 'Object Value'.

You can then go to SE16 and in table CDPOS and provide this Object Value in the CDPOS object value field and you will get all the same entries in the change log.

Please let me know if you have any questions.

Thanks

Amit