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

Object Usage Report

Former Member
0 Likes
1,776

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

1 ACCEPTED SOLUTION
Read only

former_member15255
Active Participant
0 Likes
1,344

Hi,

Tcode : STAD (Statistics display for all systems), this tcode should help your requirement.

Thanks & Regards

Suresh Krishnan

5 REPLIES 5
Read only

kiran_k8
Active Contributor
0 Likes
1,344

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.

Read only

Former Member
0 Likes
1,344

Thanks for your reply Kiran, but do you have any answer related to the question?

Read only

former_member15255
Active Participant
0 Likes
1,345

Hi,

Tcode : STAD (Statistics display for all systems), this tcode should help your requirement.

Thanks & Regards

Suresh Krishnan

Read only

Harsh_Bansal
Contributor
0 Likes
1,344

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

Read only

ThomasZloch
Active Contributor
0 Likes
1,344

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