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".