<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Identify unused custom program in system in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/identify-unused-custom-program-in-system/m-p/11891710#M1961535</link>
    <description>&lt;P&gt;You can check standard report R_STATS_RECORD_FILTER and see how it retrieves the detail of programs run.&lt;/P&gt;&lt;P&gt;You can set a limit date and, unsing the same logic behind the given report, you can identify all your Z* programs not executed after that limit date.&lt;/P&gt;</description>
    <pubDate>Wed, 29 May 2019 07:39:02 GMT</pubDate>
    <dc:creator>SimoneMilesi</dc:creator>
    <dc:date>2019-05-29T07:39:02Z</dc:date>
    <item>
      <title>Identify unused custom program in system</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/identify-unused-custom-program-in-system/m-p/11891707#M1961532</link>
      <description>&lt;P&gt;Dear,&lt;/P&gt;
  &lt;P&gt;Need pointers, in order to identify the custom program usage .&lt;/P&gt;
  &lt;P&gt;i need to know which is most and least used program.&lt;/P&gt;
  &lt;P&gt;Table TADIR give list of custom objects but no information on the usage.&lt;/P&gt;
  &lt;P&gt;Rgs,&lt;/P&gt;
  &lt;P&gt;Jay&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 01:31:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/identify-unused-custom-program-in-system/m-p/11891707#M1961532</guid>
      <dc:creator>JayantkumarS</dc:creator>
      <dc:date>2019-05-29T01:31:27Z</dc:date>
    </item>
    <item>
      <title>Re: Identify unused custom program in system</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/identify-unused-custom-program-in-system/m-p/11891708#M1961533</link>
      <description>&lt;P&gt;How about use where used list?&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 06:55:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/identify-unused-custom-program-in-system/m-p/11891708#M1961533</guid>
      <dc:creator>DoanManhQuynh</dc:creator>
      <dc:date>2019-05-29T06:55:19Z</dc:date>
    </item>
    <item>
      <title>Re: Identify unused custom program in system</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/identify-unused-custom-program-in-system/m-p/11891709#M1961534</link>
      <description>&lt;P&gt;I think the OP is searching for custom programs that were created but are no longer being executed, not necessarily if they are used in other programs.&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 06:59:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/identify-unused-custom-program-in-system/m-p/11891709#M1961534</guid>
      <dc:creator>ArthurParisius</dc:creator>
      <dc:date>2019-05-29T06:59:39Z</dc:date>
    </item>
    <item>
      <title>Re: Identify unused custom program in system</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/identify-unused-custom-program-in-system/m-p/11891710#M1961535</link>
      <description>&lt;P&gt;You can check standard report R_STATS_RECORD_FILTER and see how it retrieves the detail of programs run.&lt;/P&gt;&lt;P&gt;You can set a limit date and, unsing the same logic behind the given report, you can identify all your Z* programs not executed after that limit date.&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 07:39:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/identify-unused-custom-program-in-system/m-p/11891710#M1961535</guid>
      <dc:creator>SimoneMilesi</dc:creator>
      <dc:date>2019-05-29T07:39:02Z</dc:date>
    </item>
    <item>
      <title>Re: Identify unused custom program in system</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/identify-unused-custom-program-in-system/m-p/11891711#M1961536</link>
      <description>&lt;P&gt;The STATs are not suitable for this task as they do not pick up all usage. E.g. print programs, classes or function modules that are called from other programs (or not any more!).&lt;/P&gt;&lt;P&gt;What you need is UPL running in your produciton system and CCLM in Solman. You gather data for e.g. 14 months. Then you analyse it. There are reports in CCLM that will tell you how many times each ABAP component has run in the past 14 months, down to method of class level - even indirect/dynamic usage. &lt;/P&gt;&lt;P&gt;It will also look for orphaned objects - e.g. classes that are not called by any other object.&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:30:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/identify-unused-custom-program-in-system/m-p/11891711#M1961536</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2019-05-29T09:30:07Z</dc:date>
    </item>
    <item>
      <title>Re: Identify unused custom program in system</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/identify-unused-custom-program-in-system/m-p/11891712#M1961537</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;If you have Solution Manage, you can go for Tools that are usually used for upgrade activities&lt;/P&gt;&lt;P&gt;- Scope and Effort Analyzer ; &lt;A href="https://help.sap.com/doc/saphelp_sm71_sp13/7.1.13/en-US/f5/e56c52f01e7554e10000000a44176d/content.htm?no_cache=true" target="test_blank"&gt;https://help.sap.com/doc/saphelp_sm71_sp13/7.1.13/en-US/f5/e56c52f01e7554e10000000a44176d/content.htm?no_cache=true&lt;/A&gt; &lt;/P&gt;&lt;P&gt;- Custom Development Management Cockpit, check Note 1316694&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:34:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/identify-unused-custom-program-in-system/m-p/11891712#M1961537</guid>
      <dc:creator>r010101010</dc:creator>
      <dc:date>2019-05-29T09:34:40Z</dc:date>
    </item>
  </channel>
</rss>

