‎2009 Feb 10 1:21 PM
Hello All,
Can a Table Control be used along with a Custom Control using Abap Objects.
Regards,
rama
‎2009 Feb 11 7:01 AM
hi rama,
A custom control is an area on a screen. You create them in the Screen Painter, and, like all other screen objects, they have a unique name. You use custom controls to embed controls. A control is a software component on the presentation server ..
The global class for custom controls is called CL_GUI_CUSTOM_CONTAINER to the screen .
As well as using custom containers, you can link controls to a screen using a SAP Docking
Container. This is encapsulated in the global class CL_GUI_DOCKING_CONTAINER.
i have embedded a ALV report in to the custom control .. but i dint experiment that table control in custom control
but i am sure it is possible ..
regards
chinnaiya
‎2009 Feb 11 9:05 AM
Haii,
Thanks for your answer. Actually i have also embedded ALV but i need to display Table Control. Table Control cannot be embedded in a Container but can be atleast place along side the container.
If the Table Control could be embedded in a Custom Control it would really solve my problem.
Regards,
rama
Edited by: newtoAbap on Feb 11, 2009 10:05 AM
‎2009 Oct 27 10:31 AM