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: 

Displaying a NUMC field as blank in ALV

Former Member
0 Kudos

Hi All,

I want to display the field for PERNR (NUMC - 8 ) in the ALV grid as blank based on some condition.

How can I do that ?

If I give a null value it displays it as zeroes.

Thanks and Regards,

2 REPLIES 2

athavanraja
Active Contributor
0 Kudos

did you try setting the field <b>NO_ZERO</b> to 'X' in the filed catalaog for <b>PERNR</b> field.

Regards

Raja

0 Kudos

Hi Raja,

I actually want the field to be shown blank only for the last row...

if I do this it will show blank for all the rows...