<?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: Runtime analysis in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-analysis/m-p/3432276#M824439</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;I would recommend you go for SQL trace analysis using transaction &lt;STRONG&gt;ST05&lt;/STRONG&gt; and check how the DB table access is taking place and whether indexes are being used.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ST05 concentrates on DB reads and updates and since your program is doing that, I would recommend you check this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 26 Feb 2008 07:37:37 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-02-26T07:37:37Z</dc:date>
    <item>
      <title>Runtime analysis</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-analysis/m-p/3432275#M824438</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;Can anybody guide me for this ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to perform runtime analysis for performance of a program but the program is updating something.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So whether it is applicable to go for se30?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Feb 2008 07:26:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-analysis/m-p/3432275#M824438</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-26T07:26:43Z</dc:date>
    </item>
    <item>
      <title>Re: Runtime analysis</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-analysis/m-p/3432276#M824439</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;I would recommend you go for SQL trace analysis using transaction &lt;STRONG&gt;ST05&lt;/STRONG&gt; and check how the DB table access is taking place and whether indexes are being used.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ST05 concentrates on DB reads and updates and since your program is doing that, I would recommend you check this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Feb 2008 07:37:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-analysis/m-p/3432276#M824439</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-26T07:37:37Z</dc:date>
    </item>
    <item>
      <title>Re: Runtime analysis</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-analysis/m-p/3432277#M824440</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ST05 can be used, it shows which are db tables have been accesed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alternatively you can use ST12, which has combinatin of both ST05 &amp;amp; SE30&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Feb 2008 08:13:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-analysis/m-p/3432277#M824440</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-26T08:13:46Z</dc:date>
    </item>
    <item>
      <title>Re: Runtime analysis</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-analysis/m-p/3432278#M824441</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The program is including the BDC updation , so how to analyse the problem , or just by checking each query .....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Feb 2008 09:09:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-analysis/m-p/3432278#M824441</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-26T09:09:09Z</dc:date>
    </item>
    <item>
      <title>Re: Runtime analysis</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-analysis/m-p/3432279#M824442</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can do both SE30 and ST05 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SQL trace:&lt;/P&gt;&lt;P&gt;/people/siegfried.boes/blog/2007/09/05/the-sql-trace-st05-150-quick-and-easy&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SE30&lt;/P&gt;&lt;P&gt;/people/siegfried.boes/blog/2007/11/13/the-abap-runtime-trace-se30--quick-and-easy&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The SE30 tells whether ABAP or DB have more load, the SQL Trace becomes interesting when DB contributes a lot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Read the blogs for details.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The ST12 is a Service Transaction and not automatically available in your system. It is just another view on the 2 traces.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Siegfried&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Feb 2008 09:15:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-analysis/m-p/3432279#M824442</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-26T09:15:50Z</dc:date>
    </item>
  </channel>
</rss>

