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

Former Member
0 Kudos

Hi,

For some fields it is referring to the structure. If we go to SE80 for the particular field it is referring to lot of tables.how to find out the table that is referring to the field.

Thanks.

1 REPLY 1

Former Member
0 Kudos

Hi,

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

last words with L and T only. L->Database Fetch T-> Text

For your question goto table DD03L and enter the table field and execute.

It will display all the tables that has the field you entered.

Regards,

Chandru