Fill the table <b>IT_TOOLBAR_EXCLUDING</b> for method <b>SET_TABLE_FOR_FIRST_DISPLAY</b> with UI_FUNCTIONS having value CL_GUI_ALV_GRID=>MC_FC_INFO.
data: ls_toolbar_excluding type ui_func. data: lt_toolbar_excluding type UI_FUNCTIONS. ls_toolbar_excluding = CL_GUI_ALV_GRID=>MC_FC_INFO. append ls_toolbar_excluding to lt_toolbar_excluding.
Regards,
Subramanian V.
Add a comment