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

Structure field

Former Member
0 Likes
891

How to find the table name for a structure filed.

Whatis the best way to find.

I know

Where used list

SE15

6 REPLIES 6
Read only

Former Member
0 Likes
779

go to dd03l table.

Regards,

Ravi

Read only

0 Likes
779

Hi Thanks...I will try that

Read only

Former Member
0 Likes
779

HI

check for DD02D

Regards,

Laxmi.

Read only

Former Member
0 Likes
779

Hi for Table Name

Use DD03L

For Data ELement

Use DD04L

Read only

0 Likes
779

Refer to this link

Regds

Manohar

Read only

Former Member
0 Likes
779

Not always easy to figure that out. What you can try is to go to the data element and see if the data element is used in any table fields. Sometimes, it so happens that even this may give you what you want. You may have to go to the domain. If you are lucky, there will be a value table there. If not, you need to find where this domain is used in all the data elements and then where each of those data elements are used in tables.

Another way to find out is to go to the programs where this field is used and see which tables they use.

Easiest is ask the forum and there may be someone who knows which table the values are stored. Can you give us the structure and the field names?