2012 Aug 02 12:28 PM
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.
2012 Aug 02 2:30 PM
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.