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

Events for Std table updates

prabhu_s2
Active Contributor
0 Likes
341

Hello all

Whenever there is a change done to a std table entry i want to record the change in a file. how to goahead with it? for instance Iu2019m changing a material master i want to capture the change data and write to a file. But i donu2019t want to use user exit or make use of change pointers (cdhdr tables). Rather is there any way to run an abap code based on change/update events in std table?

thkx

P.S

1 REPLY 1
Read only

Former Member
0 Likes
315

Hi,

I think that is impossible. As Change/Update events are related to one of the Table maintenance Generator events, even if you use TMG events you can log only those changes that are made through the TMG.

You need to use the Change Pointer's concept to track the changes or code the logic in user exit at Save.