cancel
Showing results for 
Search instead for 
Did you mean: 

to hide default line selection column in webdynpro alv

Former Member
0 Kudos


Hi all,

as per requirement i have to hide default line selection column in alv which is shown in attachment.

Give the coding for the requirement.

Thanks.

Accepted Solutions (1)

Accepted Solutions (1)

ramakrishnappa
Active Contributor
0 Kudos

Hi,

Use the set_selection_mode of interface if_salv_wd_table_settings as below


lo_model->if_salv_wd_table_settings~set_selection_mode(

   cl_wd_table=>e_selection_mode-none ).

Hope this helps you.

Regards,

Rama

Former Member
0 Kudos


Thanks

Ramakrishnappa Gangappa.

Answers (1)

Answers (1)

former_member184578
Active Contributor

Hi,

In the properties of Table UI, set the Selection Mode to 'None'

Regards,

Kiran

pritisahu
Discoverer
0 Kudos

This works for me.Thank you