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: 

Maximize ALV-List-width und -height

Former Member
0 Kudos

Hi,

I used the first time the ALV-Grid to ouput

a List. Prevously I used the REUSE_ALV_GRID...

This REUSE... showed the List always in maximum size.

With the ALV-Grid-List I have the problem, that if I change

the size of the SAP-GUI I get two horizontal and two

vertical scroll-bars. The inner scrollbars of the list and the

outer scrollbars of the SAP-GUI-Client.

So...how can I adapt the size of the list to the sap-gui-client

so that no scrollbars appears for the list but for the sap-gui-client!

Hope anybody can understand what I'm searching!

1 REPLY 1

Former Member
0 Kudos

Hi,

I solve the problem in following way:

In the screen painter, you would have placed the custom control right?

1. Maximize the size of the screen to the max - 200 x 240

2. Maximize the size of the control to occupy the entire screen - 200 x 240

3. Now in the attributes of the control, resizing set the row and column to say 2 and 2.

Now, the scroll bar will be automatic depending on the data you have on the screen.