<?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 issue in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue/m-p/4173690#M997731</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you have a WAIT UP TO 600 SECONDS statement in your program?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Perhaps you need faster disks or processors.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe if you provided some detail, you'd get a sensible answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;matt&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 17 Jul 2008 08:13:11 GMT</pubDate>
    <dc:creator>matt</dc:creator>
    <dc:date>2008-07-17T08:13:11Z</dc:date>
    <item>
      <title>Performance issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue/m-p/4173689#M997730</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;when i am executing my program it's working but it's taking 10 min to display the output. in my program i called some archiving function modules to read the data from archiving filis.&lt;/P&gt;&lt;P&gt;its fetcing and display the data from archiving files. but it takes 10 min. how can improve performance on my program.&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;&lt;/P&gt;&lt;P&gt;sriram.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jul 2008 07:52:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue/m-p/4173689#M997730</guid>
      <dc:creator>venkatasriram_mygapula</dc:creator>
      <dc:date>2008-07-17T07:52:25Z</dc:date>
    </item>
    <item>
      <title>Re: Performance issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue/m-p/4173690#M997731</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you have a WAIT UP TO 600 SECONDS statement in your program?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Perhaps you need faster disks or processors.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe if you provided some detail, you'd get a sensible answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;matt&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jul 2008 08:13:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue/m-p/4173690#M997731</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2008-07-17T08:13:11Z</dc:date>
    </item>
    <item>
      <title>Re: Performance issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue/m-p/4173691#M997732</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Shreeram,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This might be due more time taken by Data base.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go go SE30 tcode  ananlyse your program abap time &lt;EM&gt;DB time&lt;/EM&gt;Processing time &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This might help u &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Amit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jul 2008 08:26:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue/m-p/4173691#M997732</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-17T08:26:57Z</dc:date>
    </item>
    <item>
      <title>Re: Performance issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue/m-p/4173692#M997733</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It would have helped if you specified what archiving FMs you are using. Asssuming you are using un-modified SAP delivered FMs, here are some general tips that help:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; - apply the widest possible filter to get the least possible records per pass&lt;/P&gt;&lt;P&gt; - break up your data access to several passes. viz. if you are looking to extract 10,000 records, you may want to extract 2500 at a time, in 4 passes. You will need to be creative in doing the break-up&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jul 2008 16:49:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue/m-p/4173692#M997733</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-17T16:49:04Z</dc:date>
    </item>
    <item>
      <title>Re: Performance issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue/m-p/4173693#M997734</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;now my program is working with less time compare to previous.&lt;/P&gt;&lt;P&gt;i used some performanc tips like sort internal table use  read statement and binary serch. so i could reduce the time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sekhar  as you said in my program some of the function modules related to archiving to read the data taking more time to execute any alternative .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sriram.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jul 2008 02:48:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue/m-p/4173693#M997734</guid>
      <dc:creator>venkatasriram_mygapula</dc:creator>
      <dc:date>2008-07-18T02:48:53Z</dc:date>
    </item>
    <item>
      <title>Re: Performance issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue/m-p/4173694#M997735</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you are doing lots of READs from a table, and the key is unique, try using a HASHED TABLE rather than using a standard table and doing binary search.  It's much quicker.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the key isn't unique, use a SORTED TABLE.  Then you automatically READ in the most efficient way.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jul 2008 07:25:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue/m-p/4173694#M997735</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2008-07-18T07:25:48Z</dc:date>
    </item>
  </channel>
</rss>

