<?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: Regarding the run time analysis in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-the-run-time-analysis/m-p/4064900#M971644</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;I think there are 2 possibilities for the DB time increasing:&lt;/P&gt;&lt;P&gt;1. The volume of data being fetched is really high. -- In this case you might want to check the volume.&lt;/P&gt;&lt;P&gt;2. The query may be fine but it might be called within a loop and therefore the number of DB hits will go up.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I see that you have taken a trace from se30 which is a graphical representation of the performance. There is a button on the toll bar by clicking which you can get the details. Sort on NET field and atleast this will point to the program that is taking maximum time. You can start your analysis from here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Saurabh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 03 Jul 2008 10:06:15 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-07-03T10:06:15Z</dc:date>
    <item>
      <title>Regarding the run time analysis</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-the-run-time-analysis/m-p/4064894#M971638</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; To check the performance of the program, we will go to Run time analysis, in the utilities. In the analyes part consist of graphical representation of the ABAP, DATABASE and System.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My Question is 'When we give small range of values in the Selection screen then the database hit is less, but when we give large range of values then database hit is more'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So how to analyse the program performance in the scenario?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please reply,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Rohit.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jun 2008 10:44:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-the-run-time-analysis/m-p/4064894#M971638</guid>
      <dc:creator>rohit_kaikala</dc:creator>
      <dc:date>2008-06-27T10:44:48Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding the run time analysis</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-the-run-time-analysis/m-p/4064895#M971639</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;say for example for a 2 day date range , u might get 10 records from a table, but for 1 month date range u might get 1000 records from the same table.&lt;/P&gt;&lt;P&gt;this all depends on your requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to improvise in that case, with that large range of input, run st05&lt;/P&gt;&lt;P&gt;and find the sql statements which can be improved further.&lt;/P&gt;&lt;P&gt;analyse the tables which you are using in your program. see if you are using key fields to retrieve data. find the possibilities to restrict the data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;there are documentations availabe in SDN reg. SE30, ST05 and other tools.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;madhu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jun 2008 11:00:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-the-run-time-analysis/m-p/4064895#M971639</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-27T11:00:39Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding the run time analysis</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-the-run-time-analysis/m-p/4064896#M971640</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rohit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is obvious thing when you ran for smaller range than some few records may fetch from DB than impact on DB also very less .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so better you goto ST05 and correct your SQL statements and remove the unnessarry loops from PRG.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Amit.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jun 2008 11:03:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-the-run-time-analysis/m-p/4064896#M971640</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-27T11:03:06Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding the run time analysis</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-the-run-time-analysis/m-p/4064897#M971641</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You should run for both a few records and a large volume - few records should also imply not much ABAP processing&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jun 2008 11:14:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-the-run-time-analysis/m-p/4064897#M971641</guid>
      <dc:creator>alison_lloyd</dc:creator>
      <dc:date>2008-06-27T11:14:43Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding the run time analysis</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-the-run-time-analysis/m-p/4064898#M971642</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;that is exactly the point:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check SQL Trace first, &lt;/P&gt;&lt;P&gt;SQL trace:&lt;/P&gt;&lt;P&gt;/people/siegfried.boes/blog/2007/09/05/the-sql-trace-st05-150-quick-and-easy&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with small selection and large selection. You can compare the Summary by SQL statements, so problems will appear in both cases.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The table connected to the SELECTION-SCREEN will return different amounts of data, these you should write down. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then run for both example &lt;/P&gt;&lt;P&gt;SE30&lt;/P&gt;&lt;P&gt;/people/siegfried.boes/blog/2007/11/13/the-abap-runtime-trace-se30--quick-and-easy&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Assume that the amounts of data are 10 and 100 values, then your program should need not more than N*logN nearly 20 times longer for the larger example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This should hold for the total time, but also for all individual lines in the SE30.&lt;/P&gt;&lt;P&gt;The program &lt;/P&gt;&lt;P&gt;Z_SE30_COMPARE&lt;/P&gt;&lt;P&gt;/people/siegfried.boes/blog/2008/01/15/a-tool-to-compare-runtime-measurements-zse30compare&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;compares 2 SE30 traces.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And &lt;/P&gt;&lt;P&gt;Nonlinearity Check&lt;/P&gt;&lt;P&gt;/people/siegfried.boes/blog/2008/01/24/nonlinearity-check-using-the-zse30compare&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;explains how you find programming bugs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Siegfried&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jun 2008 12:34:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-the-run-time-analysis/m-p/4064898#M971642</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-27T12:34:50Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding the run time analysis</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-the-run-time-analysis/m-p/4064899#M971643</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; goto ST05 and there identify  EXPENSIVE SQL statements and use field sequence instead of select * and use key fields in where condition  and remove the unnessarry loops from ur program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;again run runtime analysis .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;sravan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jun 2008 09:23:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-the-run-time-analysis/m-p/4064899#M971643</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-30T09:23:48Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding the run time analysis</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-the-run-time-analysis/m-p/4064900#M971644</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;I think there are 2 possibilities for the DB time increasing:&lt;/P&gt;&lt;P&gt;1. The volume of data being fetched is really high. -- In this case you might want to check the volume.&lt;/P&gt;&lt;P&gt;2. The query may be fine but it might be called within a loop and therefore the number of DB hits will go up.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I see that you have taken a trace from se30 which is a graphical representation of the performance. There is a button on the toll bar by clicking which you can get the details. Sort on NET field and atleast this will point to the program that is taking maximum time. You can start your analysis from here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Saurabh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jul 2008 10:06:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-the-run-time-analysis/m-p/4064900#M971644</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-03T10:06:15Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding the run time analysis</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-the-run-time-analysis/m-p/4064901#M971645</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello rohit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would suggest you to go for SQL trace to analyse that instead of run time analysis&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Bhumika&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jul 2008 07:03:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-the-run-time-analysis/m-p/4064901#M971645</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-08T07:03:40Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding the run time analysis</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-the-run-time-analysis/m-p/4064902#M971646</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;got the answer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Dec 2008 11:34:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-the-run-time-analysis/m-p/4064902#M971646</guid>
      <dc:creator>rohit_kaikala</dc:creator>
      <dc:date>2008-12-24T11:34:02Z</dc:date>
    </item>
  </channel>
</rss>

