‎2009 Jul 06 4:19 PM
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.
‎2009 Jul 08 5:28 AM
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
‎2009 Jul 06 4:34 PM
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
‎2009 Jul 07 7:10 AM
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]
‎2009 Jul 08 5:28 AM
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
‎2009 Jul 08 10:53 AM
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.