Hello experts,
I am having difficulty in setting_excluding_toolbar.
I set for 3 programs and it shows at only one program.
Here is the some sample code for my program.
FORM SET_EXCLUDING_TOOLBAR .
ALV TOOLBAR
APPEND GR_GRID->MC_MB_SUM TO GT_TOOLBAR_EXCLUDING.
APPEND GR_GRID->MC_FC_FILTER TO GT_TOOLBAR_EXCLUDING.
APPEND GR_GRID->MC_FC_PRINT TO GT_TOOLBAR_EXCLUDING.
APPEND GR_GRID->MC_FC_VIEWS TO GT_TOOLBAR_EXCLUDING.
APPEND GR_GRID->MC_FC_GRAPH TO GT_TOOLBAR_EXCLUDING.
APPEND GR_GRID->MC_MB_EXPORT TO GT_TOOLBAR_EXCLUDING.
ENDFORM. " SET_EXCLUDING_TOOLBAR
And i set GT_TOOLBAR1_EXCLUDING for second program and GT_TOOLBAR2_EXCLUDING for third program.
best regards,