‎2009 Mar 07 6:10 AM
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
‎2009 Mar 07 1:08 PM
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.
‎2009 Mar 07 1:08 PM
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.
‎2009 Mar 09 5:23 AM
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
‎2009 Mar 07 1:15 PM
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...