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

How to convert integer no to exponential value.?

Former Member
0 Likes
673

Dear Gurus,

data : val type I value '1000'.

i want to convert val into exponential value .

Ex : a = 100000.

a = 1.00000+5E = 100000

Can any one help me on this .

Thanks in advance.

Sudheer.

Dear Gurus,

data : val type I value '1000'.

i want to convert val into exponential value .

Ex : a = 100000.

a = 1.00000+5E = 100000

Can any one help me on this .

Thanks in advance.

Sudheer.

1 REPLY 1
Read only

Former Member
0 Likes
600

Hi Sudheer,

Check this FM QSS0_CHAR_FLTP_CONVERSION

Regards,

E.Ananthachari.