cancel
Showing results for 
Search instead for 
Did you mean: 

clear zero on alv

Former Member
0 Kudos

hi

i don't want to see zero values in the field on alv.

for example field ,PERNR's type is numeric so it is displayed as '00000000' .. . ..

how can i clear row .

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Joshua,

Please use this 'CONVERSION_EXIT_ALPHA_OUTPUT' FM for removing those leading zeros and poluate the internal table accordingly.

Next use bind_table to bind the data to ALV.

Regards,

Shashikanth. D

Former Member
0 Kudos

Hi,

[https://forums.sdn.sap.com/click.jspa?searchID=21687430&messageID=6483237]

[https://forums.sdn.sap.com/click.jspa?searchID=21687430&messageID=6736232]

Former Member
0 Kudos

Hi,

After Fetching the data from the database table to internal table. loop that internal table and modify the field to Null Value or space which is containing zero values. After that bind that internal table to the bind_elements method in If_wd_context_node.

Regards,

Ragu.