‎2006 Dec 28 5:16 PM
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
‎2006 Dec 28 5:22 PM
‎2006 Dec 28 5:47 PM
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.
‎2006 Dec 28 7:59 PM
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