<?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 Ideal execution time for any program in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/ideal-execution-time-for-any-program/m-p/2626533#M603553</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;Is there any method to determine the ideal execution time for a program ?&lt;/P&gt;&lt;P&gt;Or else how to determine that ?&lt;/P&gt;&lt;P&gt;I just wanted the max. time that a program can take so that the performance would not be hampered.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Binay.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 07 Aug 2007 09:20:44 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-08-07T09:20:44Z</dc:date>
    <item>
      <title>Ideal execution time for any program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ideal-execution-time-for-any-program/m-p/2626533#M603553</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;Is there any method to determine the ideal execution time for a program ?&lt;/P&gt;&lt;P&gt;Or else how to determine that ?&lt;/P&gt;&lt;P&gt;I just wanted the max. time that a program can take so that the performance would not be hampered.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Binay.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Aug 2007 09:20:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ideal-execution-time-for-any-program/m-p/2626533#M603553</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-07T09:20:44Z</dc:date>
    </item>
    <item>
      <title>Re: Ideal execution time for any program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ideal-execution-time-for-any-program/m-p/2626534#M603554</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SE30 - Run Time Analysis tells you the ABAP, Database, R/3 System Performances.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Goto SE30 Tcode -- &amp;gt; Give in the program name and Press Execute Button.&lt;/P&gt;&lt;P&gt;Once the prog got executed, press Back and click on the &lt;/P&gt;&lt;P&gt;Analyze button.&lt;/P&gt;&lt;P&gt;This shows you the performance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Gopi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Aug 2007 09:25:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ideal-execution-time-for-any-program/m-p/2626534#M603554</guid>
      <dc:creator>gopi_narendra</dc:creator>
      <dc:date>2007-08-07T09:25:44Z</dc:date>
    </item>
    <item>
      <title>Re: Ideal execution time for any program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ideal-execution-time-for-any-program/m-p/2626535#M603555</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you are asking a lot of questions &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No, it is not possible to determine an ideal execution time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can only check whether there is improvement potential and finally if you think that there is not potential anymore, then you should have reach the ideal execution time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In SAP environment, especially the SD benchmark scenario is optimized up to the last bit of optimization potential. The scenario is then used for benchmarking hardware, results can be found on the SAP pages.&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, 07 Aug 2007 09:27:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ideal-execution-time-for-any-program/m-p/2626535#M603555</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-07T09:27:21Z</dc:date>
    </item>
    <item>
      <title>Re: Ideal execution time for any program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ideal-execution-time-for-any-program/m-p/2626536#M603556</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you only want to compare execution times you can run them both in batch and the logs will show you the run times. If you want to compare in more detail use transaction SE30 to run each of your programs. This will tell you how cpu times compare and will indicate hotspots within each program, eg bad areas of code or bad sql use etc. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Aug 2007 09:33:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ideal-execution-time-for-any-program/m-p/2626536#M603556</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-07T09:33:13Z</dc:date>
    </item>
    <item>
      <title>Re: Ideal execution time for any program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ideal-execution-time-for-any-program/m-p/2626537#M603557</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;did you ask for the 'ideal execution time' or 'how to measure execution times'?&lt;/P&gt;&lt;P&gt;The second question was answered in one of your other questions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Optimization:&lt;/P&gt;&lt;P&gt; Do SQL Trace, go to Summary by SQL statement, check 10 Top contributions (time = duration).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try to optimize them, note minimal time per record, if larger than 10.000 microsecodns, then you should index usage.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do SE30, go to hit list, sort by net time, again address 10 Top contributions, try to optimize, check the coding.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do optimization and trace again, check again 10 Top contributions ....&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, 07 Aug 2007 10:18:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ideal-execution-time-for-any-program/m-p/2626537#M603557</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-07T10:18:13Z</dc:date>
    </item>
  </channel>
</rss>

