Entering content frameSyntax documentation hotspot_click Locate the document in its SAP Library structure

Use

In this event, you respond to a user's mouse-click on a column that is marked as a hotspot (the shape of the mouse pointer changes accordingly).

Prerequisites

To enable users to select columns through a hotspot click, you must designate the column as a hotspot column. To do this, you use:

Event parameter

Meaning

E_ROW_ID
TYPE REF TO LVC_S_ROW

(obsolete)

ES_ROW_NO
Type LVC_S_ROID

Structure with row index

E_COLUMN_ID
TYPE REF TO LVC_S_COL

Structure with column name

 

For an overview, see: Events of Class CL_GUI_ALV_GRID

 

 

 

 

 

 

 

Leaving content frame