Application Development 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: 

quantity field in alv display

Former Member
0 Kudos

Hi all.

we are phasing a problem.

I am using alv to display in output.

I am using a Quantiti field (BDMNG),.

in this field if nodata is there then it is showing 0.000(that is the default value).

I don't want those zeros.I want only space(blank only).

Can any body help me to solve this issue.

Thanks in advance

Eswar.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Set the NO_ZERO field to X in the field catalog for the Quantity column. That should suppress the ZEROES.

Regards,

Ravi

Note : Please mark all the helpful answers

4 REPLIES 4

Former Member
0 Kudos

Set the NO_ZERO field to X in the field catalog for the Quantity column. That should suppress the ZEROES.

Regards,

Ravi

Note : Please mark all the helpful answers

former_member226234
Contributor
0 Kudos

Hi,

You may change the ALV field to char.

If initial, clear the field.

Regards,

Sandeep

0 Kudos

<b>NO_ZERO = 'X</b>'in the field catalog for the Quantity column

Former Member
0 Kudos

Hai,

While building field catalog For quantity field Set the NO-ZERO attribute to 'X'.

Or you can change the quantity filed to character in the alv display.

Mark points if helpful.

Regards,

Umasankar