<?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: Run Time Analysis in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/run-time-analysis/m-p/1824815#M352008</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;this shows poor performance. when u check run time analysis...the database should be less than 40% &amp;amp; abap should be around 50% &amp;amp; system should be around 10%. &lt;/P&gt;&lt;P&gt;U need to modify ur code and try to reduce runtime analysis...check in ST05 for which statements are taking more time and try to analyze and modify ur code.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 22 Jan 2007 08:25:28 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-01-22T08:25:28Z</dc:date>
    <item>
      <title>Run Time Analysis</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/run-time-analysis/m-p/1824814#M352007</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;When I check runtime analysis of a function module, the database runtime is: 78%??? and ABAP &amp;amp; System runtimes are 12.9 and 9.2% respectively. Could you guys suggest me whether it is ok or not?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Phani&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jan 2007 08:19:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/run-time-analysis/m-p/1824814#M352007</guid>
      <dc:creator>PS_1978</dc:creator>
      <dc:date>2007-01-22T08:19:43Z</dc:date>
    </item>
    <item>
      <title>Re: Run Time Analysis</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/run-time-analysis/m-p/1824815#M352008</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;this shows poor performance. when u check run time analysis...the database should be less than 40% &amp;amp; abap should be around 50% &amp;amp; system should be around 10%. &lt;/P&gt;&lt;P&gt;U need to modify ur code and try to reduce runtime analysis...check in ST05 for which statements are taking more time and try to analyze and modify ur code.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jan 2007 08:25:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/run-time-analysis/m-p/1824815#M352008</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-22T08:25:28Z</dc:date>
    </item>
    <item>
      <title>Re: Run Time Analysis</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/run-time-analysis/m-p/1824816#M352009</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;lt;b&amp;gt;The bar chart displays the total runtime required for&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;    &lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;The ABAP interpreter&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;    &lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;The database&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;    &lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;System statements.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;lt;b&amp;gt;With the ABAP and system statements, a green bar indicates that the corresponding statements required less than 50% of the total runtime. A red bar indicates that one of the statement categories required more than 50% of the total runtime. With the database operations, a red bar appears if this category required more than 25% of the total runtime.&lt;/P&gt;&lt;P&gt;&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;If the system had to generate a program during the runtime analysis, it reports the fact below the bar diagram. In this case, the total runtime includes the time required for the program generation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Try to reduce the database load&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jan 2007 08:26:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/run-time-analysis/m-p/1824816#M352009</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-22T08:26:08Z</dc:date>
    </item>
    <item>
      <title>Re: Run Time Analysis</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/run-time-analysis/m-p/1824817#M352010</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Siva,&lt;/P&gt;&lt;P&gt; YOu need to avoid usage of database as much as possible ... it seems to me that you are making use of such statements .... try collecting the data into your internal tables and then perform the required operations on that .... avoid using select statements within loop and endloop statement ..&lt;/P&gt;&lt;P&gt;Check &lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_47x200/helpdata/en/b5/fa121cc15911d5993d00508b6b8b11/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_47x200/helpdata/en/b5/fa121cc15911d5993d00508b6b8b11/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Santosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jan 2007 08:33:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/run-time-analysis/m-p/1824817#M352010</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-22T08:33:10Z</dc:date>
    </item>
    <item>
      <title>Re: Run Time Analysis</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/run-time-analysis/m-p/1824818#M352011</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;The figure shows that the program has very poor performance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Optimize ur program to have a better performance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Refer this link for tips and tricks for having a good performace.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.thespot4sap.com/Articles/SAPABAPPerformanceTuning_Introduction.asp" target="test_blank"&gt;http://www.thespot4sap.com/Articles/SAPABAPPerformanceTuning_Introduction.asp&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;P&gt;Prakash&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jan 2007 08:36:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/run-time-analysis/m-p/1824818#M352011</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-22T08:36:48Z</dc:date>
    </item>
  </channel>
</rss>

