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 with out decimal

Former Member
0 Likes
430

Hello Experts,

My I am displaying an quantity field in ALV Grid, and end of the colum doing total of all the quantity.

My Requirement is if the quantity is '1055.105' then it should show '1055.105' but is the value is 5.000 then it should show only '5' not the decimal point.

I can do it for char, but total is coming coming. But while handling with quantity, whole numbers is showing with decimal.

Please suggest me.

Hello Experts,

My I am displaying an quantity field in ALV Grid, and end of the colum doing total of all the quantity.

My Requirement is if the quantity is '1055.105' then it should show '1055.105' but is the value is 5.000 then it should show only '5' not the decimal point.

I can do it for char, but total is coming coming. But while handling with quantity, whole numbers is showing with decimal.

Please suggest me.

2 REPLIES 2
Read only

Former Member
0 Likes
398

Hi,

Chk the link given below :

Read only

brad_bohn
Active Contributor
0 Likes
398

Quantity decimal handling is done with a reference unit of measure field, similar to currency handling. Use the corresponding unit of measure field or use a dummy one.