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

quantity probleam

Former Member
0 Likes
402

Hi,

in my alv output the delivery qty. showing 12.000 but i want to show instaead of 12.000 to 12 only.

how to do it?

thanks

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
376

in the final table, make that field as an integer. ( type I)

3 REPLIES 3
Read only

Former Member
0 Likes
377

in the final table, make that field as an integer. ( type I)

Read only

0 Likes
376

How did you declared the quantity field?

Read only

Former Member
0 Likes
376

Hi,

In the field catalog make the field FIELDCAT-DECIMAL_OUT = 0.

This should work.

Best Regards,

Navin Fernandes.