Application Development 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: 

ALV List, Fix column

suwandi_cahyadi
Contributor
0 Kudos

Hi,

I use REUSE_ALV_LIST_DISPLAY to display ALV list report. Now, I want to freeze/fix the first two columns so it won't get scrolled when users scroll the report horizontally.

Is this possible in ALV list? I've tried setting the key, fix_column in field catalog but no success.

Regards.

2 REPLIES 2

Former Member
0 Kudos

In the field catalog definition for each field that you want to "FREEZE" in your report, specify FIX_COLUMN = 'X'.

Hope this will work out for you.

Sandra_Rossi
Active Contributor

Be careful, the fixing of left columns in ABAP lists doesn't work if you use the horizontal scrollbar, it only works by pressing the buttons left/right. See demo program BCALV_TEST_LIST.