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
682

hello

in se51 i placed custom control. but it is not displayed in screen (which created in se93 for that program)

now in custom control i want to place dictionary fields.

i donot know how to place it.

writing code for custom control is only way for in opps concept. or any way.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
619

Dear Suresh,

take ur program in se80 and in the left side there would be screens..open ur screen and view it if ur csutom control is there.

Next if u want to add dictionary fields then u can add the fields to ur screen not to the custom control.

Basically custom controls are used to display complex objects such as trees or alvs using oops concept.

Regards

Sajid

4 REPLIES 4
Read only

Former Member
0 Likes
619

Hi,

The custom control is just a container.

On that custom control basically you will have to put an object such as CL_GUI_ALV_GRID using your program.

Check the example program BCALV_TEST_GRID.

Regards,

Ankur Parab

Read only

Former Member
0 Likes
619

Hello Suresh

A custom control is an area on a screen. You use custom controls to embed controls.

Refer this for more details

[http://help.sap.com/saphelp_nw04/helpdata/en/2a/755b94ca5911d299af5c9604c10e27/content.htm]

Read only

Former Member
0 Likes
620

Dear Suresh,

take ur program in se80 and in the left side there would be screens..open ur screen and view it if ur csutom control is there.

Next if u want to add dictionary fields then u can add the fields to ur screen not to the custom control.

Basically custom controls are used to display complex objects such as trees or alvs using oops concept.

Regards

Sajid

Read only

Former Member
0 Likes
619

se51>layout>in application tool bar click on button (dictionary/program fields)> five tabel name> enter>select the fields you required>enter--> place the fields in the custom control.

now write the code in the PAI and PBO.

regards,

venkat.