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: 

How can an event be set for table save

Former Member
0 Kudos

Hi!

I am updating a table through program -- Insert/Update/Delete. I require to track the changes occurring within table. Can I set any event so that whenever any update will occur in table, it will be tracked instantly. I know this can be done through maintenance view. But is it possible to track it. Log table only working for delete/create not for any non-key field change. Please suggest.

Best wishes,

Atanu

2 REPLIES 2

Former Member
0 Kudos

I think you just have to set the attribute "Log Data Changes" in the technical settings of the table in SE11.

Updates to non key fields are also loggged . You can make cnages to non key fields and then see the log in transaction SCU3 or directly run the report RSVTPROT.

Cheers.

0 Kudos

Hi Sanjay,

I have checked in SCU3. This is showing updated status for key fields related to delete/insert. No information related to change.

Beat wishes,

Atanu