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

Functional Module required

Former Member
0 Likes
509

Is there any functional module which take a floating point value in any format and export the same value in the format defined in the user profile??

as the FM CONVERT_DATE_TO_EXTERNAL solve the same purpose for date..

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
468

Hi,

I think you can use USING EDIT MASK for the same.

Best regards,

Prashant

3 REPLIES 3
Read only

Former Member
0 Likes
468

Hai,

Check the FM <b>CONVERT_FIELD_TO_EXTERN_FORMAT</b>.

Regards,

Padmam.

Read only

0 Likes
468

Oadman, i think u are right that this fm should solve the porpose. But when i am trying to execute this FM it is not converting the format.

Ex:

I am gining IFIELD = 123,567.89

Default setting : 123,456.89

It is giving the output

EFIELD = 123,567.89

Read only

Former Member
0 Likes
469

Hi,

I think you can use USING EDIT MASK for the same.

Best regards,

Prashant