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

Field name

Former Member
0 Likes
2,502

Hi,

Pls let me know how we can find out the particular field is locating in which table.

That i do mean Field name BUKAS like , the fields which are coming from in which table.

Regards

Shivas

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
2,104

Hi,

Go to se11, give the field name in 'data type', and search in where used.

U will get a list of tables using that data element.

Hi,

Go to se11, give the field name in 'data type', and search in where used.

U will get a list of tables using that data element.

9 REPLIES 9
Read only

Former Member
0 Likes
2,105

Hi,

Go to se11, give the field name in 'data type', and search in where used.

U will get a list of tables using that data element.

Read only

0 Likes
2,104

HI,

Thanks to all

Regards

shivas

Read only

Former Member
0 Likes
2,104

Hello

Use SE15 for this:

ABAP Dictionary -> Fields -> Table fields

Read only

GauthamV
Active Contributor
0 Likes
2,104

SE11 - fieldname - press Where used list button.

Read only

Former Member
0 Likes
2,104

I hope ur field is BUKRS.

BUKRS is company code, see in header tables

Edited by: Ajay kumar on May 28, 2009 1:38 PM

Read only

Former Member
0 Likes
2,104

how did u get that name?

u can get the table info from the same place where u get that field name

Read only

Former Member
0 Likes
2,104

Hi,

In SE11, in the Data Type give the field name. Display. Then click the where used list ocon. Check for the Tables. It will list you the tables where the field is used.

Regards

Ramesh Sundaram

Read only

Former Member
0 Likes
2,104

Hi,

There is no suc field as BUKAS..You might be looking for BUKRS. Please confirm. Bukrs is company code. Tou will find it in table T001.

Regards,

Nikhil.

Read only

Former Member
0 Likes
2,104

Hi,

In addition to that, go to SE80, select Repository Information System and then

ABAP dictionary -> Fields -> Table Fields

In the screen, give the field name in "Field name" and execute.

It will give all the table which contains the given field.