Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Japanese currency - Moving Average Price

Former Member
0 Kudos

Hi all,

In SAP systems the Moving avg price is stored as 36.88 (JPY currency)in Material Valuation (MBEW).

But in Mainframe side the actual value is stored as

3,688 JPY .

When doing the price calculation in ABAP with this price i want to use the actual value stored in Mainframe and not the one stored in MBEW with decimal points because the JPY currency will not have decimal places.. But i dont know why SAP is storing the value as ' 36.88 ' instead of ' 3688.00 '.

anyway does any one know how to remove the decimal point ' . ' from the above example shown.. so that i can easily use that for price calculation.

Please help.

1 REPLY 1

Former Member
0 Kudos

Hi Hemavathi Durairaj,

Go through the SAP Note : 886532 why price is calculated wrongly.

Regards

Balasubramanian