<?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 Performance Tunned Trace/ Analysis tool in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-tunned-trace-analysis-tool/m-p/2146847#M452920</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;       I am seraching for any tool / utility provided by SAP in the ABAP Development workbench to trace/analyse the perofrmace of DB Accesses , Internal table operations in programs so I could analyse the inefficient ABAP code and could replace the same with efficient.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks and regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Avakash.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 07 Apr 2007 07:40:24 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-04-07T07:40:24Z</dc:date>
    <item>
      <title>Performance Tunned Trace/ Analysis tool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-tunned-trace-analysis-tool/m-p/2146847#M452920</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;       I am seraching for any tool / utility provided by SAP in the ABAP Development workbench to trace/analyse the perofrmace of DB Accesses , Internal table operations in programs so I could analyse the inefficient ABAP code and could replace the same with efficient.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks and regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Avakash.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 07 Apr 2007 07:40:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-tunned-trace-analysis-tool/m-p/2146847#M452920</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-07T07:40:24Z</dc:date>
    </item>
    <item>
      <title>Re: Performance Tunned Trace/ Analysis tool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-tunned-trace-analysis-tool/m-p/2146848#M452921</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you searched for ST05. This transaction traces SQL and Internal table accesses. For an overview I would recommend SE30.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Ralph Ganszky&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 07 Apr 2007 10:24:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-tunned-trace-analysis-tool/m-p/2146848#M452921</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-07T10:24:31Z</dc:date>
    </item>
    <item>
      <title>Re: Performance Tunned Trace/ Analysis tool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-tunned-trace-analysis-tool/m-p/2146849#M452922</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     Goto 'ST05'. Put &amp;lt;b&amp;gt;'Trace On'&amp;lt;/b&amp;gt; then run your query in another session. Then Put &amp;lt;b&amp;gt;'Trace Off'&amp;lt;/b&amp;gt;. Finally put &amp;lt;b&amp;gt;'Display Trace'&amp;lt;/b&amp;gt;. It will show you all Database Fetches within the time period the SQL Trace was on. You can click on &amp;lt;b&amp;gt;'REOPEN'&amp;lt;/b&amp;gt; &amp;amp; see the position of the SQL statement in Program &amp;amp; click on &amp;lt;b&amp;gt;Table name&amp;lt;/b&amp;gt; &amp;amp; see all the Indices available for that Table. Also you can see parameters on &amp;lt;b&amp;gt;'WHERE' clause&amp;lt;/b&amp;gt;..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    By seeing the time taken for the Query &amp;amp; the Table Name you can Anlyses the &amp;lt;b&amp;gt;where clause of the Query&amp;lt;/b&amp;gt; &amp;amp; either &amp;lt;b&amp;gt;modify your Select Query&amp;lt;/b&amp;gt; or &amp;lt;b&amp;gt;Create Index&amp;lt;/b&amp;gt; for the required fields of that table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    Reward Points if Helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Apr 2007 13:24:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-tunned-trace-analysis-tool/m-p/2146849#M452922</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-09T13:24:22Z</dc:date>
    </item>
    <item>
      <title>Re: Performance Tunned Trace/ Analysis tool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-tunned-trace-analysis-tool/m-p/2146850#M452923</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;there are three tool which we can use to check the performance of the program&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Run time analysis&lt;/P&gt;&lt;P&gt;2) ST05-Performance analysis&lt;/P&gt;&lt;P&gt;3) Extended code check&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Runtime analysis. this is available thru the initial screen of se38 and this can be used to check the time taken by different parts of your program.&lt;/P&gt;&lt;P&gt;2) ST05 can be used to check the program against the standard performance criteria.&lt;/P&gt;&lt;P&gt;3) EPC not exactly for performance enhancement but can be used to find some simple errors like improper select single&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Apr 2007 10:03:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-tunned-trace-analysis-tool/m-p/2146850#M452923</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-13T10:03:56Z</dc:date>
    </item>
    <item>
      <title>Re: Performance Tunned Trace/ Analysis tool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-tunned-trace-analysis-tool/m-p/2146851#M452924</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Avakash,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this info.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use ST05 to find the performance of each select.&lt;/P&gt;&lt;P&gt;u can use SE30 - runtime analysis to find which part of your code is taking more time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;using ST05:&lt;/P&gt;&lt;P&gt;activate the trace --&amp;gt; execute the program --&amp;gt; deactivate the trace --&amp;gt; display trace.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then go to Trace list --&amp;gt; Summarize trace by SQL statements.&lt;/P&gt;&lt;P&gt;here u can analyze performance of all the selects.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to compare the duration by the selects in your program itself then use: GET RUNTIME statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this resolves your query.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward all the helpful answers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Apr 2007 10:31:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-tunned-trace-analysis-tool/m-p/2146851#M452924</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-13T10:31:44Z</dc:date>
    </item>
    <item>
      <title>Re: Performance Tunned Trace/ Analysis tool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-tunned-trace-analysis-tool/m-p/2146852#M452925</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Most of all the answer you get it to use ST05 and SE30. Apart from that you can go for ABAP Program Extended check using SLIN, so you will get a better idea where to improve.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If helpful than dont forget to give the point and close the thread.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hitz&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Apr 2007 15:53:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-tunned-trace-analysis-tool/m-p/2146852#M452925</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-13T15:53:21Z</dc:date>
    </item>
    <item>
      <title>Re: Performance Tunned Trace/ Analysis tool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-tunned-trace-analysis-tool/m-p/2146853#M452926</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in st05 I always find it more useful to combine table accesses then agregate and then when the problem is clearly identified drill down to look at the specifics.&lt;/P&gt;&lt;P&gt;Be very careful creating a secondary index - this should be considered as a last resort depanding on the table - only generally consider if the program is run regularly in production and the trade off with the entry of data to the table taking longer is acceptable&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Apr 2007 10:12:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-tunned-trace-analysis-tool/m-p/2146853#M452926</guid>
      <dc:creator>alison_lloyd</dc:creator>
      <dc:date>2007-04-18T10:12:13Z</dc:date>
    </item>
  </channel>
</rss>

