‎2009 Feb 26 12:18 PM
Hi all,
I need to convert Exponential value to a numeric value as shown in the following example.
My input is
INPUT = 9.9999999E7The output should be
OUTPUT = 99999999Is there any Function module?
Can anyone help me out in this?
‎2009 Feb 26 12:21 PM
‎2009 Feb 26 12:25 PM
Hi Prem,
You can use this FM
FLTP_CHAR_CONVERSION_FROM_SI.
Hope it solves your issue.
‎2009 Feb 26 12:21 PM
Once you get the value to your field move it to a variable
of type p.your problem will be solved.
‎2009 Feb 26 12:25 PM
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
‎2009 Feb 26 12:29 PM
hi,
Use this Function module
CHAR_FLTP_CONVERSION
Will get the exact solution.