‎2006 Jun 19 6:42 AM
hi all
i just want to know what s custom control
s tht it can be used only thru creating the methods
how we do tht
‎2006 Jun 19 6:46 AM
Custom control is a parent control for other controls like ALV Grid, Picture control.
Regards,
Wasim Ahmed
‎2006 Jun 19 6:46 AM
Custom control is a parent control for other controls like ALV Grid, Picture control.
Regards,
Wasim Ahmed
‎2006 Jun 19 6:50 AM
Hi
You can display logo(s) on your screen using the custom control function. A custom control is an area on the screen, created using the screen painter. Custom controls are used to embed controls. Container controls are instances of special global classes from the SAP Control Framework.
The global class for custom controls is called CL_GUI_CUSTOM_CONTAINER. To link a custom control to a container control, pass the custom control name to the CONTAINER_NAME parameter of the container control.
Regards,
Navneeth
‎2006 Jun 19 6:50 AM
‎2006 Jun 19 6:52 AM
hi kannnan,
welcome to SDN.
Customer Control is a control which is the container for your other controls..
Eg:
Docking Container is a custom control which acts as a container for ALV Grid Control.In otherwords it acts as a parent for ALV Grid.
Yes it can be created using the OO Technique.
Just look at the below sample program to know about the custom controls in detail:
BCALV_GRID_01,02,03,04,....11.
Cheers,
Abdul Hakim
‎2006 Jun 19 7:41 AM
Hi Varalaxmi,
Welcome to SDN.
Following is the tutorial on creating Cutom control.
http://help.sap.com/saphelp_47x200/helpdata/en/e4/6013361d5af835e10000009b38f839/frameset.htm
Rgds,
Jothi.
P.S . Pls close the thread if your problem is solved.
U can do that by clicking the info on LHS.