‎2007 May 23 9:52 AM
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..
‎2007 May 23 10:18 AM
Hi,
I think you can use USING EDIT MASK for the same.
Best regards,
Prashant
‎2007 May 23 10:05 AM
Hai,
Check the FM <b>CONVERT_FIELD_TO_EXTERN_FORMAT</b>.
Regards,
Padmam.
‎2007 May 23 10:39 AM
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
‎2007 May 23 10:18 AM
Hi,
I think you can use USING EDIT MASK for the same.
Best regards,
Prashant