Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Decimal Notation + C14N_NUMERIC_FORMAT

Former Member
0 Likes
801

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,

3 REPLIES 3
Read only

Former Member
0 Likes
622

any idea how to use this fm ?

Read only

Former Member
0 Likes
622

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.

Read only

0 Likes
622

I have also seen this coading in system,,,, I am intrested in values of those calling parameters

Regards,