cancel
Showing results for 
Search instead for 
Did you mean: 

order

Former Member
0 Kudos

Hi,

Order is created for 100 qty and delivered and pgi is done.Now going back again to order in change mode and change the qty to 200 its taking.how to control this?

regard

vijay

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

hi

use the user exit "MV45AFZZ"

and the FORM USEREXIT_MOVE_FIELD_TO_VBAP.

in that write the code and check

something like

if sy-tcode = 'VA02'.

if not VBAP-KWMENG is initial.

loop at screen.

if screen-name = vbap-kwmeng.

screen-input = 0.

modify screen.

endif.

endloop.

endif

endif.