‎2012 Feb 22 5:40 AM
Hi
We're planning our upgrade and would like to do a cleanup of unused objects as a phase 1. Is there a SAP report that we can run that does analysis on e.g. TADIR objects and highlight objects that are not being used for the passed 6 - 12 months?
If not, how would you propose we get this information?
Thanks,
Adrian
‎2012 Feb 22 9:15 AM
Hi,
Tcode : STAD (Statistics display for all systems), this tcode should help your requirement.
Thanks & Regards
Suresh Krishnan
‎2012 Feb 22 9:01 AM
objects that are not being used for the passed 6 - 12 months?
I think this should not be the criteria for clean up.Usage of Z objects depends upon the Business requirements which may vary.
Thanks,
K.Kiran.
‎2012 Feb 22 9:06 AM
Thanks for your reply Kiran, but do you have any answer related to the question?
‎2012 Feb 22 9:15 AM
Hi,
Tcode : STAD (Statistics display for all systems), this tcode should help your requirement.
Thanks & Regards
Suresh Krishnan
‎2012 Feb 22 9:55 AM
Hi,
An addition to that STAD.
You can at one time call it for maximum one day.
That report is using FM - data_read_function to get stats.
You can call this FM in loop starting your date to today's date.
If any stat is found means program was run..then you can skip that program.
Regards,
Harsh Bansal
‎2012 Feb 22 11:37 AM
What is object usage? For executable programs and transactions, it can mean the actual executions by users, how to find these has been discussed a lot, please search for previous discussions.
For other objects you need to check the where-used-list, I think the standard does it just one at a time, but you can create your own mass-solution using the REPOSITORY_ENVIRONMENT_ALL function module (navigation index must be up to date).
Thomas