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

tables and fields

Former Member
0 Likes
1,028

hi frnds,

how to find "table name" if "field" is known???

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
996

Hi Gundala,

Just go to transaction SE90.

There in the left side go in ABAP Dictionary -> Fields -> Table fields -> There in the FIELD NAME, give the field and execute.

You will get the table names for that field.

Hope this will help.

Regards,

Nitin.

6 REPLIES 6
Read only

Former Member
0 Likes
996

Hi,

Go to that Data element. check Where used list -> table fields

Check the relevant table in the list of tables obtained

Regards

Manasa

Edited by: Manasa Bhaskaruni on Nov 12, 2008 12:46 PM

Read only

Former Member
0 Likes
997

Hi Gundala,

Just go to transaction SE90.

There in the left side go in ABAP Dictionary -> Fields -> Table fields -> There in the FIELD NAME, give the field and execute.

You will get the table names for that field.

Hope this will help.

Regards,

Nitin.

Read only

Former Member
0 Likes
996

Hello,

You can search it using SE84. Goto FIELDS in tree structure and select the TABLE FIELDS, enter the field name and press F8. You will get the lists of tables in which the particular field in used.

Thanks,

Jayant

Read only

Former Member
0 Likes
996

GO to SE84 or SE85

ABAP Dictionary -> Fields -> double click on Table Fields

In standard selections tab give the field name eg, NETWR

Press F8 then u will get all the tables list which contain the field NETWR

Read only

Former Member
0 Likes
996

thanx allll

Read only

Former Member
0 Likes
996

Hi Gundala,

Please try this,

Go to se11 & then table DD03L. Then execute it.

There you put your field name & execute.

It will give you the tablename.

Regards,

Vikas