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

searching a table

Former Member
0 Likes
762

hi all,

i hv a field name. i want to search a table in which this field exist?

how i can do that?

e.g i have a field name kunre bill to party how i can search a table containing this field?

plz give steps.

i am new to abap.

6 REPLIES 6
Read only

Former Member
0 Likes
716

Hi,

You can use the SE84 transaction code to search the tables

Goto SE84 --> ABAP Dictionary --> Fields ---> Table fields,

Here Give the Field name and Press F8, then you will get all the Table names

Regards

Sudheer

Read only

0 Likes
716

but i dont no the table name

Read only

Former Member
0 Likes
716

go to se84

and go for abap dictionary->fields-->table fields.

give ur field name and press enter , u will come across no of tables which this field is located.

in that u can choose which one suitable for ur requirement.

Reward if helpful.

Thanks

Read only

vallamuthu_madheswaran2
Active Contributor
0 Likes
716

hi,

se11> select DATA TYPE>give the field name and click the display button and place the cursor in DATA ELEMENT FIELD and select the where used list button. this button placed near execute button.

thanks & regards,

vallamuthu.M

Read only

Former Member
0 Likes
716

hI

Goto tcode->SE84,then press on fields,then table fields.Give the field name and execute.U will see the field used in different tables.

<b>reward if usefull</b>

Read only

Former Member
0 Likes
716

HI,

1.GOTO SE11.

2.SELECT DATA TYPE THEN ENTER KUNRE.

3.IN APPLICATION TOOLBAR CLICK ON WHERE-USED LIST. I.E THE ICON WITH 3 ARROWS

4.POP UP WILL COME SELECT ONLY TABLES.

5.ENTER NOW

YOU WILL GET LIST OF ALL THE TABLES.