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

floating value in sap script

Former Member
0 Likes
279

Hi Experts,

How can i display a floating field having value '8.5000000000000000E+01'

as '85' in SAP-SCRIPT.

Please suggest.

Rajiv Ranjan

1 REPLY 1
Read only

Former Member
0 Likes
259

Hi,

Data : l_temp type i.

Move l_float_value to l_temp.

Pass the value of l_temp to SAP SCript.

Best regards,

Prashant