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: 

Fixed rows in ALV Grid

Former Member
0 Kudos

Dear All,

I have requirement where I need to have fixed rows in the ALV Grid display.

For example.

Row 1

Row 2

.

.

.

.

.

.

Row n.

Now when I scroll, the first two rows should be fixed and rest all should scroll.

Is this is possible in ALV grid display?

If not can I do it using ALV list?

Any pointers will be highly helpfull.

Thanks in Advance.

Arun

2 REPLIES 2

Former Member
0 Kudos

Hi,

lw_filedcat type slis_fieldcat_alv.

lw_fieldcat-fix_column = 'x'.

fix_column is a filed in fieldcatlog structure.

uwe_schieferstein
Active Contributor
0 Kudos

Hello Arun

As far as I am aware there is no way to fix ROWS (columns, yes). Yet if I am wrong then hopefully somebody will provide the answer...

Regards

Uwe