Entering content frameSyntax documentationuser_command Locate the document in its SAP Library structure

Use

The ALV Grid Control triggers this event only for self-defined functions chosen by the user. Query your function code and call your function in this event.

Note

You can query the function codes of your self-defined functions also in the before_user_command and after_user_command events. These events are triggered by the control before or after the user_command event.

Event parameter

Meaning

E_UCOMM
TYPE SY-UCOMM

Function code for self-defined function

 

For an overview, see: Events of Class CL_GUI_ALV_GRID

 

 

 

 

Leaving content frame