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

Convert Exponential value to Float

Former Member
0 Likes
2,157

Hi all,

I need to convert Exponential value to a numeric value as shown in the following example.

My input is

INPUT = 9.9999999E7

The output should be

OUTPUT = 99999999

Is there any Function module?

Can anyone help me out in this?

5 REPLIES 5
Read only

Former Member
0 Likes
935

hi,

Check this link..

Read only

0 Likes
935

Hi Prem,

You can use this FM

FLTP_CHAR_CONVERSION_FROM_SI.

Hope it solves your issue.

Read only

GauthamV
Active Contributor
0 Likes
935

Once you get the value to your field move it to a variable

of type p.your problem will be solved.

Read only

Former Member
0 Likes
935

hi,

u can 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

Thanks and regards

Durga.K

Read only

Former Member
0 Likes
935

hi,

Use this Function module

CHAR_FLTP_CONVERSION

Will get the exact solution.