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-Freeze colums and Icon on Selection Screen

rahul2000
Contributor
0 Kudos

Dear All,

suppose i have 10 columns in an ALV Report and i want to freeze from my 3rd column onwards so that if I scroll to right my these 3three columns can still be seen.How to do this.

also how to display icon on selection screen.I remeber doing some copy pasting from icon table to my selection texts.

How to acheive these two.

Regards,

Rahul Bhat.

6 REPLIES 6

Former Member
0 Kudos

Hi,

I hope the following links will help you,

Regards,

Harish

Former Member
0 Kudos

Hi Rahul,

For freezing columns, set the FIX_COLUMN parameter to 'X' in the field catalog for the fields you want to fix.

Inserting icons on selection-screen has been discussed in the following thread:

Regards,

Chandra Sekhar

Edited by: Chandrasekhar Gandla on Sep 2, 2008 12:50 PM

0 Kudos

hi chandra..

i have used fix_coulmn..but it is not woking..

regarding the icon on selection screen ..u just have to exectue the icon table and copy the icons code in the selection text at the beginning only..it does not work any where

But still stuck up with freezing

Former Member
0 Kudos

hi,

set the field in ALV Grid Control of the column as a key field . this fixes column during horizontal scrolling.

Set the property u2018ICONu201D for the column to u2018Xu2019 at the field catalog. Then do the style setting as to make it pushbutton. Pass the icon name to the field as its content.

regards

padma

0 Kudos

Hi palli,

i used the key also..still it is not getting fixed

rahul2000
Contributor
0 Kudos

use fix_colum till the column u want to freeze.

Regarding the icons..select the code from ICON Table and copy paste it on THE LEFT SIDE ONLY of any text in selection texts