cancel
Showing results for 
Search instead for 
Did you mean: 

kit sales' components

cathy_liang
Contributor
0 Kudos

Hi experts,

How to prevent order creator from changing the components' quantity in sales order? U know, no message pop up when chaning.

Plz advise. Many thanks.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

You can use in MV45AFZZ USEREXIT_FIELD_MODIFICATION:

IF VBAP-UEPOS <> '000000' AND

SCREEN-NAME = 'RV45A-KWMENG' .

SCREEN-INPUT = 0.

ENDIF.

Edited by: A.C. on May 4, 2010 5:59 PM

Answers (0)