Hi,
It explains my problem again.
There is an amount of money of Japan "12,345".
This amount of money is stored in DB of the R/3 system in the form of "123.45(JPY)".
When this amount of money is acquired by using the rfc module of WEBDYNPRO, "123.45(JPY)" can be acquired.
When the amount of money is output according to given information, it is displayed, "123".
(The currency code "JPY" doesn't treat the decimal. )
However, this is not a correct amount of money display. It is a method that I requests that is converted and displayed, "123.45" -> "12,345".
R/3 system DB : 123.45
RFC module acquisition : 123.45
displays : 123(This is not correct. )
Display for which I hope : 12,345
regards.
koo