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

how update ordered quantityin sales order using USEREXIT_SAVE_DOCUMENT_PRe

Former Member
0 Likes
657

Hi all,

i am updating ordered quantity in sales order using user exit(USEREXIT_SAVE_DOCUMENT_PREPARE) in MV45AFZZ

i am chenging the values of ordered quantity VBAP-KWMENG,VBAP-LSMENG,vbep2-WMENG but not working.

any one can you please tell me how to do it or is there any prerequisities for that .

regrds,

Sudhakar Reddy.A

Hi all,

i am updating ordered quantity in sales order using user exit(USEREXIT_SAVE_DOCUMENT_PREPARE) in MV45AFZZ

i am chenging the values of ordered quantity VBAP-KWMENG,VBAP-LSMENG,vbep2-WMENG but not working.

any one can you please tell me how to do it or is there any prerequisities for that .

regrds,

Sudhakar Reddy.A

2 REPLIES 2
Read only

Former Member
0 Likes
546

Hi ,

Problem is solved we have to use same user exit and have to pass value to RV45A-KWMENG , so its working fine.

Regards,

Sudhakar Reddy .A

Read only

Former Member
0 Likes
546

solved by me .