2009 Mar 03 12:52 PM
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
2009 Mar 03 12:56 PM
I feel you can check this only in TADIR table or if you find solution plelase reply
2009 Mar 03 1:08 PM
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 ...)
2009 Mar 03 1:22 PM
2009 Mar 03 1:23 PM
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
2009 Mar 03 2:30 PM
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.
2009 Mar 03 3:20 PM
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.
2014 May 07 1:35 PM
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |