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 to find a table if u know the field description?

Former Member
0 Kudos

Hi,

I only know the description of a field which is "counter".can any body here tell me how to find that field and where that filed is used?

Thanks

Ravi

9 REPLIES 9

Former Member
0 Kudos

use tcode SE15 to find field & table from the field description

select abap dictionary-> Field-> table fields.

in that enter the field description

Message was edited by:

Kalpanashri Rajendran

Former Member
0 Kudos

Hi,

Make use of SE84 transaction and find the field for the description.

Regards,

Suresh

Former Member
0 Kudos

Hai Ravi,

Go to Se11,

<b>Type table name as DD03L,

Press F8,

Type your field name at filed name,

Press F8,</b>

You can get the table name in which the field is existed.

Hope you got it.

<b>Reward points if it helps you.</b>

Regds,

Rama chary.Pammi

Former Member
0 Kudos

hi,

check out the table

dd03l and dd03t

dd01l and dd01t

dd02l and dd02t

dd04l and dd03t

regards,

Navneeth.K

0 Kudos

hi,

of all the above tables i hope dd03t and dd03l is of much inportance to you.

hope it solves your query.

regards,

Navneeth.K

Former Member
0 Kudos

you can goto DD03T table and give DDTEXT as counter , you can search like that

and check the where-used-list to know where that field was used

Former Member
0 Kudos

HI,

transaction SE11, F4 (selection) for Datatype or Database table,

Insert Counter inside Description and search. :O))

Regards

Nicole

Former Member
0 Kudos

Hi Ravi,

Check the database table dd02t.

This table holds the table name with its description.

Thank you.

Former Member
0 Kudos

Hi Ravi,

Goto se85.

Goto abap editor. then goto fields.

then to table fields.

then write the description

It is case sensitive.

thanks.