SAP for Healthcare Discussions
Foster discussions about patient care, cost reduction, and operational excellence in healthcare organizations using SAP. Join the conversation.
cancel
Showing results for 
Search instead for 
Did you mean: 

C14N_NUMERIC_FORMAT

Former Member
0 Kudos

Hi,

I want to use the C14N_NUMERIC_FORMAT function module.

This function module is getting used by some of EHS SAP TCODE.

I want to use this function module to convert particular decimal string to desired decimal string (irrespective of user settings).

Please tell me how to use this FM.. if possible with examples.

Regards,

Sharayu

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi Sharayu,

we have checked this function module, this module is on ABAP Basis and not a healthcare function module. I am afraid healthcare is not the right forum for you.

In your case I would recommend you to go to ABAP developmet forum.

best regards

Jing

View solution in original post

4 REPLIES 4

Former Member
0 Kudos

Hi Sharayu,

we have checked this function module, this module is on ABAP Basis and not a healthcare function module. I am afraid healthcare is not the right forum for you.

In your case I would recommend you to go to ABAP developmet forum.

best regards

Jing

0 Kudos

Thanx for the reply....

Function Module C14N_NUMERIC_FORMAT is getting used in C125 (EHS: Symbols - Value File Generation) Function group...

This is a EHS Function group.. I had raised this thread in Abap General but there also i did not get any answers....

So if any one has used this Function Module.. or knows how to use it.. please let me know...

Regards,

Sharayu

0 Kudos

hi there,

I am not sure if you have a FM documentation on your system, because it seems to be pretty well documented. In case you don't have it, here's a small excerpt illustrating the usage:

Num. Value+++++Mask+++++++Result

12,3456789+++++99,99BBZ++++12,34567

12,3+++++++++++99,99BBZ+++12,30

123,45600++++++99,99BBZZ+++**,4560

12,34 kg/l+++++++99,99 DD++++12,34 k*

12,34 kg/l+++++++99,99 DDDDD+12,34 kg/l

12,34 kg/l+++++++99,99 DDDZZ+12,34 kg/l

12,34 kg/l+++++++99,99 D-+++++12,34

forget the '+'ses, they're just a poor attempt of formatting

regards, anton

0 Kudos

Thanx for the reply...

my requirement is ...

to convert the given string into 123456.78 format...

e.g.

I/P String

12 456,78

12.456,78

12,456.78

please give Mask value to convert these strings