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

decimal in sapscript

Former Member
0 Likes
817

i have value 182000

i want to get 18.2

what the comma

&num(t2.1)& dont work

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
791

i tried &num(2.1)& too and it's not working

7 REPLIES 7
Read only

Former Member
0 Likes
792

i tried &num(2.1)& too and it's not working

Read only

0 Likes
791

When you tried &num(2.1)& what was the result 00.0 ?

Regards

Anurag

Read only

Former Member
0 Likes
791

Read only

Former Member
0 Likes
791

Hi liat,

1. just give

<b>

&NUM(.2)&</b>

regards,

amit m.

Read only

0 Likes
791

&NUM(T.1)&

Read only

0 Likes
791

i'm doing it and i get 18

i have 18200

i neefd to get 18.2

Read only

0 Likes
791

How is NUM defined in your ABAP program?