cancel
Showing results for 
Search instead for 
Did you mean: 

ALV footer not displayed, column header icons missing.

Former Member
0 Kudos

Hi,

My simple application uses the ALV grid, but the footer (showing the page number, next page icon, etc) does not display, even though there are pages and pages of data. This is in both Internet Explorer (6) and Firefox (I was expecting it to be an IE problem !).

I have tried using the relevant method (though I think it should be visible by default):

l_table->if_salv_wd_table_settings~set_footer_visible( value = IF_SALV_WD_C_TABLE_SETTINGS=>FOOTER_VISIBLE_TRUE ).

but it still doesn't work. Other table settings methods do work (eg. setting the number of rows). Additionally, the icons for sorting columns do not appear in the column headers.

I've searched on this forum, and looked for relevant OSS notes, but can't find anything. Any thoughts anyone ?

Thanks,

Nick.

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member206441
Contributor
0 Kudos

Hi

Did u try with this code?

lr_config->if_salv_wd_table_settings~set_visible_row_count( '5' ).

lr_config->if_salv_wd_table_settings~SET_FOOTER_VISIBLE( '5' ).

Regards

Arun.P