cancel
Showing results for 
Search instead for 
Did you mean: 

FREE GOODS

former_member194164
Active Participant
0 Kudos

Hi all,

I have activated the free goods and it is working fine.

If I am giving 2 items free with 18(182) inclusive, in the sales order i can change the free items qty to 183 in the free goods line item. HOW TO MAKE THE FREE GOODS QTY NON-EDITABLE.

please help me on the same.

regards

vikas chhabra

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

you may use the user exit MV45AFZB FORM USEREXIT_NEW_PRICING_VBAP CHANGING NEW_PRICING .

In this user exit the existing quantity will be stored in *VBAP and the new quantity will be stored in VBAP, you may check for your free goods item category and throw an error message.

Regards,

Murali

hongyan_shao
Active Contributor
0 Kudos

Hi Vikas,

This seems to be a standard behaviour.

Maybe you have to consider MV45AFZZ 'USEREXIT_FIELD_MODIFICATION'

to change the SCREEN-INPUT = 0 to make it display.

But I have not tried this.

Please just try it and see.

Hongyan