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

Use

Select cells using row and column indexes.

Features

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

   IMPORTING
      IT_CELLS  =  
<internal table of type LVC_T_CENO > .

Parameter

Meaning

IT_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. To determine the correct COL_ID for a field name in 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