cancel
Showing results for 
Search instead for 
Did you mean: 

ALV not allowing me to select any line

0 Kudos

Hi,

I am trying to create a simple alv that display the content of a table. The alv shows the records fine but the problem is that the alv doesn't allow me to select any line??? Its the same for all the sap demo programs that use alv. Am i missing a global setting?

Thanks

Accepted Solutions (0)

Answers (2)

Answers (2)

0 Kudos

applied note 1363334

Former Member
0 Kudos

Hi,

check whether you have set the selection mode of table settings as none

i.e lo_table_setings->set_selection_mode( cl_wd_table=>e_selection_mode-none ).

if this is case you cannot select any row of the ALV,if the row has to be selected then

set it as --> lo_table_setings->set_selection_mode( cl_wd_table=>e_selection_mode-single ).

Thanks,

Krishna