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: 

table that holds log changes of standard SAP objects

Former Member
0 Kudos

friends

There were some SAP objects that were modified (tables, reports, fm) when we went for a patch upgrade...is there any table that holds the log changes (modifications or updates) to standard SAP objects, mainly tables? If i give a date period, i should get a list of all the tables that were changed in that time frame...pls suggest friends...thanks all

Sathish. R

1 ACCEPTED SOLUTION

ferry_lianto
Active Contributor
0 Kudos

Hi,

Please check table SMODILOG.

Also check transaction SE95 as well.

Regards,

Ferry Lianto

4 REPLIES 4

ferry_lianto
Active Contributor
0 Kudos

Hi,

Please check table SMODILOG.

Also check transaction SE95 as well.

Regards,

Ferry Lianto

Former Member
0 Kudos

Just try the tables 'DDLOG', and also try to search in tables that begin with 'DD10*'.

Reward points if helpful

Regards

former_member15255
Active Participant
0 Kudos

Hi,

Check the tables

CHDR table which maintain log of all the changes made to the object this is the header table i don't remember the item table of the same but it should start with the "CH*"

regards

suresh krishnan

Former Member
0 Kudos

Hi,

Goto table CDHDR and fill up the required fields(eg: username,date etc) execute it ..

You will get the object class , object ID and change NR

Pass these values in CDPOS table to get the tablename,fieldname old value and new value..

Hope it helps

Award marks if it helps