<?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 help in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-help/m-p/4013436#M958957</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 have created a new interface. I want to do performance test for that report like if I want to run the report for 3000 employees how much time it will take.. How much time each line of code is taking and what are the other options to increase the perofmnace of report.&lt;/P&gt;&lt;P&gt;step by step procedure will help a lot or a document&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 10 Jun 2008 18:30:55 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-06-10T18:30:55Z</dc:date>
    <item>
      <title>performance help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-help/m-p/4013436#M958957</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 have created a new interface. I want to do performance test for that report like if I want to run the report for 3000 employees how much time it will take.. How much time each line of code is taking and what are the other options to increase the perofmnace of report.&lt;/P&gt;&lt;P&gt;step by step procedure will help a lot or a document&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jun 2008 18:30:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-help/m-p/4013436#M958957</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-10T18:30:55Z</dc:date>
    </item>
    <item>
      <title>Re: performance help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-help/m-p/4013437#M958958</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For that you can use several options:&lt;/P&gt;&lt;P&gt;1 - Run tcode ST05 and check performance of database access&lt;/P&gt;&lt;P&gt;2 - Run tcode SE30 and test your code parts&lt;/P&gt;&lt;P&gt;3 - Use statement GET TIME at the begining and end of specific parts of your code to compare execution time&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;Valter Oliveira.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jun 2008 18:41:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-help/m-p/4013437#M958958</guid>
      <dc:creator>valter_oliveira</dc:creator>
      <dc:date>2008-06-10T18:41:02Z</dc:date>
    </item>
    <item>
      <title>Re: performance help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-help/m-p/4013438#M958959</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Perform Runtime Analysis( SE30) and Sql Trace ( ST05 )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Run Time Analyser&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_47x200/helpdata/en/c6/617cafe68c11d2b2ab080009b43351/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_47x200/helpdata/en/c6/617cafe68c11d2b2ab080009b43351/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SQL trace&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_47x200/helpdata/en/d1/801f7c454211d189710000e8322d00/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_47x200/helpdata/en/d1/801f7c454211d189710000e8322d00/content.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jun 2008 18:47:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-help/m-p/4013438#M958959</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-10T18:47:17Z</dc:date>
    </item>
    <item>
      <title>Re: performance help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-help/m-p/4013439#M958960</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;&lt;/P&gt;&lt;P&gt;Along with ST05, you could also do an extended program check and code inspector check for the program. The code inspector will give you errors or warning for select statements which can be optimised.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Shruthi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jun 2008 04:08:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-help/m-p/4013439#M958960</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-11T04:08:06Z</dc:date>
    </item>
  </channel>
</rss>

