Entering content frameFunction documentationget_selected_cells_id Locate the document in its SAP Library structure

Use

Get the column and row index of the cells currently selected.

Features

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

   IMPORTING
      ET_CELLS  =  
<internal table of type LVC_T_CENO > .

Parameter

Meaning

ET_CELLS

Table with row and column indexes ( COL_ID ).

 

For an overview, see Methods of Class CL_GUI_ALV_GRID

 

Activities

The COL_ID is assigned internally. In order to determine the field name of your output table, you get the field catalog using method get_frontend_fieldcatalog. In the field catalog, the COL_ID is uniquely assigned to the field name.

 

 

 

 

Leaving content frame