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

Get Modification Log for Table entries changed using Table Maintenance

Former Member
0 Likes
1,983

Hi Experts,

Is it possible to get log of all the changes made to the table entries which are updated/added/deleted by anyone? Note that the loging atribute may not be set for certain table entries and hence that option of tracking thru CDPOS is not viable.

Let me know if any other alternative can be used to track changes to any table in R/3?

Regards,

Mansi

3 REPLIES 3
Read only

ravisankara_varaprasad
Active Participant
0 Likes
1,139

Hi,

One thing you can do is,

a) Implement Field level routines and then save the changes into a custom table again to capture the changes applied from SM30.

But this method is not preferable.

b) Find the User exit / BADI/Enhancement spot for SM30 transaction and capture the changes.

Kind Regards,

Ravi Sankar.Z

Read only

Former Member
0 Likes
1,139

Hi,

Yes, you can get log records of table changes through DBTABLOG table.

Regards,

Ni3

Read only

0 Likes
1,139

Hi,

You can select the check box ( Log Data changes ) in Table technicul settings, Than automatically Log is updated in CDHDR and CDPOS.

Please give the reply if problem is Solved.

Bye.