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

Dictinary table to log changes

Former Member
0 Likes
770

Hi Gurus

I was wondering if there is a table in SAP which stores a log of changes made to any given table which details the date modified and user who modified it. I don't mean just the last modification, I mean all or at least the 10-20 last changes made.

Regards,

Simon

7 REPLIES 7
Read only

former_member188829
Active Contributor
0 Likes
729

Hi,

Check the table:DBTABLOG

Read only

Former Member
0 Likes
729

Hi,

DBTABLOG is the only table that store all the log changes to any database.

Regds,

Anil

Read only

former_member188829
Active Contributor
0 Likes
729

Hi,

If you are talking about Database Records, You can check the tables CDHDR and CDPOS.

Read only

Former Member
0 Likes
729

Hi,

Use table CDPOS...

Read only

0 Likes
729

DD02L also logs the time changed

Read only

Former Member
0 Likes
729

Hi,

If you want to check the table entries log, USe CDPOS/CDHDR table.

To check the table structure change log, Use the Version management utility.

GO to Se11/12 --> utilities --> version management

compare the verison....

Read only

0 Likes
729

Hi,

please check table CDHDR. IT maintans all table changes.