‎2021 Mar 29 2:34 PM
Hello,
does anybody know if there is a possibility to have an trigger event on SAP standard tables ? E.g. in my case everytime a NEW row is added into table FEBKO i want immediately(!) trigger an event whichs calls an Z-ABAP-program.
Any ideas for that ?
br Martin
‎2021 Mar 29 2:45 PM
I think using Change pointers and event linkage in SWEC can help here.
refer below links
How to trigger event when an entry is created/changed in a table ? | SAP Community
SAPTechnical.COM - Creating Change Documents for Custom tables
‎2021 Mar 29 2:52 PM
Hello Taha,
thank you for your hints, but thats not what i am looking for: there is no business object behind the table FEBKO, so using SWEC won't help here ! The table FEBKO has also no logging activated in SE11:

As i wrote i need "live" event for the table FEBKO.
br Martin
‎2021 Mar 29 3:11 PM
I see, thanks for the feedback!
As far as I know, this is not possible in ABAP. Maybe outside SAP on the db level.
‎2021 Mar 29 9:09 PM
DB triggers can do it. The hard bit is running the ABAP once the trigger has been triggered.
‎2021 Mar 30 9:32 AM
‎2021 Mar 30 1:33 PM