<?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 SE30 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/se30/m-p/2132490#M448366</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In SE30 Why we get different execution time on each run , What is reason ?&lt;/P&gt;&lt;P&gt;In SE30 What does ABAP / Data base /Syetm Time means&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 10 Apr 2007 09:11:14 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-04-10T09:11:14Z</dc:date>
    <item>
      <title>SE30</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/se30/m-p/2132490#M448366</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In SE30 Why we get different execution time on each run , What is reason ?&lt;/P&gt;&lt;P&gt;In SE30 What does ABAP / Data base /Syetm Time means&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Apr 2007 09:11:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/se30/m-p/2132490#M448366</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-10T09:11:14Z</dc:date>
    </item>
    <item>
      <title>Re: SE30</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/se30/m-p/2132491#M448367</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt; ABAP time - Is the time taken by the ABAP code that is written.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Database time- Time that database takes to pick up the valid record from the database&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt; System Time - This is related to Basis .. which is the time that system takes to finish the task that is requested ..&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>Tue, 10 Apr 2007 09:16:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/se30/m-p/2132491#M448367</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-10T09:16:43Z</dc:date>
    </item>
    <item>
      <title>Re: SE30</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/se30/m-p/2132492#M448368</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 execution at a time depends on the load on the system.  e.g. If the system has any other parallel job running which is extracting information from the same tables, the database time might take more time then usual etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In any execution, the time is required in three operastions:&lt;/P&gt;&lt;P&gt;1. Calculation or Processing the data i.e. ABAP&lt;/P&gt;&lt;P&gt;2. Fetching data i.e. Data base, and&lt;/P&gt;&lt;P&gt;3. System Load&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 Apr 2007 09:17:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/se30/m-p/2132492#M448368</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-10T09:17:52Z</dc:date>
    </item>
    <item>
      <title>Re: SE30</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/se30/m-p/2132493#M448369</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;we may get different execution time may be beacuse of the varying load on the system(server)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;navneeth.k&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Apr 2007 09:18:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/se30/m-p/2132493#M448369</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-10T09:18:22Z</dc:date>
    </item>
    <item>
      <title>Re: SE30</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/se30/m-p/2132494#M448370</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ABAP time - ABAP Code execution time&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Database time - SQL statements execution time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;System Time - System response time , depends on server also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Senthil N S&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Apr 2007 09:18:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/se30/m-p/2132494#M448370</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-10T09:18:22Z</dc:date>
    </item>
    <item>
      <title>Re: SE30</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/se30/m-p/2132495#M448371</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;SE30 is all about run-time analysis, where you can check performance of an ABAP program usually w.r.t. database access. It gives idea about time consumed in accessing database, also time taken for the execution of ABAP statements. In short it gives a graphical analysis, which is self explanatory.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;KISHI&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Apr 2007 09:20:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/se30/m-p/2132495#M448371</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-10T09:20:22Z</dc:date>
    </item>
    <item>
      <title>Re: SE30</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/se30/m-p/2132496#M448372</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kumar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In Se30 , obviously we get different execution times for different runs. This is bcoz the system resource utilization , Database load vary from time to time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here ABAP/ Database/ System time means the utilization made by the respective ones at that particular time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Database should be less than 25 % , Systemshould be in the medium Range  and Abap should be more for better 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>Tue, 10 Apr 2007 09:22:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/se30/m-p/2132496#M448372</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-10T09:22:08Z</dc:date>
    </item>
  </channel>
</rss>

