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 (with Wizard)

Former Member
0 Likes
453

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
390

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

3 REPLIES 3
Read only

Former Member
0 Likes
391

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

Read only

0 Likes
390

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!

Read only

0 Likes
390

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