Application Development 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: 

abap dictionary

Former Member
0 Kudos

hi,

How to find the fields present between the tables.for es if pspid is present in 2 tables.i want to know the two table names.help me please.once the question is answered i ll reward the points.

thank u.

1 ACCEPTED SOLUTION

S-H
Active Participant
0 Kudos

Hi,

Go to transaction SE84, in left panel choose Repository Information System -> ABAP Dictionary -> Fileds-> Table fields:

in right side standard selections, provide the field name and click F8... it will display all the tables where the specified field exists.

Best regards,

Suresh

6 REPLIES 6

Former Member
0 Kudos

Hi

You can use the option Where Used List. Go to se11 and give the table name and display, then click on the field and click on the where used list option, then in that select Database tables. It will display u all the tables in which this field is present.

Regards

Haritha

Former Member
0 Kudos

Goto SE 11->Database table->DD03L->Contents->

Give the FieldName :pspid and execute

You will get the tables that use this fields

Reward Points,

Reema.

Former Member
0 Kudos

see 'where-used' ...tables....for the data element of that field.........

Regards

vasu

Former Member
0 Kudos

Hi,

Put the cursor on the table field and click on Where-used-list. You can select from different options. Another way is to search for data element of the field in the same manner.

Regards,

Amit

S-H
Active Participant
0 Kudos

Hi,

Go to transaction SE84, in left panel choose Repository Information System -> ABAP Dictionary -> Fileds-> Table fields:

in right side standard selections, provide the field name and click F8... it will display all the tables where the specified field exists.

Best regards,

Suresh

Former Member
0 Kudos

Hi,

In SE11 enter ur field name then go to WHERE USED LIST it is avaialbele in application tool bar, click that u will check boxes like programe , tables , domains , classes ,

then u have choose table option u will get all tables which is related for that field

<b>reward me points if it is use full answer...</b>

praveen