<?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: Call statistics for customer functions (CMOD) in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-statistics-for-customer-functions-cmod/m-p/3777758#M908985</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Thomas&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On a 4.6c release I would use the following approach:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(1) Identify the transactions which pass user-exits&lt;/P&gt;&lt;P&gt;(2) Analyze transaction log &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;  Uwe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 05 May 2008 21:20:30 GMT</pubDate>
    <dc:creator>uwe_schieferstein</dc:creator>
    <dc:date>2008-05-05T21:20:30Z</dc:date>
    <item>
      <title>Call statistics for customer functions (CMOD)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-statistics-for-customer-functions-cmod/m-p/3777757#M908984</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi experts,&lt;/P&gt;&lt;P&gt;I wonder, whether R/3 4.6C provides an option to generate a call statistics for customer functions (w/o adding additional logging code in the ZX-includes).&lt;/P&gt;&lt;P&gt;This would be beneficial to identify customer functions called frequently (and to check/improve the performance of these subsequently).&lt;/P&gt;&lt;P&gt;I am aware of a similar feature for BAdIs as well as the coverage analyzer (in NW'04s).&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 May 2008 14:13:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-statistics-for-customer-functions-cmod/m-p/3777757#M908984</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-05T14:13:58Z</dc:date>
    </item>
    <item>
      <title>Re: Call statistics for customer functions (CMOD)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-statistics-for-customer-functions-cmod/m-p/3777758#M908985</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Thomas&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On a 4.6c release I would use the following approach:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(1) Identify the transactions which pass user-exits&lt;/P&gt;&lt;P&gt;(2) Analyze transaction log &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;  Uwe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 May 2008 21:20:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-statistics-for-customer-functions-cmod/m-p/3777758#M908985</guid>
      <dc:creator>uwe_schieferstein</dc:creator>
      <dc:date>2008-05-05T21:20:30Z</dc:date>
    </item>
    <item>
      <title>Re: Call statistics for customer functions (CMOD)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-statistics-for-customer-functions-cmod/m-p/3777759#M908986</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for this idea.&lt;/P&gt;&lt;P&gt;However, this is an acceptable solution for few user exits but hardly for a highly customized system. Moreover, I want to identify customer functions which are called very frequently within certain transactions (i.e. in LOOPs, e.g. in sales order pricing or in mass processing like RA and settlement).&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 May 2008 07:23:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-statistics-for-customer-functions-cmod/m-p/3777759#M908986</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-06T07:23:27Z</dc:date>
    </item>
    <item>
      <title>Re: Call statistics for customer functions (CMOD)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-statistics-for-customer-functions-cmod/m-p/3777760#M908987</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hii,&lt;/P&gt;&lt;P&gt;if you are specifying on the sales order..&lt;/P&gt;&lt;P&gt;for eg t-codes va01,va02 and va03 then you will find that they are module pool prgs with lots of include prgs withen it.&lt;/P&gt;&lt;P&gt;incase of user exits u can notice MV45AFZZ,MV45AAFZB etc as include prgs.&lt;/P&gt;&lt;P&gt;these are the user exits where we can include our own functionality to the standard sap transaction as per company specific.&lt;/P&gt;&lt;P&gt;thanks..'&lt;/P&gt;&lt;P&gt;reward if helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 May 2008 08:59:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-statistics-for-customer-functions-cmod/m-p/3777760#M908987</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-06T08:59:01Z</dc:date>
    </item>
  </channel>
</rss>

