cancel
Showing results for 
Search instead for 
Did you mean: 

Scale in price

Former Member
0 Kudos

hi all,

i have this req,

the price in sales order is determined based on quantity that has already good issued. i keep good issue quantity in info structure.

ex:

we have deliver/good issue 1000 PCS by last month.

in the beginning of this month, i create SO for 100 PCS.

Price master: 0 - 500 = 10$

501 - 1000 = 8 $

1001 - 2000 = 6 $

because we have GI 1000 PCS, so the price in sales order will be 8$ per PCS. so net value in so will be 8$ * 100 PCS = 800$.

how we do that? determined price based on qty already GI.

Best Regard,

Hendry

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

solved

Former Member
0 Kudos

Hi Hendry,

You should go to VK12 t-code to change your condition records. in condition records, select your condition line and and go to scales by pressing F2. in this screen, you should maintain as below for your scale:

scales quantity----


amount

0 (should be blank;)----


10,00

500----


8,00

1000----


6,00

If you maintain it like that,you can meet your requirement.

I hope these will provide the solution.

Regards,

Former Member
0 Kudos

Hi,

What i have understood from the example u have given is that u have maintained the scales,

0-500=10$

501-1000=8$

1000-2000=6$.

If u want the system to consider the discount you have to maintain the scales such that u get 800$ for 100 pcs.If u want to get the discount for already delivered goods then u should give the discount with retrospective effect if ur using rebates.

Regards,

Ramesh.