<?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: Function module run statistics in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-run-statistics/m-p/12247161#M1985771</link>
    <description>&lt;P&gt;&lt;SPAN class="mention-scrubbed"&gt;andrey_popov&lt;/SPAN&gt;, in this case it could be SCOV, UPL, SCMON, ST03N, but also STAD, STATTRACE, ST03G, ST01 and ST05.&lt;BR /&gt;Read the SAP documentation and blogs about those and get familiar with the tools in order to pick the right one for you.&lt;/P&gt;&lt;UL&gt;
&lt;LI&gt;Most statistics about 'coding that has been executed', are based on transactions or reports, not on function module&lt;/LI&gt;&lt;LI&gt;Some collect aggregated information and others very detailed information&lt;/LI&gt;&lt;LI&gt;Some of those statistics are 'always on' and some have to be activated and will use additional performance for collecting this information, those that have to be activated tend to collect more detailed data&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;What is your exact usecase for your requirement?&lt;/STRONG&gt; &lt;BR /&gt;Just 'nice to know'? You must have a reason why you want to know this, and maybe the reason can help us guide you in the right direction.&lt;/P&gt;</description>
    <pubDate>Wed, 14 Oct 2020 03:54:03 GMT</pubDate>
    <dc:creator>michael_piesche</dc:creator>
    <dc:date>2020-10-14T03:54:03Z</dc:date>
    <item>
      <title>Function module run statistics</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-run-statistics/m-p/12247158#M1985768</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
  &lt;P&gt;Is there a tool to view function module run statistics?&lt;/P&gt;</description>
      <pubDate>Tue, 13 Oct 2020 13:22:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-run-statistics/m-p/12247158#M1985768</guid>
      <dc:creator>former_member722469</dc:creator>
      <dc:date>2020-10-13T13:22:13Z</dc:date>
    </item>
    <item>
      <title>Re: Function module run statistics</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-run-statistics/m-p/12247159#M1985769</link>
      <description>&lt;P&gt;What 'statistics' are you looking for?&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Trx. SAT "Runtime Analysis" gives you statistics about runtime performance for a 'planned run' with various different settings to capture function modules, methods, subroutines, as well as database access and down to read and change statements of internal tables&lt;/LI&gt;&lt;LI&gt;Trx. S_MEMORY_INSPECTOR "Memory Inspector - Memory Use Analysis" lets you compare memory usage of programs, you need to take memory snapshots first either in debugger or from System-&amp;gt;Utilities-&amp;gt;Memory Analysis-&amp;gt;Create Memory Snapshot&lt;/LI&gt;&lt;LI&gt;Trx. SCOV "Coverage Analyzer" - has to be turned on in order to collect data and statistics about the execution of procedures: programs, function groups, and classes, drill down to processing blocks: forms, methods or other processing blocks, drill further down to branch and statement coverage&lt;/LI&gt;&lt;LI&gt;'Alternatives' to SCOV:&lt;BR /&gt;UPL "Usage and Procedure Logging"&lt;BR /&gt;Trx. SCMON "ABAP Call Monitor"&lt;/LI&gt;&lt;LI&gt;Trx. ST03N "Workload Monitor" &lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Tue, 13 Oct 2020 14:37:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-run-statistics/m-p/12247159#M1985769</guid>
      <dc:creator>michael_piesche</dc:creator>
      <dc:date>2020-10-13T14:37:51Z</dc:date>
    </item>
    <item>
      <title>Re: Function module run statistics</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-run-statistics/m-p/12247160#M1985770</link>
      <description>&lt;P&gt;I'm
looking for information about the facts of function module calls. E.g. someone execute any transaction that call function
module (by use operator «call function»).&lt;/P&gt;&lt;P&gt;In the end I want to know whether the func.module is used in the system or not.&lt;/P&gt;</description>
      <pubDate>Tue, 13 Oct 2020 15:23:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-run-statistics/m-p/12247160#M1985770</guid>
      <dc:creator>former_member722469</dc:creator>
      <dc:date>2020-10-13T15:23:28Z</dc:date>
    </item>
    <item>
      <title>Re: Function module run statistics</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-run-statistics/m-p/12247161#M1985771</link>
      <description>&lt;P&gt;&lt;SPAN class="mention-scrubbed"&gt;andrey_popov&lt;/SPAN&gt;, in this case it could be SCOV, UPL, SCMON, ST03N, but also STAD, STATTRACE, ST03G, ST01 and ST05.&lt;BR /&gt;Read the SAP documentation and blogs about those and get familiar with the tools in order to pick the right one for you.&lt;/P&gt;&lt;UL&gt;
&lt;LI&gt;Most statistics about 'coding that has been executed', are based on transactions or reports, not on function module&lt;/LI&gt;&lt;LI&gt;Some collect aggregated information and others very detailed information&lt;/LI&gt;&lt;LI&gt;Some of those statistics are 'always on' and some have to be activated and will use additional performance for collecting this information, those that have to be activated tend to collect more detailed data&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;What is your exact usecase for your requirement?&lt;/STRONG&gt; &lt;BR /&gt;Just 'nice to know'? You must have a reason why you want to know this, and maybe the reason can help us guide you in the right direction.&lt;/P&gt;</description>
      <pubDate>Wed, 14 Oct 2020 03:54:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-run-statistics/m-p/12247161#M1985771</guid>
      <dc:creator>michael_piesche</dc:creator>
      <dc:date>2020-10-14T03:54:03Z</dc:date>
    </item>
  </channel>
</rss>

