cancel
Showing results for 
Search instead for 
Did you mean: 

Free Goods to be issues if Sales value exceed target Value

colin_cheong
Contributor
0 Kudos

HI,

User wanted us to configure the sales order such that when the total sales order vlaue exceed a certain amount, the system will automatic include a certain free items to the order as FOC item.

How do I go about configuring it?

Thanks

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Colin,

1: With standard SAP your requirement will not be fulfilled.

2: To do this you need some ABAP development.

Ask your ABAPER to write a code in user exit MV45AFZZ

where check the Value of the Sales order. If the Sales order value exceeds a specific value then add the FOC items in the Sales order where the item category should be TANN (or equivalent).

You might need a custom Z-table where you can store what Materials are to be added as FOC items in sales order & at what value.

regards

Edited by: Innovation is key on Mar 4, 2011 9:22 AM

Answers (2)

Answers (2)

Former Member
0 Kudos

Hai

use the exit MV45AFZZ and also a routine in [VOFM] and assign it in the pricing against the price condition type as requirement.

We did the same as it compares the net value of the sales order with that certain amount and triggers the required condition type like free goods.

Regards

Maheshoe

Former Member
0 Kudos

Hi,

I dont think it is possible with config.

We can config where 10 + 1 free goods or 9+1 for same material or with combination, but wih value i dont think.

You can do one thing, user need to enter manually material as free good with changing item catgeroy to TANN after reaching your target value.