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: 

table query

Former Member
0 Kudos
108

hai

i need to find table name using a field name

can anybody suggest a way i am not into ABAP i am functional person.

regards

nalla

1 ACCEPTED SOLUTION

mohammed_moqeeth
Active Participant
0 Kudos
65

Dear Chakravarthy,

You first find the fields data type,

For Example: generally most of the field have name with "same data type "

like FIELD NAME = KUNNR

DATA TYPE = KUNNR for that field

<b>--> go to se11

--> click data type --> in that give the data type of that field

--> from application tool --> click [where use list] --> then check "table fields" and execute.

--> then it will shows the list of tables in which this data type (with reference to the field) exists in these list tables.</b>

Reward points for useful answers.

Moqeeth.

6 REPLIES 6

Former Member
0 Kudos
65

Find the table using where used list by selecting database table. It will list all tables that this field is existing.

Former Member
0 Kudos
65

Press F1 on parameters/field and it will take to u the description screen .

From there u can click on technical settings button.

It will take u to technical screen.. there u can get the table / structure/ view name..

reward if useful...

Regards

Prax

Former Member
0 Kudos
65

in SE11..

Datatype : give the fieldname and give F7

then check where used list ...this will show the tables.

mohammed_moqeeth
Active Participant
0 Kudos
66

Dear Chakravarthy,

You first find the fields data type,

For Example: generally most of the field have name with "same data type "

like FIELD NAME = KUNNR

DATA TYPE = KUNNR for that field

<b>--> go to se11

--> click data type --> in that give the data type of that field

--> from application tool --> click [where use list] --> then check "table fields" and execute.

--> then it will shows the list of tables in which this data type (with reference to the field) exists in these list tables.</b>

Reward points for useful answers.

Moqeeth.

Former Member
0 Kudos
65

u can check that in table DD03L

goto SE16

give the table name as DD03L and click on execute button

give the fieldname and F8

you can get many tables , you have to select the appropriate table from them

Former Member
0 Kudos
65

Hello ,

Caheck this Table : DD03L .

Give the field name in the SSCRN. It gives u the Table.

Regards,

Deepu.K