Application Development 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: 

user exit for VA02

Former Member
0 Kudos

hallo gurus,

plz anyone tell me which exit is used for sales order i.e. va01 or

va02 t-code for changing order qty.

plz reply me soon.

thanks in advance.

regards,

Jyotsna

3 REPLIES 3

Former Member
0 Kudos

Hi jyostna,

You can use the exit under V45A0001 and the Exit is

EXIT_SAPFV45S_001 to change the order quantity.

Regards,

Sumalatha N

Former Member
0 Kudos

Hi Jyosna

we dont have any exits for changing order quantity.

directly goto VA02 there u can change the order quantity.

regards,

Chenna.

Former Member
0 Kudos

Hi Jyotsna,

Pls use the include MV45AFZZ for you requirement.

In that use FORM userexit_move_field_to_vbap.

Here pass the value of qantity to the line item you want.

VBAP-KWMENG = whatever you want.

Change the vbap structure directly, so that it wil update it accordingly.

Regards,

Vvieks