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: 

Buttons on ALV Application Toolbar

former_member1110335
Participant
0 Kudos

Hi,

I have added buttons on the Application Toolbar of the ALV (in the GUI status).

There are a lot of buttons and due to lack of space some of the buttons go out of the screen.

Need to know if there is a way to make these buttons scrolable or in a dorp down.

Thanks for the help.

Karen

2 REPLIES 2

rahul_mahajan
Active Participant
0 Kudos

Hi Karen,

I also faced the same issue but solved it using alternative solution.

1) Go to PF-STATUS and create a MENU BAR.

2) Give Appropriate NAME and inside it write FUNCTION CODE given for buttons under "Code"

3) Appropriate description under "Text"

4) Save and activate.

Now, execute the report and even if the buttons are going out of screen, you have option to select the button from MENU BAR.

This is the best solution for this problem as far as i know.

Also, if you re-size your window ; the you will get tabs with drop down.

I hope this will help you in solving your issue.

Regards,

Rahul Mahajan

Former Member
0 Kudos

Yes, the buttons can be grouped and drop downed as in the program "BCALV_GRID_07" ( last button - switch to table option ).