cancel
Showing results for 
Search instead for 
Did you mean: 

Fixed row when scrolling down on ALV

Former Member
0 Kudos

Hello,

Is it possible to fix a first row on an ALV when scrolling down ?

For example on my ALV I have 20 rows to display.

At the initialisation I display 10 rows. When I'm scrolling down, I want to display the following rows but I want also to keep visible the first row.

For information my first row contains some checkboxes.

How can I do ? Thanks in advance.

David

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member184578
Active Contributor
0 Kudos

Hi,

It is not possible to fix rows in ALV. However you can fix columns. You can create one more table (just above ALV) and keep the check boxes in that.

Hope this helps u.,

Thanks & Regards,

Kiran.

Former Member
0 Kudos

Thanks Kiran,

Before to implement this solution I would test the standard solution to select a column on ALV.

I tried with the method if_salv_wd_std_functions~set_column_selection_allowed( abap_true ) but it doesn't work.

Do you have a suggestion regarding the column selection on a dynamic ALV ?

David