‎2006 Dec 27 4:40 AM
Hi,
I wanted to learn about control framework anyone please explain or send me any links for that.
‎2006 Dec 27 4:45 AM
Hi Bharat ,
See the PDF given below
http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCCIGOF/BCCIGOF.pdf
Regards
Arun
‎2006 Dec 28 3:37 AM
I went through this link ....but was not able to understand anything.Will anyone be able to explain this to me?
‎2006 Dec 28 4:22 AM
Hi Bharat,
search through this website.
Regards,
Balaji Reddy G
****Reward if the answers are helpful
‎2007 Jan 18 8:53 AM
Hello Bharat,
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
Regards,
Beejal
***reward if answer is helpful