Purpose
The standard functions are not designed for specific applications. As a result, special knowledge of the data displayed cannot be considered. In individual cases, you may design a standard function - such as sorting by a specific column - more effectively in a specific application.
Process Flow
CALL METHOD <Instance of the ALV Ccntrol>->set_user_command
exporting I_UCOMM = SPACE.
If you never need specific functions of the tool bar, you can hide them for the entire life-cycle of the control. To do this, you use parameter
IT_TOOLBAR_EXCLUDING of method set_table_for_first_display to pass a table that contains the function codes to be hidden.