cancel
Showing results for 
Search instead for 
Did you mean: 

pricing Rounding Issue.

Former Member
0 Kudos

Hi Team,

I want to round my Amount and condition value to Integer level(Remove decimal and following two values)

E.g. my PR00 has value 110 for quantity 11 so my condition value will be 110*11 =1210. If i want to apply 1.9% discount on this using condition type ZXXX it would calculate it as 22.99. I want this value to be rounded off to 23 or 22 hence removing the last two digits on the right of decimal.

Also since SAP calculates % on the condition value as in above case it calculates 1.9 % on 1210, I have a requirement where 1.9% should be calculated on amount per unit in this case on 110 and then multiply it with the qty.

I hope I am clear with my explanation, and in case you need further infi, pls let me know.

Regards,

Anupam

Accepted Solutions (0)

Answers (2)

Answers (2)

eduardo_hinojosa
Active Contributor
0 Kudos

Hi,

Check these notes,

Note 80183 - Rounding

Note 315792 - Group conditions of the same amount on item

Note 166952 - Rounding when distributing header conditions

I hope this helps you,

Regards,

Eduardo

Former Member
0 Kudos

Hi Anupam,

I think that the best way to solve your 2 problems is to use a formula to calculate the value.

You can use a statistical condition to get the % discount and then use another condition with a formula to calculate and add the discount per unit or to round the discount to an integer.

regards,

Edgar