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 find Where does Data Elements and structures are used ?

Former Member
0 Likes
2,839

Hi everyone .

Is there any table which stores data elements/structures and where they are used ?

If not is there any way to find by writing some <b>program</b> where does a data element or a structure is used ? Which tables will require for that ? If any one can give example it will be most helpful .

Thanks and Regards,

Kaushal N. Shah

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,878

Data Elements: DD04L - tables - DD02L (there is a check in both the tables) .it will help u to find the table fields n there data elements..

5 REPLIES 5
Read only

Former Member
0 Likes
1,878

Hi There is no need to write any program to find where used list.

Keep cursor in your data element and click "Where used list" button SAP will provide list of all tables.

Hope this helps you.

Regards

Nagendra

Read only

0 Likes
1,878

I know that option but I wish to find it programatically .

Read only

0 Likes
1,878

Hi Kaushal,

DD04L stores the data elements.

DD02L stores the structures.

So you can query these tables & find them.

Regards,

Chetan.

PS:Reward points if this helps.

Read only

Former Member
0 Likes
1,879

Data Elements: DD04L - tables - DD02L (there is a check in both the tables) .it will help u to find the table fields n there data elements..

Read only

Former Member
0 Likes
1,878

go to dataelement or structure and keep cursor on it and press whereused list and u can find the same.