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

Table control

Former Member
0 Likes
416

Hello !

I have studied the report demo_dynpro_tabcont_loop from ABAP examples, but I have a problem with the screen.

In fact I don't know how to create columns , header columns. If I put a text field as a header and I associate the column with a dictionary field, I can't see the records, the rows too . I want to use table control without wizard.

What is my mistake ?

Regards,

Ariana

3 REPLIES 3
Read only

Former Member
0 Likes
392

Make sure the text fields are also declared in ur program , so that they will be populate on the screen

Read only

Former Member
0 Likes
392

Hi,

First Create the table control with Drog and Drop, then you can create the columns

and headers using the Push buttons, in the header of that table control, normally 2 headers will come automatically, so if you want to more then drog and drop the push button.

if you have a program, and want the Internal table fields into the table control, then create the table control, then click the program attributes button,(Top you will find 3 small buttons, there the middle one) , then one screen will appear, there select from program, here all the available fields will be shown, so select the internal table fields and press ok, and drop them on the table control, so the fields will come into table control ..

Regards

Sudheer

Read only

Former Member
0 Likes
392

Hi,

here is the link, which will show you step by step to create a table control ..

http://www.sapdevelopment.co.uk/dialog/tabcontrol/tc_basic.htm

Regards

Sudheer