2009 Feb 04 4:33 PM
Hi
is there any function module to convert exponential to number conversion
Hi
is there any function module to convert exponential to number conversion
2009 Feb 04 8:22 PM
2009 Feb 04 8:25 PM
Is that what you ask for?
DATA x TYPE f.
x = '2.0E+3'.See [abap doc here|http://help.sap.com/abapdocu/en/ABENNUMERICAL_VALUE.htm]
2009 Feb 05 12:48 AM
hi,
check these Fm
CHAR_FLTP_CONVERSION_TO_SI
CHAR_FLTP_CONV_TO_SI_RFC
FLTP_CHAR_CONVERSION_FROM_SI
FLTP_CHAR_CONV_FROM_SI_RFC
2009 Feb 05 6:40 AM
Hi,
Check this FM
FLTP_CHAR_CONVERSION
CHAR_FLTP_CONVERSION
Regards,
Anki Reddy
2013 Jul 11 11:39 PM
Dear Kranti,
Please check this thread Simple routine to convert exponential values to float that solves this issue.
Regards,
Mohammed Mohsen