2019 Aug 02 8:51 AM
Is there a way to trigger an event when a database table have been updated ? I've been reading similar questions but nothing seems to work for me.
Is there a way to trigger an event when a database table have been updated ? I've been reading similar questions but nothing seems to work for me.
2019 Aug 02 9:33 AM
if table updated through table maintain, there is event to handle it:
if you write update logic in a class, you can raise event as you wish:
https://help.sap.com/doc/abapdocu_751_index_htm/7.51/en-US/abapraise_event.htm
if you expect an event automatically raised after INSERT, UPDATE...statement, i can tell i don't see anything like that before.