
set_selected_cells_id
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 =
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.