Application Development 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: 

internal table of the table maintenance generator program

Former Member
0 Kudos

Hi all,

Could any one please help how to find the internal table used for table control which is used in the table maintenance generator program for a ZTable.

Thanks in advance.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

1.Press F1 on the table control & then find the module pool program & screen name.

2.Double click on Screen Number.

3.Go to the layout of screen and double click on Table control u will get the table name.

4.The NAME field gives the internal table name.

Luck,

Bhumika

6 REPLIES 6

Former Member
0 Kudos

Hi,

Go to the layout of screen and double click on Table control u will get the table name.

In most of the cases table name is 'EXTRACT'.

regards

vivek

Edited by: vivek jain on Aug 13, 2008 1:40 PM

Former Member
0 Kudos

hi,

The same table name may be used for the table control for the table mainternace generator.

if you want to check this, give your function group in SE80 and select the screen and check it.

Regards,

Boobalan S

Former Member
0 Kudos

Hi,

1.Press F1 on the table control & then find the module pool program & screen name.

2.Double click on Screen Number.

3.Go to the layout of screen and double click on Table control u will get the table name.

4.The NAME field gives the internal table name.

Luck,

Bhumika

Former Member
0 Kudos

Hi ,

The internal table name will be same as your database table.

Former Member
0 Kudos

Hi all,

I need to bring the sort functionality in the screen of the table maintenance generator for a Ztable. But the internal table 'EXTRACT' is a single line field which stores all the values of the internal table field in a line. so could anyone please help on this.

thanks in advance.

0 Kudos

Hi...

just to bring to your notice u asked some question and somebody gave you helpful ans ur suppose to give him points...now ur asking other question....

do read data from extract tabel simple declare a work area type ur Ztable and then directly move data from extract to that work area..all the fields will get populated..

regards

vivek