after_user_command 

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.

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