Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Commit work & Submit

Former Member
0 Likes
680

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

2 REPLIES 2
Read only

Former Member
0 Likes
471

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

Read only

Former Member
0 Likes
471

Solved myself with other solution