<?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: Performance Analysis in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-analysis/m-p/1714682#M312435</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;to avoid this don't write any select statement within the loop check it out with&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use SQLTrace.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this link.&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="475707"&gt;&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 30 Oct 2006 07:13:33 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-10-30T07:13:33Z</dc:date>
    <item>
      <title>Performance Analysis</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-analysis/m-p/1714681#M312434</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have a requirement to analyse the execution time for a particular program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Does ST05 provide the time only required for database access or it also covers the time for loops and other processing involved in the program.&lt;/P&gt;&lt;P&gt;i.e. whether it reflects time taken for only SELECT Queries or also the time taken for other processing ( say Loops, If conditions etc in the program ).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any other transaction which would provide the time including network access, database, program logic etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have gone through SE30, ST30 but didnt found them much useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Prashant Patil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Oct 2006 07:10:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-analysis/m-p/1714681#M312434</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-30T07:10:07Z</dc:date>
    </item>
    <item>
      <title>Re: Performance Analysis</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-analysis/m-p/1714682#M312435</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;to avoid this don't write any select statement within the loop check it out with&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use SQLTrace.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this link.&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="475707"&gt;&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Oct 2006 07:13:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-analysis/m-p/1714682#M312435</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-30T07:13:33Z</dc:date>
    </item>
    <item>
      <title>Re: Performance Analysis</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-analysis/m-p/1714683#M312436</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Prashant,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you just have to find the execution time for a program  you can run it as a background job and get the execution time and joblog in transaction SM37.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Feel free to revert&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regs,&lt;/P&gt;&lt;P&gt;Sameer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Oct 2006 07:15:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-analysis/m-p/1714683#M312436</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-30T07:15:58Z</dc:date>
    </item>
    <item>
      <title>Re: Performance Analysis</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-analysis/m-p/1714684#M312437</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SQL queries, RFC etc. - ST05 &lt;/P&gt;&lt;P&gt;program logic (loops etc) - SE30&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Oct 2006 07:16:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-analysis/m-p/1714684#M312437</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-30T07:16:05Z</dc:date>
    </item>
    <item>
      <title>Re: Performance Analysis</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-analysis/m-p/1714685#M312438</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In addition, you can go to SM50, search PID using the job name or program name.&lt;/P&gt;&lt;P&gt;Once you get the PID, go to ST04 and see at runtime what the program is doing. You need PID to search in ST04.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Oct 2006 07:19:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-analysis/m-p/1714685#M312438</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-30T07:19:16Z</dc:date>
    </item>
    <item>
      <title>Re: Performance Analysis</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-analysis/m-p/1714686#M312439</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Prashanth,&lt;/P&gt;&lt;P&gt;       No in ST05 you can only find the time taken for DB hits as the name says SQL Trace.&lt;/P&gt;&lt;P&gt;       To find the performance of Loops and other thing try SRTM and SLIN.&lt;/P&gt;&lt;P&gt;       Hope this might helped you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Prashanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Oct 2006 07:26:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-analysis/m-p/1714686#M312439</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-30T07:26:28Z</dc:date>
    </item>
    <item>
      <title>Re: Performance Analysis</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-analysis/m-p/1714687#M312440</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The right tool for runtime investigations is TA se30. You start your program in se30 und get an detailed list of runtimes for the several program parts. Furthermore you can restrict your investigations in advance to certain program parts (i.e. classes etc.) &lt;/P&gt;&lt;P&gt;ST05 is the right trace for SQl statements. &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, 30 Oct 2006 09:06:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-analysis/m-p/1714687#M312440</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-30T09:06:09Z</dc:date>
    </item>
  </channel>
</rss>

