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: 

HOW 2 FIND WHICH FIELD IS CONTAINED IN WHICH ALL TABLES?

Former Member
0 Kudos

FRIENDS CAN U PLEASE TELL ME THE COMPLETE PROCEDURE FOR HOW 2 FIND THAT FIELD AUFNR IS IN WHICH ALL TABLES....I KNOW WE USE WHEREUSED LIST BUT HOW?

REGARDS

ESSAM (essamsaud@yahoo.co.in)

7 REPLIES 7

Former Member
0 Kudos

Hi,

You can use SE84 Transaction to find out.

Regards,

Shruthi

Former Member
0 Kudos

Hi,

go to transaction SE11 and take a look to the datafield AUFNR. Inside this, you can press the button "where-used-list" (CTRLSHIFTF3).

Regards

Nicole

Former Member
0 Kudos

HI,

Go To T-code SE85.

CLick on ABAP Dictionary.

THen fields.

in that click on table fields.

Than enter field name and excute(F8).

then it will display all the tables where that field is present.

Thanks,CSR.

**Please Reward if helpful.

mohammed_moqeeth
Active Participant
0 Kudos

Dear Khan,

<b>--> Goto transaction SE16

--> Give table DD03L (click --> table contents)

--> give field name (Ex: AUFNR) & Execute

--> And you will get all the table names.... which contain field AUFNR.</b>

Reward Points for useful Answers.

Regards,

Moqeeth.

Former Member
0 Kudos

Hi Essam,

Go To SE15

>Select ABAP Dictonary

>> in that Fields

>>>Table Fields.

Give ur field name and execute their.

<b>Regards,

Jackie.</b>

Former Member
0 Kudos

Hi

Go to Se15 tcode then take the path

ABAP Dictionary->Fields->Table Fields

click on this Table fields option and enter the field name there then press f8 it shows all the tables for that field

Regards

Sandhya

Former Member
0 Kudos

Hi,

1- Goto SE11

2- Type AUFNR in the Database table

3- Click display

4- Click on 'Where Used List'

5- Tick Table Fields and enter

You will get your need.