cancel
Showing results for 
Search instead for 
Did you mean: 

For TANN quantity should not change

Former Member
0 Kudos

Hi,

Requirement is in a sales order for TANN item category the quantity should come in non editable (GREY) mode.For this as per my search in Google and forums i got the suggestion to use the "USEREXIT_FIELD_MODIFICATION in MV45AFZZ".But my technical (ABAP) is required more clarity about doing this. Can anybody suggest me in detail how to give logic for him?

For few cases For one sales organisation and for few distribution channels only this quantity should come in grey mode.

Suggest me how to achieve this.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

HI,

See below;

IF VBAP-PSTYV <> 'TANN' AND

SCREEN-NAME = 'RV45A-KWMENG' .

SCREEN-INPUT = 0.

ENDIF.

Hope it helps.

Former Member
0 Kudos

Hi,

You can give the logic like this,

Where VBAP - PSTYV = TANN field VBAP - KWMENG should be in display mode.

Regards

Ram