‎2009 Feb 02 10:18 AM
Hi experts,
I am getting a fractional value like 9.95....E-02. Can I remove the exponential value and calculate like 0.0995.......
Is there any fuction module for that.
Venkat
‎2009 Feb 02 10:22 AM
‎2009 Feb 02 10:26 AM
It is not sure that I will have only E-02, I can have any value also.
Thank you
Venkat
‎2009 Feb 02 10:24 AM
https://forums.sdn.sap.com/click.jspa?searchID=21705115&messageID=6497885
check this..hope it helps.
‎2009 Feb 02 10:24 AM
Hello Venkat,
Please close your previous thread before posting a new one.
I can see both are related to similar issues.
BR,
Suhas
‎2009 Feb 02 12:03 PM
I used packed data type with decimal 14, which is not rounding and I copied first three fractional decimals in string and I got the value, which I wanted. Thank you for your time and consideration