The details are from billing item condition window
amount(komv-kbetr) = 211,28 eur
cond.base value(komv-kwart) = 3
condition value(komv-kwert) = 633,83eur
Exchnage rate is 1 eur = 8.85090sek
the issue is
the calculation is done as 211,27794 X 3 = 633,83 eur
whereas we want 211,28 X 3 = 633,84 eur
So we have to prevent the calculation from being made from 5 decimal places to 2 decimal places .
How can this be achieved .
Thanks
Pooja