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

Regarding Table Control

Former Member
0 Likes
483

Hello All,

Can a Table Control be used along with a Custom Control using Abap Objects.

Regards,

rama

3 REPLIES 3
Read only

Former Member
0 Likes
457

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

Read only

0 Likes
457

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

Read only

0 Likes
457

Its not possible to embed a Table Control.

Best Regards,

rama