‎2007 Aug 01 8:56 AM
Hi,
Can ne1 plz give some me some info. abt. Control Framework????
Thanks,
Mohit.
‎2007 Aug 01 9:52 AM
Hi Mohit,
Below will provide you information about Control Framework.
See the PDF given below
http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCCIGOF/BCCIGOF.pdf
To have a good understanding of the Control Framework have a look at this:
Here is a very brief introduction to Control Frameworks:
The GUI in the SAP R/3 System is based on SAP GUI windows (screens).Each user dialog in the system is implemented using screens in an application program.At runtime,application programs and screens communicate using runtime system services(ABAP and screen processor) and other services from the SAP GUI.
From R/3 Release 4.5 onwards,developers have been able to use graphical elements in SAP GUI windows,known as controls,as well as those provided by the Screen Painter.These additional screen elements are known as controls.Controls are reusable standalone software components.You can use controls in your user dialogs for a range of functions.
Communication between the control and your application takes place through different channels to "classic" screen elements.From the SAP R/3 Release 4.6A onwards,the communication channel for all controls is the SAP Control Framework(CFW).The Control Framework is implemented using special services in the SAP GUI and the runtime system on the application server(the
Automation Controller on the presentation server and the CFW service on the application server).
The control on the presentation server can have events,which could be triggered by user actions on the screen.A standalone instance of a control cannot be created on the presentation server.Two components should always be present-
a screen and a special control called a container control.The container control attaches a control to the screen.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.You can explore about each of these controls one by one.
Some Links to begin with:
http://help.sap.com/saphelp_nw2004s/helpdata/en/d2/147a36c70d2354e10000009b38f839/frameset.htm
http://help.sap.com/saphelp_erp2005vp/helpdata/en/99/bfe564633d11d29be60000e8a47b2e/frameset.htm
http://help.sap.com/saphelp_erp2005vp/helpdata/en/9b/d080bd9fc111d2bd68080009b4534c/frameset.htm
http://help.sap.com/saphelp_erp2005vp/helpdata/en/52/257b58da4c11d3a7160000e83dd863/frameset.htm
http://help.sap.com/saphelp_erp2005vp/helpdata/en/5e/88d440e14f8431e10000000a1550b0/frameset.htm
http://help.sap.com/saphelp_erp2005vp/helpdata/en/1b/337918a63011d2bd6b080009b4534c/frameset.htm
Thanks,
Samantak.
<u><b>Rewards points for useful answers.</b></u>
‎2007 Aug 01 9:56 AM
Hi,
See the PDF given below
http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCCIGOF/BCCIGOF.pdf
Here is a very brief introduction to Control Frameworks:
The GUI in the SAP R/3 System is based on SAP GUI windows (screens).Each user dialog in the system is implemented using screens in an application program.At runtime,application programs and screens communicate using runtime system services(ABAP and screen processor) and other services from the SAP GUI.
From R/3 Release 4.5 onwards,developers have been able to use graphical elements in SAP GUI windows,known as controls,as well as those provided by the Screen Painter.These additional screen elements are known as controls.Controls are reusable standalone software components.You can use controls in your user dialogs for a range of functions.
Communication between the control and your application takes place through different channels to "classic" screen elements.From the SAP R/3 Release 4.6A onwards,the communication channel for all controls is the SAP Control Framework(CFW).The Control Framework is implemented using special services in the SAP GUI and the runtime system on the application server(the
Automation Controller on the presentation server and the CFW service on the application server).
The control on the presentation server can have events,which could be triggered by user actions on the screen.A standalone instance of a control cannot be created on the presentation server.Two components should always be present-
a screen and a special control called a container control.The container control attaches a control to the screen.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.You can explore about each of these controls one by one.
Some Links to begin with:
http://help.sap.com/saphelp_nw2004s/helpdata/en/d2/147a36c70d2354e10000009b38f839/frameset.htm
http://help.sap.com/saphelp_erp2005vp/helpdata/en/99/bfe564633d11d29be60000e8a47b2e/frameset.htm
http://help.sap.com/saphelp_erp2005vp/helpdata/en/9b/d080bd9fc111d2bd68080009b4534c/frameset.htm
http://help.sap.com/saphelp_erp2005vp/helpdata/en/52/257b58da4c11d3a7160000e83dd863/frameset.htm
http://help.sap.com/saphelp_erp2005vp/helpdata/en/5e/88d440e14f8431e10000000a1550b0/frameset.htm
http://help.sap.com/saphelp_erp2005vp/helpdata/en/1b/337918a63011d2bd6b080009b4534c/frameset.htm
Check transaction code <b>DWDM</b>, these are the control framework examples
Refer
http://help.sap.com/saphelp_erp2005vp/helpdata/en/d2/147a36c70d2354e10000009b38f839/content.htm
Regards