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

Struc & Field name......

Former Member
0 Likes
1,188

Hi there ,

If I know the struc name & the field name then how can we find the tables in which the same field is there .........

Thanks & Regards

Kaushik

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,166

hi

check for where used list...in that select tables option...

u find the list of tables in which the field is used.

8 REPLIES 8
Read only

Former Member
0 Likes
1,167

hi

check for where used list...in that select tables option...

u find the list of tables in which the field is used.

Read only

Former Member
0 Likes
1,166

hi,

If u know the structure and field then u can search where it is used by using Where-used list.It will be in the Menu bar.

Read only

Former Member
0 Likes
1,166

Hi,

Threre are numerious ways,

1. You can double click on structure and use where-used list.

2. Go to Data Element of the Table and use where-used list for structures and Data Tables.

3. Go to ST05 and Activate Trace and Run Transaction and Then Display it to get database fields and Database.

4. Also you can check for CHECK TABLES, Search help etc.

Reward if useful!

Read only

kishorepallapothula
Participant
0 Likes
1,166

HI ,

Use where used list button and check the objects in the pop up screen like programs, db tables...etc.

The system search and gives the result.

Reward if useful.

kishore

Read only

former_member404244
Active Contributor
0 Likes
1,166

hI ,

Goto tcode SE15/SE84...Now goto Abap dictionary folder then fields folder,now give ur field name and press F8 ,u will get all the table names.

Reward points if u find useful..

Regards,

Nagaraj

Read only

kiran_k8
Active Contributor
0 Likes
1,166

Kaushik,

for ex:-

RUN VA02

RUN ST05

CLICK ON ACTIVATE TRACE

GO AHEAD WITH THE VA02 PROCESS

NOW AGAIN GO TO ST05 AND DEACTIVATE THE TRACE.

NOW CLICK ON DISPLAY TRACE.

CHOOSE TRACE LIST.

This way we will be able to findout the table name of a particular field when the F1 help is showing the structure name.Yes I agree the trace list is bit complex to understand but I don't know any otherway.let's see what SDN experts opine.

K.Kiran.

Read only

kaushik_choudhury2
Active Contributor
0 Likes
1,166

Thanks a lot experts for your ans........the issue is resolved

Ragards

Kaushik

Read only

Former Member
0 Likes
1,166

Hi

you will find where used list option in the ABAP DICTINORY

with that y ou can find where exactly that structure is used

path for that is

GOTO -> UTILITIES -> WHERE USED LIST

REWARD IF USEFUL