Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Standard tool bar functionality is not working

Former Member
0 Kudos

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.

4 REPLIES 4

kesavadas_thekkillath
Active Contributor
0 Kudos

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]

0 Kudos

Hi ,

Thanks for reply. i dont want to change any button i want all the standard buttons available in report

0 Kudos

You need not change anything.

Refer program BCALV_TEST_GRID_TOOLBAR ,debug & check what is happening in method toolbar.

0 Kudos

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