‎2009 Feb 09 12:01 PM
Hi All,
I have a Zprogram which updates a custom table.When the ztable is updated from the custom table i want to trigger an event.
Note that i cannot change the custom report. Also the table entries would be maitained only using the custom report not SM30.
Any suggestions on how to achieve this ?Any events that would trigger when an entry is changed in a Ztable ?
Thank You
Radhika.
‎2009 Feb 09 12:07 PM
You can use SCDO to create change documents or use change document in data element.
check this for more info.
[Trigger event for table changes|https://forums.sdn.sap.com/click.jspa?searchID=22026693&messageID=3610913]
‎2009 Feb 09 12:07 PM
You can use SCDO to create change documents or use change document in data element.
check this for more info.
[Trigger event for table changes|https://forums.sdn.sap.com/click.jspa?searchID=22026693&messageID=3610913]
‎2009 Feb 09 12:31 PM
Hi,
Open table PROGDIR-> UNAM (last changed by).
In the last processing block of your coding check for the value of the field.If it is changed then you can trigger an event yourself.