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

List the used ABAP objects

Former Member
0 Likes
1,230

Hi all,

I'm looking for a standard tool to list the used ABAP objects (Reports, Include, Function Group, CLASSes) in a time

frame of one year or at least since the start-up.

My goal is the identification of the obsolete custom developments to dismiss it.

I have found the transaction SCOV but the goal of this transaction is the estimation of the code

coverage during the test.

Anyone can help me?

Thanks in advantage

Hi all,

I'm looking for a standard tool to list the used ABAP objects (Reports, Include, Function Group, CLASSes) in a time

frame of one year or at least since the start-up.

My goal is the identification of the obsolete custom developments to dismiss it.

I have found the transaction SCOV but the goal of this transaction is the estimation of the code

coverage during the test.

Anyone can help me?

Thanks in advantage

7 REPLIES 7
Read only

Former Member
0 Likes
1,094

I feel you can check this only in TADIR table or if you find solution plelase reply

Read only

0 Likes
1,094

Hi Phanindra,

through the TADIR table i can extract the list of all custom objects but not the list of used objects ( number of the executions, date and time of the last execution ...)

Read only

0 Likes
1,094

see this thread

a program has been given in the thread which retrieves the details from MONI

кu03B1ятu03B9к

Edited by: kartik tarla on Mar 3, 2009 6:54 PM

Read only

RaymondGiuseppi
Active Contributor
0 Likes
1,094

This kind of data is stored in table MONI - Monitor table MONI (summarized cluster table!) and in some files of the application server (in the OS behind SAP)

- Transaction STAT or ST03n use data stored in these tables

- Some FM like [SAPWL_SERVLIST_GET_LIST|https://www.sdn.sap.com/irj/scn/advancedsearch?cat=sdn_all&query=sapwl_servlist_get_list&adv=false&sortby=cm_rnd_rankvalue] and [SAPWL_WORKLOAD_GET_STATISTIC|https://www.sdn.sap.com/irj/scn/advancedsearch?query=sapwl_workload_get_statistic&cat=sdn_all] may be used to get the data from each application server

(click on the links to get more information and samples on how to use these FM)

Regards

Read only

0 Likes
1,094

Hi Raymond,

not wrong, but through the workload statistic I'm able to trace only the execution of the Transactions or Programs (the executable units from user perspective). I'm looking for a tool to list the used ABAP objects: Include, Function Group, CLASSes etc.

Anyway thanks for the very useful answer.

Read only

0 Likes
1,094

I dont think there is any such kind of tool available in SAP.

You can get last selection screen genarated details for a program using TRDIR view,

which may help you upto certain extent.

Read only

webwork
Explorer
0 Likes
1,094

This message was moderated.