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
874

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

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

5 REPLIES 5
Read only

Former Member
0 Likes
840

Hi,

goto se11..

Give the data element name..Then press the where used list button (Ctrl + Shift + F3)..Then choose programs..It will show in which programs the data element is used..

This is the same for structure..

Thanks,

Naren

Read only

0 Likes
840

No I want to find it programatically .

Read only

Former Member
0 Likes
840

Hi,

I believe the where used list information is not stored in any tables..

Thanks,

Naren

Read only

0 Likes
840

So can we find out programatically?

It must be possible ?

Read only

Former Member
0 Likes
840

Hi,

Probably debug the program of standard sap of how where used list is working..

I will also check if there is any FM to do that..

Thanks,

Naren