cancel
Showing results for 
Search instead for 
Did you mean: 

Slab wise pricing records

Former Member
0 Kudos

Dear Gurus,

I have a scenario to map where the pricing record to be determined as per the slabs.

for example the discount to the customer

1. upto sale of 1000 the discount should be 10%

and above the sale of 1000 Rs say 1500 the discount should be 15% for the 500 Rs. means this 1500 Rs will have two discount percentage one for 1000 Rs with 10% and for 500 Rs it should be 15%.

what kind of settings i need to do in the pricing control data or scaling in condition record.

Is it possible by the standard setting or i need to go for the development. Please give me your suggestions also.

regards,

Sanju

Accepted Solutions (1)

Accepted Solutions (1)

sidi_reghioui
Active Contributor
0 Kudos

You can do this in standard

use/create a discount condition type V/06 with scale type D - interval scale., and scale bases quantity

Create the access sequence V/07, then add it to your disounts in your pricing schema V/08

then maintain the condition record VK11

You then maintain your condition record as follows

- 1000 pce -- 10%

- 1500 pce -- 15%

If you order 1500 pce:

the first 1000 will get 10% and

the remainig 500 pce will get 15%

Regards

Sidi

Answers (1)

Answers (1)

Former Member
0 Kudos

you should go for development. May be you can create a custom alternate calculation type routine with the logic you mentioned.

Regards

Sai