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

ABAP Dictionary Log

Former Member
0 Likes
507

hi experts,

Is any log maintained in SAP System storing the various operation performed on any transparent table like deletion,addition,modification of rows which is used while monitoring the ABAP Dictionary?

Thanks and regards,

Gaurav

3 REPLIES 3
Read only

Former Member
0 Likes
387

Hi,

goto T.code: SE11

give the table name, which you want to check.

go inside in display mode.

now press on 'Utilities>Version>Version Management' in the application tool bar. It will display the changes made to that table.

Read only

Former Member
0 Likes
387

some of the fields are captured by CDHDR and CDPOS tables

Read only

Former Member
0 Likes
387

hi,

Follow this link, might help you.

http://help.sap.com/saphelp_nw04/helpdata/en/7e/c81ebb52c511d182c50000e829fbfe/frameset.htm

Hope this helps, Do reward.