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

Dynpro GUI Status size

Former Member
0 Likes
883

Hello,

on my dynpro I defined a GUI Status with several buttons. The problem is that that buttons in the right corner exceed the visible area of the screen.

Is there a possibility to automatically display them in multiple rows when the screen is too small?

Thanks. Regards

yj

Hello,

on my dynpro I defined a GUI Status with several buttons. The problem is that that buttons in the right corner exceed the visible area of the screen.

Is there a possibility to automatically display them in multiple rows when the screen is too small?

Thanks. Regards

yj

4 REPLIES 4
Read only

Former Member
0 Likes
811

Hello,

Use the following sizes for the screen:-

1, In the attributes of the screen painter i.e double click on the screen

2, Def.Length = 240

3, Vis. Length = 240

3, Height = 200.

4. Line = 1

5, Column = 1.

Hope ur problem will be solved.

Regards,

Deepu.K

Read only

0 Likes
811

Hi Deepu,

the gui status size does not seem to be related to the dynpro size. I tried that.

Also these kinds of settings can be applied to elements on the dynpro only, not the entire screen.

What I have is something like this:

GUI status:

-


| <-- Screen ends here

B1 B2 B3 B4 B5 | B6 B7

-


|

-


|

Dynpro with ALV |

-


|

Read only

Former Member
0 Likes
811

Hi,

It is NOT possible to display buttons on application tool bar in multiple rows.

Regards

Sailaja.

Read only

0 Likes
811

Hi Sailaja,

so can I at least activate scrolling when the gui status is too big?

I tried to reduce the dynpro size so that the gui status is wider than the dynpro itself but no scrollbar appeared.

Thanks