<?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: Doubt in Run time analysis (Performance Analysis) in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-run-time-analysis-performance-analysis/m-p/3734398#M898805</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;It shows graph regarding how mutch u r program depends on each of them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Always suggest to low on Database .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If it is show high on database u r program ranning slow,database acces is high.That is not good for programming.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Narasimha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 06 May 2008 09:42:28 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-05-06T09:42:28Z</dc:date>
    <item>
      <title>Doubt in Run time analysis (Performance Analysis)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-run-time-analysis-performance-analysis/m-p/3734396#M898803</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi gurus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can any one tell me what is the Run time analysis. When i observed that I saw one graph,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It shows &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ABAP, DATABASE and System performance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can any one guide me the details about each one, and how to improve the performance ,after seeing this analysis.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;              Thanks in Advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards&lt;/P&gt;&lt;P&gt;Siri...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 May 2008 09:30:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-run-time-analysis-performance-analysis/m-p/3734396#M898803</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-06T09:30:28Z</dc:date>
    </item>
    <item>
      <title>Re: Doubt in Run time analysis (Performance Analysis)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-run-time-analysis-performance-analysis/m-p/3734397#M898804</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If your report is taking the much time to select the data then you have to change the select statements accroding to the performance. by using the index in where condition or selecting the data with where condition and select the required data other than that (*).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if your program is taking much time in abap process.&lt;/P&gt;&lt;P&gt;You should write the proper abap statement to run the process.&lt;/P&gt;&lt;P&gt;avioding the loops with in the loop.&lt;/P&gt;&lt;P&gt;or selecting the data from data base in the loop every time ( replace with read statement )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;These kind of things you need to do further to improve the performance of your report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REGARDS,&lt;/P&gt;&lt;P&gt;MADAN.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 May 2008 09:40:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-run-time-analysis-performance-analysis/m-p/3734397#M898804</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-06T09:40:15Z</dc:date>
    </item>
    <item>
      <title>Re: Doubt in Run time analysis (Performance Analysis)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-run-time-analysis-performance-analysis/m-p/3734398#M898805</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;It shows graph regarding how mutch u r program depends on each of them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Always suggest to low on Database .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If it is show high on database u r program ranning slow,database acces is high.That is not good for programming.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Narasimha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 May 2008 09:42:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-run-time-analysis-performance-analysis/m-p/3734398#M898805</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-06T09:42:28Z</dc:date>
    </item>
    <item>
      <title>Re: Doubt in Run time analysis (Performance Analysis)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-run-time-analysis-performance-analysis/m-p/3734399#M898806</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;Runtime Analysis checks program execution time in microseconds. When you go to se30.if you give desired program name in performance file. It will take you to below screen. You can get how fast is your program.&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 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 load can be reduced to improve the performance.&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;Raj.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 May 2008 09:58:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-run-time-analysis-performance-analysis/m-p/3734399#M898806</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-06T09:58:52Z</dc:date>
    </item>
  </channel>
</rss>

