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, Protected(?) Columns

Former Member
0 Likes
549

I'm doing my first ALV report and I was wondering if there is a way to "protect" my leftmost column(s) so when the user scrolls right, those columns remain on the screen.

1 ACCEPTED SOLUTION
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
517

Yes, Mark the "KEY" field as "X" in the field catalog.

fc_tmp-key = 'X'.

Regards,

RIch Heilman

I'm doing my first ALV report and I was wondering if there is a way to "protect" my leftmost column(s) so when the user scrolls right, those columns remain on the screen.

3 REPLIES 3
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
518

Yes, Mark the "KEY" field as "X" in the field catalog.

fc_tmp-key = 'X'.

Regards,

RIch Heilman

Read only

Former Member
0 Likes
517

Hi,

Try this..

In the ALV field catalog internal table pass the field KEY as 'X'.

Thanks,

Naren

Read only

Former Member
0 Likes
517

That did it - thank you both so much!!!!

Jane