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

Use

The ALV Grid Control triggers this event before the user_command event if the user has chosen a standard or a self-defined function. You can use this event to perform introductory actions before the relevant function is executed.

See also: Changing Standard Functions

Event parameter

Meaning

E_UCOMM
TYPE SY-UCOMM

Standard or self-defined function code (standard function codes are constant attributes and prefixed with MC_FC_ ).

 

For an overview, see: Events of Class CL_GUI_ALV_GRID

 

 

 

 

Leaving content frame