<?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: se30 - runtime analysis basic question in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/se30-runtime-analysis-basic-question/m-p/2074835#M429971</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Maahi , &lt;/P&gt;&lt;P&gt; ABAP : % of time taken by your abap code&lt;/P&gt;&lt;P&gt; Database : % time taken during data base access and other operations&lt;/P&gt;&lt;P&gt; System : % of time taken by SAP system&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Red indicated that performance can be improved and it current status is not satisfactory adn green means that performance seems to be ok.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The optimal case is when you have all the three parameters in green m but it is generally not possible easily beacuse some programs have a lot of database operations while some have small but a lot of abap processing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Arun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 05 Apr 2007 05:20:11 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-04-05T05:20:11Z</dc:date>
    <item>
      <title>se30 - runtime analysis basic question</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/se30-runtime-analysis-basic-question/m-p/2074832#M429968</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;what is abap,database and system in se30.&lt;/P&gt;&lt;P&gt;what does red and green colour indicate.&lt;/P&gt;&lt;P&gt;how much percentage of execution time is considered as optimium ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;maahi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Apr 2007 05:09:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/se30-runtime-analysis-basic-question/m-p/2074832#M429968</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-05T05:09:14Z</dc:date>
    </item>
    <item>
      <title>Re: se30 - runtime analysis basic question</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/se30-runtime-analysis-basic-question/m-p/2074833#M429969</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;abap -&lt;/P&gt;&lt;HR originaltext="-----------" /&gt;&lt;P&gt;&amp;gt;  usage of data declarations , like internal tables,  simple variables, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;                        the more u use the longer the line in SE30&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;database -&lt;/P&gt;&lt;HR originaltext="-------" /&gt;&lt;P&gt;&amp;gt; usage of database table... to make sure  the minimum usage of database , u have to avoid selects in loop , nested selects , ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;system ---&amp;gt; I guess this is CpU usage&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Chandrasekhar Jagarlamudi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Apr 2007 05:13:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/se30-runtime-analysis-basic-question/m-p/2074833#M429969</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-05T05:13:52Z</dc:date>
    </item>
    <item>
      <title>Re: se30 - runtime analysis basic question</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/se30-runtime-analysis-basic-question/m-p/2074834#M429970</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Maahi Verma,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In SM30(Runtime Analysis), Abap, database and System are the three rows which indicate the performance of our program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;These indicate the load on them by the program, which is determined by the length of the bar beside them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For better performance, abap should should be around 90% +, database should be 10% - and system can be around 20% - 45%. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This means that if the load on the database is less , performance is more. For abap the % should be more indicating the fine tuning of the coding so that DB laod can be reduced to improve the performance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this resolves your query.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward all the helpful answers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Apr 2007 05:15:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/se30-runtime-analysis-basic-question/m-p/2074834#M429970</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-05T05:15:09Z</dc:date>
    </item>
    <item>
      <title>Re: se30 - runtime analysis basic question</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/se30-runtime-analysis-basic-question/m-p/2074835#M429971</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Maahi , &lt;/P&gt;&lt;P&gt; ABAP : % of time taken by your abap code&lt;/P&gt;&lt;P&gt; Database : % time taken during data base access and other operations&lt;/P&gt;&lt;P&gt; System : % of time taken by SAP system&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Red indicated that performance can be improved and it current status is not satisfactory adn green means that performance seems to be ok.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The optimal case is when you have all the three parameters in green m but it is generally not possible easily beacuse some programs have a lot of database operations while some have small but a lot of abap processing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Arun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Apr 2007 05:20:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/se30-runtime-analysis-basic-question/m-p/2074835#M429971</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-05T05:20:11Z</dc:date>
    </item>
    <item>
      <title>Re: se30 - runtime analysis basic question</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/se30-runtime-analysis-basic-question/m-p/2074836#M429972</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi arun,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in the same post nagraj has replied that if abap usage is more it is better.&lt;/P&gt;&lt;P&gt;that means it will be red in colour and percentage usage will definitely be more 50 %.&lt;/P&gt;&lt;P&gt;and you say Red indicated that performance can be improved.&lt;/P&gt;&lt;P&gt;one of my test program has 92% abap usage..do you think there is any scope for improvement?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;maahi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Apr 2007 05:28:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/se30-runtime-analysis-basic-question/m-p/2074836#M429972</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-05T05:28:23Z</dc:date>
    </item>
  </channel>
</rss>

