Application Development and Automation 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: 
Read only

Fixed column header in alv grid control while vertical scrolling

arindam_samanta
Participant
0 Likes
1,509

Hi experts,

Is it possible to fix the column header while vertical scrolling in alv grid using cl_gui_alv_grid class??

Thanks & Regards,

Arindam Samanta.

Hi experts,

Is it possible to fix the column header while vertical scrolling in alv grid using cl_gui_alv_grid class??

Thanks & Regards,

Arindam Samanta.

1 REPLY 1
Read only

gouravkumar64
Active Contributor
0 Likes
912

Hi,

Declare this in field catalog for the columns that you want to freeze

data :  X_FIELDCAT         TYPE   LVC_S_FCAT.

          X_FIELDCAT-FIX_COLUMN = 'X'.

try it.

regards

Gourav.