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

alv grid screen size issue

Former Member
0 Likes
1,641

I am using OO approach to make alv grid.

I'm not able to enlarge the size of the grid to the maximum size.

Also, when i return to the alv grid screen from other screens, that remaining empty space gets filled with the duplicate image of alv grid.

Is it possible to control the size of the object. i'm using classes cl_gui_docking_container and CL_GUI_ALV_GRID

1 ACCEPTED SOLUTION
Read only

RaymondGiuseppi
Active Contributor
0 Likes
620

Look at thread and <a href="http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCCIDOCK/BCCIDOCK.pdf">SAP Container</a>

<b>Displaying Containers</b>

You should remember the following points about displaying SAP Containers:

The default size of a control is the same as the size of its container. You can override this

default when you instantiate the control.

<b>

SAP Custom Container</b>

Use

Use the SAP Custom Container to build a control into an area on a screen or subscreen. You

define the area occupied by the control in the Screen Painter.

The default size of the control that you place in the Custom Container is the same as that of the container itself.

Regards

2 REPLIES 2
Read only

RaymondGiuseppi
Active Contributor
0 Likes
621

Look at thread and <a href="http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCCIDOCK/BCCIDOCK.pdf">SAP Container</a>

<b>Displaying Containers</b>

You should remember the following points about displaying SAP Containers:

The default size of a control is the same as the size of its container. You can override this

default when you instantiate the control.

<b>

SAP Custom Container</b>

Use

Use the SAP Custom Container to build a control into an area on a screen or subscreen. You

define the area occupied by the control in the Screen Painter.

The default size of the control that you place in the Custom Container is the same as that of the container itself.

Regards

Read only

Former Member
0 Likes
620

Thank you, Raymond