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

Scroll lock in ALV

Former Member
0 Likes
1,420

Hello,

Can we lock the scrolling of a column in ALV? like in normal reports.

1 ACCEPTED SOLUTION
Read only

p291102
Active Contributor
0 Likes
1,138
FIELDCAT-KEY = 'X'.

Hello,

Can we lock the scrolling of a column in ALV? like in normal reports.

6 REPLIES 6
Read only

p291102
Active Contributor
0 Likes
1,139
FIELDCAT-KEY = 'X'.
Read only

Former Member
0 Likes
1,138

I tried this and also fix_column property also but for some reason this is not working???

Read only

Former Member
0 Likes
1,138

Hi,

In "refresh_table_display" just try to populate parameters as per your requirement for

IS_STABLE

If the row or column field of this structure is set, the position of the scroll bar for the rows or columns remains stable.

Read only

0 Likes
1,138

Sorry I did not get it, Neha. I am using set_table_for_first_display.

Read only

0 Likes
1,138

I got it, I was not clearing the fieldcat headerline hence it was not working. Its working now.

Read only

Former Member
0 Likes
1,138

Got solved