Application Development 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: 

Log for changes in the SAP table

Former Member
0 Kudos

Hello All,

I have a SAP table in which we want to log all the changes being made by the number of users like modifying some record or adding a new record.

Now What I have done is in the SE11 under technical settings I have checked the checkbox which is "Log data changes", Needless to say I have the developer access key to the system.

Now I want to test whether changes being made by me in the SAP table are logged somewhere or not I want to know where can we see the changes being logged made by me.

Is there a tcode to see the changes being made in the table or a SAP table exists for this.

Thanks,

Mark

5 REPLIES 5

Former Member
0 Kudos

Check here

Transaction Table history - SCU3

Former Member
0 Kudos

hi ,

you can check the changes in CDHDR table and get the change doc num and check with CDPOS with the table and field name etc.

Former Member
0 Kudos

Hi,

CDHDR and CDPOS tables stores all the changes made to the Tables .

CDPOS will record the Table name, Field name and time of change etc.

reward if useful

regards,

ANJI

Former Member
0 Kudos

Hi,

BAL_OBJECT_SELECT --> To get the LOG for a object

You can use below Tables/Structures

DDPRT --> Structure of ABAP/4 Dictionary logs

DDPRTXT

Regards

Sudheer

Former Member
0 Kudos

This message was moderated.