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

exponential to number conversion

Former Member
0 Likes
3,763

Hi

is there any function module to convert exponential to number conversion

Hi

is there any function module to convert exponential to number conversion

5 REPLIES 5
Read only

former_member189629
Active Contributor
0 Likes
1,399

Move your field to a F/N/C type variable.

Read only

Sandra_Rossi
Active Contributor
0 Likes
1,399

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]

Read only

Former Member
0 Likes
1,399

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

Read only

Former Member
0 Likes
1,399

Hi,

Check this FM

FLTP_CHAR_CONVERSION

CHAR_FLTP_CONVERSION

Regards,

Anki Reddy

Read only

Former Member
0 Likes
1,399

Dear Kranti,

Please check this thread Simple routine to convert exponential values to float that solves this issue.

Regards,

Mohammed Mohsen