set_selected_rows 

Use

Select rows in the grid control using the table index.

The numbering of grid control rows starts with 1.

Features

CALL METHOD <ref.var. to CL_GUI_ALV_GRID > ->set_selected_rows

   EXPORTING
      IT_INDEX_ROWS  =   <internal table of type LVC_T_ROW > .

Parameter

Meaning

IT_INDEX_ROWS

Table with indexes of the rows to be selected

 

For an overview, see: Methods of Class CL_GUI_ALV_GRID