cancel
Showing results for 
Search instead for 
Did you mean: 

product schemes

Former Member
0 Kudos

Hi friends,

There are product schemes been decided from time to time to be given to the customers while billing

how to map them in sap.

1.Say one product will be given free if the particular customer buys worth Rs 5000/-(means the value to sales order)

2.Free gift to the customer based on the slabs decided for a particular given period (Ex:say the customer has bought products worth 5lacs for that particular month)

3.Assume there are 5 products taken for scheme so a gift will be given to the customer if he buys any three of the 5 products decided.how will the system know that while punching the sales order the order has included the 3 products out of those 5 products.

Thanks

ajay

Accepted Solutions (0)

Answers (5)

Answers (5)

Former Member
0 Kudos

closed

former_member217082
Active Contributor
0 Kudos

Hi Ajay

For your First Query , Through Free Goods you can fulfill your requirement by maintaining the scale of Rs.5000/-.So if the value of Rs.5000/- exceeds then only your requirement can be fulfilled.

For your Second Query , it can be achieved through Customer Rebates.

For your Third Query , it can be achieved through Bonus Buy , so you need to maintain a new requirement in VOFM assign it in the pricing procedure then your requirement can be fulfilled

Regards

Srinath

Former Member
0 Kudos

Ajay

This will require complete customization with Z tables and programs.

1.Say one product will be given free if the particular customer buys worth Rs 5000/-(means the value to sales order)

A: Need to maintain Z table which will contains material need to give free wrt sales value. Based on this Z table material need to be fetched by User exit USEREXIT_SAVE_DOCUMENT_PREPARE.

2.Free gift to the customer based on the slabs decided for a particular given period (Ex:say the customer has bought products worth 5lacs for that particular month)

A: Need to maintain Z table which will contains material need to give free wrt sales value. Based on this Z table material need to be fetched by User exit USEREXIT_SAVE_DOCUMENT_PREPARE.

3.Assume there are 5 products taken for scheme so a gift will be given to the customer if he buys any three of the 5 products decided.how will the system know that while punching the sales order the order has included the 3 products out of those 5 products.

A: Need to maintain Z table which will contain all 5 materials. Based on this Z table, User exit (USEREXIT_SAVE_DOCUMENT_PREPARE) will check the materials entered in sales order and found 3 out of these 5 then will fetch gift from other Z table maintained.

So total you will require 3 Z tables and user exits.

Former Member
0 Kudos

Hi yadav,

thanks for your valuable in puts.....But still is this the only solution.

Friends Please also Suggest any if any other solutions

Thanks

AJ

Former Member
0 Kudos

Hello,

Any Inputs friends on this query.

AJ

Former Member
0 Kudos

Hi friends,

Please Require some inputs

Aj