Hi, how do I convert an input string containing numeric data properly using the current user's settings? I.e. how do I get e.q. '1.234,56765' converted regarding decimals and thousands separator? I could not find any function doing just that, although every dynpro uses this functionality.
Any hint greatly appreciated.
TIA
Peter
Hi Peter ,
I am not sure of a FM but you could read table USR01 field DCPFM to determine the Decimal notation .
Regards
Raja
Hi Peter,
It sounds like you want to convert from external to internal format. If this is the case, you could look at class CL_FOBU_INPUT_UTIL, which was mentioned elsewhere in this forum for a similar issue. It might be what you are looking for.
Good luck,
Dave
Add a comment