Hi!
I need to do conversion from/to JPY currency for updating prices. Since the currency does not allow decimal places, I though of rounding off the amount first with 0 decimal places if JPY is the currency.
I am testing FM ROUND in SE37 and I always get INPUT_INVALID Message: Please use a number field for the input value.
I should place a number in the input field, right? I expect that when I put
Decimals 0
Input 24.6
Sign
I will have output
25.
But then I always get the input:invalid error no matter what I enter in the decimals and input field.
Can someone help? Thanks!