cancel
Showing results for 
Search instead for 
Did you mean: 

free item for total order value

Former Member
0 Kudos

Hi experts......

i Have a scenario.....

in a supermarket there is an offer.. saying if you buy for a total value of 500 rs... a gift of wort 100 rs is free.......how to configure this?

Samatha

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi there,

Is your $100 free applicable on the purchase of any goods?

Then this is what you need to do. Define a new discount condition type. Define a new table with sales org / order type & assign it to the access seq of the condition type. Maintain the condition type in your pricing procedure. In the requirement routine of the condition type, put a customized logic. For that pass the net value of the order into a subtotal. In the customized logic, read the value from the sub total. If it is >= $500, then only the new discount condition type should apply. In the condition records maintain a value of $100.

This will ensure that if the value of the SO is >= $500, then $100 discount will be granted.

Or if your discount is based upoon purchase of a particular item, then this is what you do.

For this we need to define the Free goods determination procedure. We need to have a customized code in the requirement routine that we assign to the condition type NA00. Pass the net value of the order into a sub total. In the code put a logic that system reads the net value in the sub total. If the value is >= 500, then only NA00 will apply.

When maintaining the condition records, select 'inclusive' on the top menu bar.

Hope this helps.

Regards,

Sivanand

pankaj_singh9
Active Contributor
0 Kudos

Hi,

Refer following link;

[Inclusive Free Goods without Item Generation|http://help.sap.com/saphelp_erp60_sp/helpdata/en/90/758534c960a134e10000009b38f83b/frameset.htm]