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

ALV List, Fix column

suwandi_cahyadi
Contributor
0 Likes
1,512

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.

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
Read only

Former Member
0 Likes
1,106

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.

Read only

Sandra_Rossi
Active Contributor
1,106

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.