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

About tables

Former Member
0 Likes
1,089

Hi experts ,

iam having doubt in data dictionary , iam know one field name , i want 2 know in which table this field exits...

Is There any tcode or program 2 find the table name ..

waiting for u r reply

Regs ,

Narayana Murthy

11 REPLIES 11
Read only

Former Member
0 Likes
1,069

Hi,

Go to TCODE SE84 > ABAP Dictionary > Fields > Table Fields, give the Field name and find out related tables.

Regards,

Suresh

Message was edited by:

SureshKumar Ramamoorthy

Read only

alex_m
Active Contributor
0 Likes
1,069

Use 'Where Used list' to find out the table names.

Read only

Former Member
0 Likes
1,069

Hi,

For this, go to the data element of that field.

Then Click on the "Where used" button on the toolbar.

You will get all the table & fields where it is used.

Regards,

Hemant.

Read only

Former Member
0 Likes
1,069

go to se15 click abap dictionary> fields->table fields. at right side give the field name and execute(F8),

regards

shiba dutta

Read only

Former Member
0 Likes
1,069

Hi

Enter the field name in the table <b>DD03L</b> and you will know the Table name.

reward points if useful

regards

Anji

Read only

Former Member
0 Likes
1,069

the simplest way is goto SE11 and specify the dataelement of the field and go in display mode. Now, click on where-used-list and select the tables option. It will list down in which all tables had these data element been used which inturn is the field been used.

Read only

Former Member
0 Likes
1,069

Hi,

Go to se84, click on ABAP dictionary, then choose Fields-> Table Fields.

In the right window, Give your field name then execute. It will list out the related tables .

Reward if useful.

Regards,

U. Uma

Read only

Former Member
0 Likes
1,069

Hi Murthy

there is one Tcode through which u can get any table name or field name

SE15 try with this it will definetly solve ur problem

Reward for usefull,

Regards,

Pavan

Read only

Former Member
0 Likes
1,069

Hi Narayana,

What ever field u have proivde that field in se11-> data element and go for the where used list .in that select tables it will display the tables.

Rgds,

P.Naganjana Reddy

Read only

Former Member
0 Likes
1,069

HI Narayana,

Go to SE84.. click ABAP dictinonary>fields> give your field name and execute ..

You will get all the tables which include this field

reward if useful..

regards,

nazeer

Read only

Former Member
0 Likes
1,069

Hi,

Go to TCODE SE84 > ABAP Dictionary > Fields > Table Fields, give the Field name

It will list out the table names.

Rewards points if it is helpful.

Regards,

Sangeetha.A