‎2006 Dec 07 12:40 PM
I have a requirement...I need to submit order data to VL04 using Submit & I have written the code in Perform <name> on commit.
But, this perform is getting triggered before Commit statement gets executed and I am unable to process VL04 for the order created.
Pl. suggest me how can i achieve this..means I need to submit values to VL04 after the Commit statement has been executed....
The commit statement is in standard SAP program....and I am writing the Perform in
"FORM USEREXIT_SAVE_DOCUMENT_PREPARE" of "MV45AFZZ".
‎2006 Dec 07 12:59 PM
Hi
I don't believe you can call that trx into an exit of sales oreder, u should wait for order data are really stored.
What do u need to do?
Max
‎2006 Dec 11 3:39 PM