cancel
Showing results for 
Search instead for 
Did you mean: 

How to restrict manual changing of free goods in sales order

former_member330517
Participant
0 Kudos

Hi ,

Goodmorning ,

We have some requirement : In sales order free goods quantity determination by system should not be allowed to change manually , where can we do this ?

Looking for your inputs

Thanks and regards

Venkat

Accepted Solutions (1)

Accepted Solutions (1)

jignesh_mehta3
Active Contributor
0 Kudos

As per SAP Standard, when the main Item quantity is changed, the Free Goods are redetermined. In this case any manual changes to Free Goods Quantities are lost.

But your requirement is for restricting the Chages of the Quantity of Free Goods Correct?

I believe there is no SAP standard solution for this. You will have to apply a User Exit, which will check the Item category of each LIne item & if it is free goods (TANN) then changes are not permitted.

Hope this helps.

Thanks,

Jignesh Mehta

former_member330517
Participant
0 Kudos

Hi Jignesh . Ram ,

I'm exactly for the same as you people mentioned ,

Do have any idea which user exit will be useful for this requirement ?

Thanks and regards

Venkat

Former Member
0 Kudos

USEREXIT_FIELD_MODIFICATION in MV45AFZZ

former_member330517
Participant
0 Kudos

Ram ,

Thank you very much

Regards

Venkat

Answers (1)

Answers (1)

Former Member
0 Kudos

I think you can do with userexit - USEREXIT_FIELD_MODIFICATION in MV45AFZZ, please write logic for order type or sub item (freed goods) or main item .. There is no standard solution.