‎2007 Apr 18 11:57 AM
Hi,
I just wan't to create a screen using the Table Control (with Wizard) from Screen Painter, to display three tables (one DB table and two internal tables). It runs smoothly as long as I only create two of them, no mather which two. They display the data I need correctly. But when I create the third the tables apear but not the data. Does anyone knows why it's happening and what can I do to solve the problem?
Btw, I'm a SAP absolute beginner...
Thanks in advance,
André Costa
‎2007 Apr 18 12:05 PM
Hi,
What do u mean by 1 DB table..coz for a Table control u must have only internal tables that too carrying records..so first create a table of the type of DB table write a select stmt fill the internal table and then try crating the table control.
santhosh
‎2007 Apr 18 12:05 PM
Hi,
What do u mean by 1 DB table..coz for a Table control u must have only internal tables that too carrying records..so first create a table of the type of DB table write a select stmt fill the internal table and then try crating the table control.
santhosh
‎2007 Apr 18 12:10 PM
I've two internal tables created in the top, and they are filled in the module of the first screen. the db table, a table that I've created (ZTAB) is already filled.
When you start the Table Control Wizard, you can choose if you want to create from a db table or an internal table!
‎2007 Apr 18 12:18 PM
If you read on the top u missed a point
In this step, you select the table whose fields should be used as the columns of the table control.
You can specify a table of the Dictionary or an internal table of the program.
so its not the data but the fields are copied from the database table
so u need to fetch the data from the database and populate the table control
santhosh