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: 

searching fields in a table..

Former Member
0 Kudos

hi all..

How the fastest way to search a fields in a table with description of a field...can anybody knows the answer...just reply me....

regards,

mahesh

6 REPLIES 6

Former Member
0 Kudos

Hi,

You can you check DD03T..

Or

You can use SE11..Give the table name..Press display..Press CTRL + F4..give the description..

Thanks,

Naren

Former Member
0 Kudos

go to se15 click ABAP dictionary>fields>tablefields(dbl click) give the field name in the right hand side window. press execute it will show you the tables which contains the field.

other way take the dataelement of the field and use where used list..

regards

shiba dutta

Former Member
0 Kudos

Hi Mahesh,

Goto SE11.enter table name .press display.then press ctrl F and enter the description of the field.press enter . u will the get the field regarding to the given description.

If u want to search table name for given field,then.

Goto se84->ABAP Dictionary->fields>table fields.double click on it.

Enter the table name or field name or description. u will get all the tables in which that field is used.

Reward points if useful.

Regards,

Hemant

Former Member
0 Kudos

hi

good

the fastest way is to go for F4 search help.

thanks

mrutyun^

Former Member
0 Kudos

hi,

go to se15 -> [on left side] ABAP dictionary>fields>tablefields(dbl click) give the field name in the right hand side window. press execute it will show you the tables which contains the field.

if helpful reward some points.

with regards,

suresh babu.

raymond_giuseppi
Active Contributor
0 Kudos

Use SE84

> R/3 Repository Information Sys 
  > ABAP Dictionary 
    > Fields 
      >Table fields 

Regards