‎2009 Apr 13 6:02 PM
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
‎2009 Apr 13 6:11 PM
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.