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 fields in a table..

Former Member
0 Likes
854

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

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
Read only

Former Member
0 Likes
827

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

Read only

Former Member
0 Likes
827

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

Read only

Former Member
0 Likes
827

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

Read only

Former Member
0 Likes
827

hi

good

the fastest way is to go for F4 search help.

thanks

mrutyun^

Read only

Former Member
0 Likes
827

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.

Read only

RaymondGiuseppi
Active Contributor
0 Likes
827

Use SE84

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

Regards