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

alv

Former Member
0 Likes
388

Hi All,

i m printing report in alv and the output of quantity is coming 3.00 but i want to display as 3 ... what shud i do to get output as 3..

Thanks & Regards

Ashu Singh

1 ACCEPTED SOLUTION
Read only

vinod_vemuru2
Active Contributor
0 Likes
369

Hi Ashu,

Set the fieldcat attribute decimals_out = 0 for this field.

After getting the fieldcat, Modify the fieldcat for this field.

Thanks,

Vinod.

1 REPLY 1
Read only

vinod_vemuru2
Active Contributor
0 Likes
370

Hi Ashu,

Set the fieldcat attribute decimals_out = 0 for this field.

After getting the fieldcat, Modify the fieldcat for this field.

Thanks,

Vinod.