Register Login

How to Hide the button that select all Records?

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

  • 27 Jan 2015 3:02 pm rekha Helpful Answer

    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.

  • 20 Jun 2018 4:24 pm Guest

    Set layout structure (LVC_S_LAYO)  NO_ROWMARK as X

    ex :ls_layout-no_rowmark = 'X'.


×