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

Trigger Event when data in table changes

Former Member
0 Likes
2,044

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.

1 ACCEPTED SOLUTION
Read only

GauthamV
Active Contributor
0 Likes
874

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]

2 REPLIES 2
Read only

GauthamV
Active Contributor
0 Likes
875

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]

Read only

rejish_balakrishnan
Contributor
0 Likes
874

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.