2007 Sep 19 7:18 AM
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
2007 Sep 19 8:02 AM
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
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
2007 Sep 19 8:02 AM
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
2007 Sep 19 4:42 PM