In invoice i have 2 items.
the price (PR00) of one of them is OK.
the other has a mistake in its price (PR00).
all the details (dates...) are the same in the 2 items.
the problematic item:
price of 1.98 ILS, OTY=9000, currency exchange rate is 4.20400.
the result is 74,880. it should be 74,915.28... (1.9890004.20400).
why the result is wrong?
[the currency exchange rate at the pricing date of the invoice is 4.20400.
the culculation of the 74,880 used the currency exchange rate 4.20202 - which does not exist in the currency exchange rate table.]
thanks
Hello,
The exchange rate is calculated on the conversion rate maintained in T-code OB08(Table TCURR). Even though on the pricing date the conversion rate is 4.20400, check the conversion on the date of PGI. This could resolve your problem.
Add a comment