Application Development and Automation 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: 
Read only

Multiple pushbuttons on application toolbar not fitting

Former Member
0 Likes
1,163

Hi ppl,

I have a created a custom transaction wherein I need to display about 18 pushbuttons on the application toolbar.

But, the problem is that all of these do not fit on the screen so I can see only about 10 buttons in my transaction (the last button is not even displayed completely).

Please let me know if I can create a multi line application toolbar or is there any other solution for this?

Regards.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
925

Hi,

There doesn't seem to be an option of having a multi line application toolbar.

If you want the pushbuttons on the selection screen (for reports), then you'll have to design the buttons along with the other selection parameters.

Else, if you want it in your transaction (I assume you have designed a screen using SE51), then place pushbuttons on the screen area. Assign a function code and use it as a normal pushbutton placed on the application toolbar.

6 REPLIES 6
Read only

Former Member
0 Likes
925

Hi,

Use icons instead of push buttons in the app. toolbar, if your requirement meet so.

So that you can utilize the space .

Thanks&Regards

Read only

Former Member
0 Likes
925

Hi,

is there enough space to put it un the selection screen?

Regards, Dieter

Read only

Former Member
0 Likes
926

Hi,

There doesn't seem to be an option of having a multi line application toolbar.

If you want the pushbuttons on the selection screen (for reports), then you'll have to design the buttons along with the other selection parameters.

Else, if you want it in your transaction (I assume you have designed a screen using SE51), then place pushbuttons on the screen area. Assign a function code and use it as a normal pushbutton placed on the application toolbar.

Read only

Former Member
0 Likes
925

hi,

you can use icons or abbreviations for the same.

regards,

Sakshi

Read only

Former Member
0 Likes
925

Hi,

Maximum limit of pushbuttons on application toolbar is 5 only..

It's better to use function keys if you have more then 5 pushbuttons..

Thanks.

Read only

Former Member
0 Likes
925

Hi ppl,

I had a custom screen designed for my transaction.

And I was able to display around 10 buttons on the application toolbar. No issues with that.

Now, I have placed 9 pushbuttons on the application toolbar and the remaining are designed in the screen area.

Thank you all for the quick and helpful replies.

Regards.