‎2006 Nov 14 3:34 PM
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
‎2006 Nov 14 3:40 PM
Make sure the text fields are also declared in ur program , so that they will be populate on the screen
‎2006 Nov 14 3:49 PM
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
‎2006 Nov 14 3:51 PM
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