Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

custom control

Former Member
0 Likes
759

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

1 ACCEPTED SOLUTION
Read only

dani_mn
Active Contributor
0 Likes
713

Custom control is a parent control for other controls like ALV Grid, Picture control.

Regards,

Wasim Ahmed

5 REPLIES 5
Read only

dani_mn
Active Contributor
0 Likes
714

Custom control is a parent control for other controls like ALV Grid, Picture control.

Regards,

Wasim Ahmed

Read only

Former Member
0 Likes
713

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

Read only

0 Likes
713

Please refer this report.

DEMO_CUSTOM_CONTROL

Read only

abdul_hakim
Active Contributor
0 Likes
713

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

Read only

Former Member
0 Likes
713

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.