‎2018 Jan 25 8:03 AM
Hello Experts,
I have a requirement where a custom program needs to be called once I click on save button in CC11 Transaction.
Could anyone suggest an Exit so that i could use submit to call the program.
Thanks in Advance.
‎2018 Jan 25 8:32 AM
‎2018 Jan 25 12:39 PM
Hi Raymond,
Thanks a lot for the quick reply. I could find the ECM_UPDATE but not sure on the RFC method part. It would be a great deal of help if you could elaborate a little more on this.
Regards,
Ravi.
‎2018 Jan 25 1:23 PM
Just suggesting to create a RFC enabled FM (checkbox in FM attributes + parameters by value) to wrap the submit, call it in bacckground task/unit so it would execute in another LUW (after transaction updates) and wont disturb execution of the standard transaction. Look in online documentation for COMMIT WORK statement, RFC FM and in forum for error SYSTEM_ON_COMMIT_INTERRUPTED.