‎2008 Mar 07 8:08 AM
Hi,
What are the main differences between Split container, Custom Container and Docking container in ALV (OOPS)
Thanks,
Gaurav Juneja
‎2008 Mar 07 8:11 AM
Custom container is the reqular container for containing ALV or tree objects..
In Docking container u can insert multiple objects like tree , ALV in one container also the moving bar can be there so u can resize the containers...
reward points if useful...
‎2008 Mar 07 8:11 AM
Custom container is the reqular container for containing ALV or tree objects..
In Docking container u can insert multiple objects like tree , ALV in one container also the moving bar can be there so u can resize the containers...
reward points if useful...
‎2008 Mar 07 8:21 AM
hi go thru these sites,
http://help.sap.com/saphelp_nw04/helpdata/en/2a/755b94ca5911d299af5c9604c10e27/content.htm
http://help.sap.com/saphelp_erp2004/helpdata/en/22/a3f5ecd2fe11d2b467006094192fe3/content.htm
http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCCIDOCK/BCCIDOCK.pdf
Some of the commonly used containers are custom container,splitter container,docking container.Some of the commonly used controls are trees,ALV Grids,Text Editors,HTML Controls,Picture Control.
CL_GUI_DIALOGBOX_CONTAINER .:This is used to display the dialog box container.It is displayed in a movable modelless dialog box which can have a title.
Chk demo program:RSDEMO_DIALOGBOX_CONTROL
CL_GUI_CUSTOM_CONTAINER :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.
Chk demo program:RSDEMO_CUSTOM_CONTROL
CL_GUI_ALV_GRID:This is a control.The ALV grid control tool allows you to display and print non-hierarchial lists in a standardized format.The list data is displayed as a table on the screen.
Chk demo program:BCALV*
For ALV: http://www.sapdevelopment.co.uk/reporting/alvhome.htm
You will get sample programs for all the containers and the controls on this link:
http://www.geocities.com/victorav15/sapr3/abap_ood.html
reward points if useful,
venkat.