cancel
Showing results for 
Search instead for 
Did you mean: 

Webdynpro alv table first row freezed ( static)

murali_ram
Participant
0 Kudos

Hello Gurus

My requirement is

i have alv table with 10 rows.. in that First of the row should be static... when i scroll the table with up and down also the first row should not move.

pls help me

Thanks

Mlee

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Murali,

Make use of the  method SET_FIXED_POSITION of class cl_salv_wd_column to fix the postion of your column.This will allow you to freeze the respective row as top pane.

Regards,

Kannan

murali_ram
Participant
0 Kudos

Hi Nair.

Could u pls share some sample code ....;-)