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: 

Unused objects

Former Member
0 Kudos

Hi all,

Do we have any FM or so to find out the unused objects(tables, views, structures, data elements, domains etc....) ? If not can you please let me know the other solution to find out the unused objects.

Thanks and Regards,

Balakrishna.N

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi.

Open transaction where object interesting you are maintained and

use where used list function.

or

while doing steps above launch se30 transaction to record into file

all called function modules.

3 REPLIES 3

Former Member
0 Kudos

Hi.

Open transaction where object interesting you are maintained and

use where used list function.

or

while doing steps above launch se30 transaction to record into file

all called function modules.

0 Kudos

Thank you very much for your response Marat.....

Your solution will work fine if I go with objects one by one....

But that is not the case.....

Suppose take the objects of Tables(all tables, let us say there are 2000 tables)....

Now I want to find out the unused tables among these 2000 tables....

Hope you got my point...

Thanks and Regards,

Balakrishna.N

former_member203501
Active Contributor
0 Kudos

means.....it is not used by any user ?....i thnik it is not possible....because for executing a single trasaction we have to use so many objects indirectly...