cancel
Showing results for 
Search instead for 
Did you mean: 

Urgent - rebate request

Former Member
0 Kudos

Hello,

I have the following requirement on rebate process and would really appreciate with your kind help.

My customer gives rebate if their customers meet more than 2 conditions. For example,

2% rebate will be given to customers

if sales volume for mat'l A is over 1000K

and mat'l B is over 500K.

Thanks!

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Londa,

The rebate mechanism works very much like pricing conditions. So you could write a fresh piece of code in the requirment routine of your rebate processing condition ensuring that these two conditions are met. But this is not suggestible. I am saying this becuase you are hard coding two such conditions.

The better option is to create a z-table in which record fileds could be sales area, doc type, pricing condition type and your condition field 1 and its value, condition field 2 and its value. This way you will be able to change the condition fields as per your requirements and also the condition values. The future maintenance of such a table will require only SM30 view and no ABAP transports would be needed.

Let me know if you need any more assistance.

regards,

Abhishek