<?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: performance in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance/m-p/1991148#M404318</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For reports...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WHile running the report go to SE38 initial screen&lt;DEL&gt;&amp;gt; program-&amp;gt; execute&lt;/DEL&gt;&amp;gt; runtime analysis. From there Execute the program..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There you can find the time taken by diffrent ABAP statements in ur program...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Basically improving performance means "reducing DB time even though it increases ABAP run time"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So you have to concentarte on SELECT statements... Try to reduce the time taken by the SELECT by using different methods like..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Passing entire primary key&lt;/P&gt;&lt;P&gt;2. Using Views&lt;/P&gt;&lt;P&gt;3. Joins&lt;/P&gt;&lt;P&gt;4. Secondary Indexes&lt;/P&gt;&lt;P&gt;5. For all entries..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;... etc&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for more info...&lt;/P&gt;&lt;P&gt;&lt;A href="http://saptechnical.com/Tutorials/ABAP/PerformanceSTDs.htm" target="test_blank"&gt;http://saptechnical.com/Tutorials/ABAP/PerformanceSTDs.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if helpful...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 21 Mar 2007 11:43:53 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-03-21T11:43:53Z</dc:date>
    <item>
      <title>performance</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance/m-p/1991145#M404315</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;    Please tell the performance issues we have to take in reports and scripts,Please give full details Please....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Mar 2007 11:37:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance/m-p/1991145#M404315</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-21T11:37:18Z</dc:date>
    </item>
    <item>
      <title>Re: performance</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance/m-p/1991146#M404316</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Performance can be checked against any ABAP program, whether its report or script or module pool.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U have to use basic standard and use ST05 &amp;amp; SE30 for to analysis the statements.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Mar 2007 11:42:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance/m-p/1991146#M404316</guid>
      <dc:creator>alex_m</dc:creator>
      <dc:date>2007-03-21T11:42:21Z</dc:date>
    </item>
    <item>
      <title>Re: performance</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance/m-p/1991147#M404317</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;1) Dont use nested seelct statement&lt;/P&gt;&lt;P&gt;2) If possible use for all entries in addition&lt;/P&gt;&lt;P&gt;3) In the where addition make sure you give all the primary key&lt;/P&gt;&lt;P&gt;4) Use Index for the selection criteria.&lt;/P&gt;&lt;P&gt;5) You can also use inner joins&lt;/P&gt;&lt;P&gt;6) You can try to put the data from the first select statement into an Itab and then in order to select the data from the second table use for all entries in.&lt;/P&gt;&lt;P&gt;7) Use the runtime analysis SE30 and SQL Trace (ST05) to identify the performance and also to identify where the load is heavy, so that you can change the code accordingly&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/5d0db4c9-0e01-0010-b68f-9b1408d5f234" target="test_blank"&gt;https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/5d0db4c9-0e01-0010-b68f-9b1408d5f234&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward if useful.&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Anji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Mar 2007 11:42:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance/m-p/1991147#M404317</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-21T11:42:25Z</dc:date>
    </item>
    <item>
      <title>Re: performance</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance/m-p/1991148#M404318</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For reports...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WHile running the report go to SE38 initial screen&lt;DEL&gt;&amp;gt; program-&amp;gt; execute&lt;/DEL&gt;&amp;gt; runtime analysis. From there Execute the program..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There you can find the time taken by diffrent ABAP statements in ur program...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Basically improving performance means "reducing DB time even though it increases ABAP run time"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So you have to concentarte on SELECT statements... Try to reduce the time taken by the SELECT by using different methods like..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Passing entire primary key&lt;/P&gt;&lt;P&gt;2. Using Views&lt;/P&gt;&lt;P&gt;3. Joins&lt;/P&gt;&lt;P&gt;4. Secondary Indexes&lt;/P&gt;&lt;P&gt;5. For all entries..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;... etc&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for more info...&lt;/P&gt;&lt;P&gt;&lt;A href="http://saptechnical.com/Tutorials/ABAP/PerformanceSTDs.htm" target="test_blank"&gt;http://saptechnical.com/Tutorials/ABAP/PerformanceSTDs.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if helpful...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Mar 2007 11:43:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance/m-p/1991148#M404318</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-21T11:43:53Z</dc:date>
    </item>
  </channel>
</rss>

