‎2009 May 20 12:23 PM
Hello Friends,
The user can set the Decimal Notation as he want, and I need to set it in this format...
1 234 567,89
I found this FM, but dont know how to use it, can any one pls put some example for so ?
Regards,
‎2009 May 20 1:00 PM
‎2009 May 20 1:14 PM
Hi
Please see the beloew Standard Include
Include: LC125XF10
call function 'C14N_NUMERIC_FORMAT'
exporting
i_num_string = x_string
i_format_string = i_pattern
i_decimalflag = l_variant-dcpfm
importing
e_result_string = x_string
exceptions
illegal_mask = 1
illegal_num_string = 2
others = 3.
‎2009 May 20 1:16 PM
I have also seen this coading in system,,,, I am intrested in values of those calling parameters
Regards,