Entering content frameFunction documentation set_selected_rows Locate the document in its SAP Library structure

Use

Select rows in the grid control using the table index.

Note

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 > (obsolete)
      IT_INDEX_ROWS  =   <internal table of type LVC_T_ROID > .

Parameter

Meaning

IT_ROW_NO

Table with indexes of the rows to be selected

 

For an overview, see: Methods of Class CL_GUI_ALV_GRID

 

 

 

 

Leaving content frame