<?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: what is performance analysis in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-performance-analysis/m-p/3635624#M875570</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Performance Analysis is to check the status of SQL query.i.e., How long it takes to process the query?How it occupies the memory?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Analysing the query to improve the performance faster.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tocde is SE30&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 19 Apr 2008 05:41:56 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-04-19T05:41:56Z</dc:date>
    <item>
      <title>what is performance analysis</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-performance-analysis/m-p/3635623#M875569</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;can any one suggest me&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what is performance analysis&lt;/P&gt;&lt;P&gt;for which purpose it is used&lt;/P&gt;&lt;P&gt;how to use that one ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;kals.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 19 Apr 2008 05:36:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-performance-analysis/m-p/3635623#M875569</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-19T05:36:35Z</dc:date>
    </item>
    <item>
      <title>Re: what is performance analysis</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-performance-analysis/m-p/3635624#M875570</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Performance Analysis is to check the status of SQL query.i.e., How long it takes to process the query?How it occupies the memory?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Analysing the query to improve the performance faster.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tocde is SE30&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 19 Apr 2008 05:41:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-performance-analysis/m-p/3635624#M875570</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-19T05:41:56Z</dc:date>
    </item>
    <item>
      <title>Re: what is performance analysis</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-performance-analysis/m-p/3635625#M875571</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hai&lt;/P&gt;&lt;P&gt;  kalyan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       In SE30, u can see perform analysis. it consists of two parts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  1. Reording performance data &lt;/P&gt;&lt;P&gt;  2. Analyzing the performance data&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;1.  Reording performance data&lt;/STRONG&gt; :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;         The system measures the transaction, program, or  procedure, and writes the result to a performance data file.&lt;/P&gt;&lt;P&gt;The following steps to be followed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Procedure:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From the initial screen of the runtime analysis transaction:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Enter a transaction code, a program name, or the name of a function module. &lt;/P&gt;&lt;P&gt;2. In the Comment line, enter a short description of the performance data file. &lt;/P&gt;&lt;P&gt;3. Restrict the analysis to the options that you need. Refer also to Selecting the Measurement Options. &lt;/P&gt;&lt;P&gt;4. To start the measurement, choose Measure runtime. &lt;/P&gt;&lt;P&gt;5. Run the transaction, program, or function module as normal. &lt;/P&gt;&lt;P&gt;6. Return to the initial screen of the runtime analysis transaction. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To do so, either leave the transaction, program, or function module as normal, or start the runtime analysis again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  &lt;STRONG&gt;2. Analyzing the performance data&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The analysis overview contains general information about the performance of your program.&lt;/P&gt;&lt;P&gt; It displays the overall runtime of the program in microseconds, both in figures and as a bar chart, as well as telling you how much memory each particular modularization unit required.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The bar chart displays the total runtime required for&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The ABAP interpreter &lt;/P&gt;&lt;P&gt;The database &lt;/P&gt;&lt;P&gt;System statements.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The time taken by above three types statements in ur program / object  is shown in that bargraph.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if useful, reward points.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;G.V.K.Prasad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 19 Apr 2008 08:18:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-performance-analysis/m-p/3635625#M875571</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-19T08:18:53Z</dc:date>
    </item>
  </channel>
</rss>

