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

Spaces for Zero

Former Member
0 Likes
767

Hi

I have a ALV field of type P decimals 3.

The field gets differenct values including 0,000 . Now is it possible to show a space or a blanc instead of 0,000 in the cell. If I convert it to type C , then no values are retrieved.

Thank you

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
722

In the field catalog, set NO_ZERO to 'X'.

Rob

5 REPLIES 5
Read only

Former Member
0 Likes
722

Check if it is 0.000, if it is u pass space to the variable.

Sri

Read only

0 Likes
722

yeah since it is ALV, you can use that NO_ZERO field.

Sri

Read only

Former Member
0 Likes
723

In the field catalog, set NO_ZERO to 'X'.

Rob

Read only

former_member194669
Active Contributor
0 Likes
722

Hi,

In the field catalog make NO_ZERO ='X'.

a®

Read only

Former Member
0 Likes
722

Hi

In the field catalog

Give NO_ZERO = 'X'

so it won't display zeros and displays a space

Regards

Anji