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: 

Table for details of SAP table

Former Member
0 Kudos

Hi all,

in which table that holds all SAP tables for specific Package....

Thanks In advance..

10 REPLIES 10

former_member386202
Active Contributor
0 Kudos

Hi,

CHeck tables DD02L and DD03L

Regards,

Prashant

Former Member
0 Kudos

DD02L Table contains the SAP Tables.

DD02T Table contains the SAP Table Texts.

DD01L Table contains the Domains

DD01T Table contains the Domain Texts.

DD03L Table contains the Table Fields.

DD03T Table contains the Table Field Texts. (Language Dependent)

DD04L Table contains the Data Elements.

DD04T Table contains the Data Element Texts.

DD05s Table contains the Foreign Key Fields

Rewards if useful.

0 Kudos

hi

i know the package name .i want to retrive all the tables in that package.

0 Kudos

in SE80, choose package, enter package name and you have everything in that package, including tables as well.

0 Kudos

Hi Joe,

You can get the details from TADIR by passing DEVCLASS = <package name> and choose the entries where OBJECT = 'TABL' or 'TABD'.

Hope this helps.

Thanks

Lakshman

0 Kudos

Hi

In tadir if I set OBJECT = 'TABL' or 'TABD'. I’l get including structure .i want only tables,how can I differentiate .is there any way to identify table alone…..

0 Kudos

Select Table Category as TRANSP in DD02L table, you will get all tables

Regards,

Satish

Message was edited by:

Satish Panakala

Former Member
0 Kudos

Goto SE80 (Object Navigator). Select the Package and give your package name. I will give you all the objects in that package. Check in the Dictionary Objects. you can find all the tables in the package.

Former Member
0 Kudos

Select from TADIR table with PGMID = 'LIMU' OBJECT = 'TABL' and DEVCLASS = <Package Name>.

Former Member
0 Kudos

hi

have u look at this:<a href="http://search.cpan.org/piers/SAP-Rfc-1.47/Rfc.pm">http://search.cpan.org/piers/SAP-Rfc-1.47/Rfc.pm</a>.

if u like the post plz rewarded me by points