cancel
Showing results for 
Search instead for 
Did you mean: 

webdynpro fix a column in alv report

Pratik2228
Participant
0 Kudos

HI,

i am new to webdynpro, can any one tell me how to freeze first column in alv report,

and how do i get this method and from where if_salv_wd_column_settings


Accepted Solutions (1)

Accepted Solutions (1)

former_member184578
Active Contributor
0 Kudos

Hi,

use SET_SCROLLABLE_COL_COUNT method of if_salv_wd_table_settings and set_fixed_position of cl_salv_wd_column.

check this wiki for reference: http://wiki.sdn.sap.com/wiki/display/Snippets/Web+Dynpro+ABAP+-+Fixing+a+Column+in+an+ALV

Hope this helps u.,

Regards,

Kiran

Pratik2228
Participant
0 Kudos

Thanks

Answers (0)