‎2007 Feb 27 2:43 PM
Hello,
I would like to remove the entire toolbar of my ALV object.
I did it with the excluding method (to remove all the standards buttons) but the space allowed to the toolbar is still here.
Thanks in advance for your help,
Bertrand
‎2007 Feb 27 2:45 PM
Hi,
first you declare for the layout which you will use in grid display,
as DATA: DS_LAYOUT TYPE LVC_S_LAYO.
then use
DS_LAYOUT-no_toolbar = 'X'.
then toolbar will not display.
Regards,
Sreevani.
‎2007 Feb 27 2:45 PM
Create a new PF-STATUS and use it instead of standard one.
Regards,
Amit
Reward all helpful replies.
‎2007 Feb 27 2:45 PM
Hi,
first you declare for the layout which you will use in grid display,
as DATA: DS_LAYOUT TYPE LVC_S_LAYO.
then use
DS_LAYOUT-no_toolbar = 'X'.
then toolbar will not display.
Regards,
Sreevani.