‎2011 Oct 13 7:52 AM
Hi experts,
I am working with alv report and using 'set_table_for_first_display' method to display the data in ALV grid container.In my report i want to use both standard menu bar and tool bar.i used the SET PF-STATUS 'ZSTANDARD' in MODULE status_9000 OUTPUT by coping standard status.Both standard tool bar and menu bar are displaying in the ALV output but their functionality is not working.
'ZSTANDARD' is in active status.
i have search the SDN i have seen the most of the forums to disable the function codes of the standard by passing to the VALUE( IT_TOOLBAR_EXCLUDING ).
Kindly help me on it.
Thanks in Advance.
‎2011 Oct 13 8:02 AM
Instead of copying and modifying it, add the required custom buttons to the standard tool bar.
Search for the topic [Custom buttons in ALV tool bar|http://www.google.co.in/search?hl=en&gs_sm=e&gs_upl=156l14234l0l14375l55l40l0l17l0l0l2032l3501l5-1.1.9-1l3l0&q=cl_gui_alv_grid%20add%20custom%20buttons%20to%20standard%20toolbar&spell=1&sa=X]
‎2011 Oct 13 8:48 AM
Hi ,
Thanks for reply. i dont want to change any button i want all the standard buttons available in report
‎2011 Oct 13 9:35 AM
You need not change anything.
Refer program BCALV_TEST_GRID_TOOLBAR ,debug & check what is happening in method toolbar.
‎2011 Oct 13 9:49 AM
Hi,
In the program you given the tool bar is maintaining in the container itsef.we did this thing its working fine but we dont want it in container need it at the top of display instead of in container