‎2006 Nov 14 4:46 PM
Hi;
i want to deactivate some or all of the standard toolbar functions (like file download,
sum etc) of ALV grid. How can i do this?
Thx in advance.
Ali
‎2006 Nov 14 5:56 PM
Hi,
Go to SE24 give the class name as CL_GUI_ALV_GRID..
In the attributes tab there are constants available for the Function code..
It starts with MC_FC
For Export to local file it is MC_FC_PC_FILE..
Thanks,
Naren
‎2006 Nov 14 4:50 PM
Hi,
Use the parameter IT_EXCLUDING to remove the function codes that you don't want to display..
If you are using ABAP OO ALV use the parameter IT_TOOLBAR_EXCLUDING..
Thanks,
Naren
‎2006 Nov 14 4:59 PM
Hi,
Thx for the answer. 1 more question: how can i find the function names that i want to exclude?
Regards
Ali
‎2006 Nov 14 5:05 PM
‎2006 Nov 14 5:51 PM
‎2006 Nov 14 5:14 PM
Hi Ali,
Go to Se41 and check:
STANDARD Toolbar in ALV
Prog -SAPLSALV
Status- STANDARD
and the add in IT_EXCLUDE which you want to remove.
Reward points if that helps.
Manish
‎2006 Nov 14 5:56 PM
Hi,
Go to SE24 give the class name as CL_GUI_ALV_GRID..
In the attributes tab there are constants available for the Function code..
It starts with MC_FC
For Export to local file it is MC_FC_PC_FILE..
Thanks,
Naren