Entering content frame

Function documentation get_selected_rows Locate the document in its SAP Library structure

Use

Get indexes of selected rows.

Note

Prerequisites

To allow users to select multiple rows, you must set field sel_mode of the layout structure to 'A', 'C' or 'D' (see also: Properties of the Grid Control).

Features

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

   IMPORTING
      ET_INDEX_ROWS  =   <internal table of type LVC_T_ROW > (obsolete)
      ET_ROW_NO      =   <internal table of type LVC_T_ROID > .

Parameter

Meaning

ET_ROW_NO

Table with indexes of the selected rows

 

For an overview, see: Methods of Class CL_GUI_ALV_GRID

 

 

 

 

 

Leaving content frame