cancel
Showing results for 
Search instead for 
Did you mean: 

SD-Sales: Pricing condition

Former Member
0 Kudos

Dear All,

I have configured new condition for pricing e.g. ZPE1. The information of the pricing condition configuration are as follows:-

Condition class: Discount or surcharge

Calculation type: Quantity dependent

Scale basis: Value scale

Then, I have created condition record for ZPE1 as per below scale:-

Scale Value from: 0.01 MYR Rate: -60.00 MYR by 1MT

Scale Value from: 3,500.00 MYR Rate: -70.00 MYR by 1MT

Scale Value from: 4,000.00 MYR Rate: -80.00 MYR by 1MT

Scale Value from: 4,500.00 MYR Rate: -90.00 MYR by 1MT

Upon SO creation, the rate captured was based on the total value of the price. Which means the "Scale Value from" is meant for Total Value (after times by quantity). But I want the "Scale Value from" to be the unit price. How can I configure it?

Thank you.

NAR

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Nar,

Validate that the condition type is not set up as a group condition within the detail of the config for your condition type(v/06). Then you will have to create a scale base formula in VOFM. Create a new formula eg 600:

FORM FRM_STAFFELBAS_600.

xkwert = 'Your 1 unit price(you will have to play with this code based on how and where your 1 unit price is stored)

ENDFORM.

After your formula is created and activated go into the detail of the config for your condition type(v/06) and assign 600 to the scale formula. This should then give you your desired result.

Answers (0)