cancel
Showing results for 
Search instead for 
Did you mean: 

ALV Freeze clumn header and TOP OF LIST alignement issue

Former Member
0 Kudos

Hi All,

I am facing two issues in WEbdynpro ALV,

1. I wanted to freeze the ALV column headings while scrolling down. I have used SET_FOOTER_VISIBLE , but there is no difference.

2. I wanted add header with selection screen details. I am able to add fields in the header using TOP OF LIST. But Label and text are not aligned properly. THere is lot of space between Label and text. How can I align it properly ?

Thanks,

Varughese V John

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Issuse is resolved by myself.

1.  ALV header columns wil lnot freeze if you have

  if_salv_wd_table_settings~set_visible_row_count ( -1 ) to make all rows visible. we should have some value instad of -1 . And also make if_salv_wd_table_settings~set_footer_visible.

2. I used lo_column->set_width( value = '40' ) to make columns allign properly.

Thanks

Answers (0)