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

Finding Unknown Table name for given field name

Former Member
0 Likes
864

How many ways to find table name if a field name is given.List all the ways

thanks in advance

How many ways to find table name if a field name is given.List all the ways

thanks in advance

6 REPLIES 6
Read only

Former Member
0 Likes
753

Hi Tejo,

You can use the where used list. But it lists all the tables the particular field is used.

Regards

Arun

Read only

Former Member
0 Likes
753

Hi,

1. Find the where used list of the data element of the field to get the table names,

2. From SE84, give the field name in the search and check where all it has been used,

Hope this helps,

Rgds,

Read only

Former Member
0 Likes
753

Hello,

you have to do a where-used list for the field ..

or else you have to go SE84 Repository information system you can do a search there also.

Reward if helps.

Thanks ,

krishnakumar

Read only

Former Member
0 Likes
753

Hi,

Goto se11 and in the datatype section, give the fieldname or data element name u want. in the next screen choose where used loist button.so u get the table names where this particular field is used...

With regards

Badrinath.

Read only

andreas_mann3
Active Contributor
0 Likes
753

hi,

select (or SE16) table dd03l or dd03m

A.

Read only

Former Member
0 Likes
753

goto table DD03L and give ur fieldname , then u will get all the tables