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

COMMIT WORK Exit

Former Member
0 Likes
437

Hi,

I have a requirement wherein I need to check if values in a table have been changed and if yes, send an Idoc.

Wanted to know if there is any exit which gets triggered on COMMIT WORK for a table where I can put my piece of coding. If yes, how will I be able to find it?

Thanks,

Ameya

3 REPLIES 3
Read only

Former Member
0 Likes
414

How are the tables being updates? Through PA30 or PA40?

Warren

Read only

0 Likes
414

Typically the table would be updated using a standard SAP screen. This is specific to IS-U.

Is there any event which is raised when committing to a table? If yes, I can catch that and put my validations there.

Read only

0 Likes
414

Hi,

Can you little bit specify your requirement in detail for example, which transaction, etc.?. What I would suggest is, search for user exit for this requirement (both for the transaction as well EDI). The exits after the save will be helpful for this requirement.

Thanks

Viswa