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

How to identify Table/Structure

Former Member
0 Likes
1,103

If i only know the description of a field..how can i identify the field name and the corresponding table or structure..

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,067

u can goto DD03T table , give the description and get the fieldname

then goto DD03L , give the fieldname and get the possible table/structure

Message was edited by:

Chandrasekhar Jagarlamudi

7 REPLIES 7
Read only

Former Member
0 Likes
1,068

u can goto DD03T table , give the description and get the fieldname

then goto DD03L , give the fieldname and get the possible table/structure

Message was edited by:

Chandrasekhar Jagarlamudi

Read only

0 Likes
1,067

Hi Chandrasekhar,

Thanks for your help but i couldnt get fieldname and table name for most of the field description...is there any other way to find it..

Read only

0 Likes
1,067

Hi

Apart from finding the fields from DD03L table

With the description first find the data element in related to that description

and use where used list of that Data element it will show that data element used tables.

Again there will be more tables, you have to take the related Module and required ones only.

reward if useful

regards,

Anji

Read only

0 Likes
1,067

Hi,

Use where-used-list to search the table ans structure contains that field.

Read only

Former Member
0 Likes
1,067

Hi

As far I know atleast u shud know the field name to find out the table r structur.

that is give the field name n choose ' where used ' button.

Read only

Former Member
0 Likes
1,067

hi,

chk out the table

dd03l and dd03t.

regards,

Navneeth.K

Read only

Former Member
0 Likes
1,067

Hi Thasneem,

can you write down the field descr. if possible we will let you know the fieldname and table.

regards,

Navneeth.K