Skip to Content
0
Apr 25, 2014 at 07:59 AM

Round FM always INPUT_INVALID

2090 Views

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!