Hello Experts,
I use cl_gui_alv_grid mi question is simple,
How to hide the button that select all records?
Top left, and too the buttons that select entire row?
Updated Jun 25, 2018
Hello Experts,
I use cl_gui_alv_grid mi question is simple,
How to hide the button that select all records?
Top left, and too the buttons that select entire row?
Comments
Append CL_GUI_ALV_GRID=>MC_FC_SELECT_ALL to gt_exclude.
CL_GUI_ALV_GRID->SET_TABLE_FOR_FIRST_DISPLAY
EXPORTING
IT_TOOLBAR_EXCLUDING = gt_exclude.