cancel
Showing results for 
Search instead for 
Did you mean: 

Alv colour row select first row

Former Member
0 Kudos

Hi. I hava an alv with colour in some rows. When i want to select another row distint the first, it always goes to de first row and it doesn't allow me select other row.

how can i solve this to select for example the third row.

thanks.

Accepted Solutions (1)

Accepted Solutions (1)

0 Kudos

Hi,

Are you programatically setting the selection of the ALV row anywhere in your program? This might happen if you set the lead selection of the node in the WDDOMODIFYVIEW method of your view. Can you please check that ? Also you can try changing the selection mode of your ALV:

lo_config_model_value = lo_interfacecontroller->get_model( ).

lo_config_model_value->IF_SALV_WD_TABLE_SETTINGS~SET_SELECTION_MODE(CL_WD_TABLE=>E_SELECTION_MODE-AUTO).

Best Rgds,

Viqar.

Answers (0)