Hi All,
My Decimal notation profile is USR01-DCPFM = SPACE ( Blank value ) i.e. Thousand's separator is '.' and decimal is ','
In VA01, if I enter Condition value = 1.24,34 , I get error - ' Input must be in the format __.___.___.__~,__V'.
I want to replicate same standard behavior in my custom report where I will be getting this amounts in excel file.
I want to check if file has invalid entries such as 1.24,34 or not . If yes error message ' Input must be in the format __.___.___.__~,__V' is to be given.
I tried with FM 'HR99L00_CONV_FROM_EDIT_MASK_IN ' by passing input = 1.24,34 and P_EDIT_MASK = __.___.___.__~,__V.
It gives expected error but for correct value input = 1.234,45 also it gives error input must be in the format __.___.___.__~,__V.
Can anybody please let me know where I am doing mistake.
Thanks,
Jit