cancel
Showing results for 
Search instead for 
Did you mean: 

Pricing

Former Member
0 Kudos

hi .

i want to price a material based on range.

suppose 1 to 10 = 100rs( for each piece)

11 to 20 = 90rs

A customer buys 15 pieces for his first 10 pieces he is to be charged with 100rs

then reaming 5 pieces is to charged wiht 90rs ..how to do ..it ..

So total prices should be 1450.

pls give step by step configuration.

thanks & regards.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

We will use this type of pricing in IS utilities(Ex electricity billing).SAp has given standard condition type ie PR02.Please check functionality and maintain record.

If helps you,reward me.

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Jasmine

Use scales in VOV6..

Scale basis : Qty

Scale type : Graduated scale..

And maintain price in VK11.. select scales and give the prices..

Muthupandiyan

Former Member
0 Kudos

hi

for this functionality goto condition type PR00 in V/06 and in the scales coloumn

maintain "scale basis as C (quantity scale)

scale type as "D'" (graduated to interval scale"

and now create or maintain condition record in VK11 and maintain the scales as

10-100

20-90

and now create a sales order and goto conditions you can see the price as per your requirements

regards

Former Member
0 Kudos

In the T.code: V/06 go to the price condition type (Ex:PR00), double click on it.

And in the <b>scales section</b> there is a field called <b>Scale type</b> in that maintain the Value as <b>D - Graduated to interval scale</b> and <b>Scale basis</b> maintain as <b>C - Quantity Scale</b>.

Maintain condition record for the condition type in T.code:VK11 and maintain scale values as shown:

1 to 10 = 100rs( for each piece)

11 to 20 = 90rs

Regards

AK