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

Use

The ALV Grid Control triggers this event after the user_command event if the user has chosen a standard or a self-defined function. You can use this event to perform final actions after the relevant function has been completed.

Note

Standard functions are already completed in this event.

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