Hi Everyone,
My requirement is, I want to push a notification when a sales order has been created.
So I want the ERP order number to send notification.
I have been searching for the UserExit/BAdi for the past many days.
I found Include program MV45AFZZ and Exit names USEREXIT_SAVE_DOCUMENT and USEREXIT_SAVE_DOCUMENT_PREPARE.
But these are being executed before commit.
I tried PERFORM xxx ON COMMIT.
I have not understood PERFORM xxx ON COMMIT LEVEL idx. (I dont know what this LEVEL idx do and I have not tried)
I tried with Update Function Module: CALL FUNCTION xxxIN UPDATE TASK. But no luck.
Help me in this.
Thank you.
Ravinder.