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: 

ALV: blank instead of Zero '0'

Former Member
0 Kudos

Hello,

Is there a way I can put blank in fields where ever there is a Zero '0' in Alv data fields and in summation fields?

Points will be awarded.

Regards,

Ahmad

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi Ahmad,

Do NO_ZERO = X for the field in field catelog.

Reward points if this helps.

Manish

2 REPLIES 2

Former Member
0 Kudos

Hi Ahmad,

Do NO_ZERO = X for the field in field catelog.

Reward points if this helps.

Manish

Former Member
0 Kudos

types: begin of slis_fieldcat_main0,

no_zero(1) type c, " write no-zero

try this option in field cat.

santhosh