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: 

To find Field in a unknown table

Former Member
0 Kudos

Hi all.

i have a field. but i don't know the table name.

i want to know that what are all the table/ program holds that fields.

i tried in where-used list too. but i unable to find. becoz i dnt knw the table name.

pls help me out

5 REPLIES 5

Former Member
0 Kudos

The best method is to check with the Where Used List. As you have already tried with this Check the following tables.

It may be of some help to you.

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 <REMOVED BY MODERATOR>

Edited by: Alvaro Tejada Galindo on Dec 25, 2007 9:08 AM

former_member202957
Contributor
0 Kudos

Hi Irfan,

Go to t-code SE84 -> Repository information system ->ABAP Dictionary -> Fields -> table fields

Give the field name you know and execute.

You will get all the information of the field in which tables it is there.

<REMOVED BY MODERATOR>

Regards,

sunil kairam.

Edited by: Alvaro Tejada Galindo on Dec 25, 2007 9:09 AM

jayakummar
Active Participant
0 Kudos

hai,

use this beautyful transaction to find tables and fields.....

SE15 .

i think it will usefull for you........

<REMOVED BY MODERATOR>

regards,

jai.m

Edited by: Alvaro Tejada Galindo on Dec 25, 2007 9:11 AM

former_member156446
Active Contributor
0 Kudos

Hi ,u will know by experience which tables will be used for a field... for time being look at the code in ur org. which used that field and check that tables.

Former Member
0 Kudos

hi irfan,

if you know the field name type it in the abap editor and then double click on it a window will be opened in this window click on the technical settings tab this will give the detailed information about the field including the table name.