<?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 Select statement in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-in-select-statement/m-p/4432891#M1052201</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;better u will give blank ranges and &lt;/P&gt;&lt;P&gt;client as restriction parameter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 17 Sep 2008 11:25:54 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-09-17T11:25:54Z</dc:date>
    <item>
      <title>Performance in Select statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-in-select-statement/m-p/4432888#M1052198</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have to retrieve all records from VBFA  table.&lt;/P&gt;&lt;P&gt;SELECT &amp;lt;fields&amp;gt; from VBFA into table t_vbfa.&lt;/P&gt;&lt;P&gt;no condition is there to place in where condition.&lt;/P&gt;&lt;P&gt;how can i improve the performance.&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;Lalitha&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: lalitha botla on Sep 17, 2008 1:11 PM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: lalitha botla on Sep 17, 2008 1:11 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Sep 2008 10:45:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-in-select-statement/m-p/4432888#M1052198</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-17T10:45:17Z</dc:date>
    </item>
    <item>
      <title>Re: Performance in Select statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-in-select-statement/m-p/4432889#M1052199</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;As you have mentioned that there is no condition for selection, in that case make sure that you don't fetch any un-necessary fields. Also, store the selection result in some internal table for further usage as executing these kind of queries (databse fetch) repeatedly is not wise.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Sep 2008 11:12:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-in-select-statement/m-p/4432889#M1052199</guid>
      <dc:creator>former_member755502</dc:creator>
      <dc:date>2008-09-17T11:12:31Z</dc:date>
    </item>
    <item>
      <title>Re: Performance in Select statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-in-select-statement/m-p/4432890#M1052200</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am taking only required fields( only five fields ) and storing &lt;/P&gt;&lt;P&gt;the selection result in internal table t_vbfa.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Sep 2008 11:18:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-in-select-statement/m-p/4432890#M1052200</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-17T11:18:32Z</dc:date>
    </item>
    <item>
      <title>Re: Performance in Select statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-in-select-statement/m-p/4432891#M1052201</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;better u will give blank ranges and &lt;/P&gt;&lt;P&gt;client as restriction parameter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Sep 2008 11:25:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-in-select-statement/m-p/4432891#M1052201</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-17T11:25:54Z</dc:date>
    </item>
    <item>
      <title>Re: Performance in Select statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-in-select-statement/m-p/4432892#M1052202</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Lalitha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Instead of writing select query you can use FM SD_VBFA_SELECT, I think this would be faster compare to select query.&lt;/P&gt;&lt;P&gt;Just compare your report with this FM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Nagaraj Kalbavi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Sep 2008 11:29:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-in-select-statement/m-p/4432892#M1052202</guid>
      <dc:creator>former_member70391</dc:creator>
      <dc:date>2008-09-17T11:29:05Z</dc:date>
    </item>
    <item>
      <title>Re: Performance in Select statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-in-select-statement/m-p/4432893#M1052203</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can you please explain me about blank ranges?&lt;/P&gt;&lt;P&gt;does it affect the performance?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Sep 2008 12:09:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-in-select-statement/m-p/4432893#M1052203</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-17T12:09:41Z</dc:date>
    </item>
    <item>
      <title>Re: Performance in Select statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-in-select-statement/m-p/4432894#M1052204</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Run it in the background. There's not much you can do.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Sep 2008 13:35:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-in-select-statement/m-p/4432894#M1052204</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-17T13:35:46Z</dc:date>
    </item>
    <item>
      <title>Re: Performance in Select statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-in-select-statement/m-p/4432895#M1052205</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Lalitha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  use package size in select statement with appending option or in to option according to your requirement to store all the contents of vbfa table in to an internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use the following link which helps you to write a query using package size.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_scm50/helpdata/en/fc/eb39eb358411d1829f0000e829fbfe/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_scm50/helpdata/en/fc/eb39eb358411d1829f0000e829fbfe/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Naveen Kumar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Sep 2008 05:23:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-in-select-statement/m-p/4432895#M1052205</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-18T05:23:12Z</dc:date>
    </item>
    <item>
      <title>Re: Performance in Select statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-in-select-statement/m-p/4432896#M1052206</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;why?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What do you think the FM is doing ? It will execute SELECT to the database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(It may somewhat little slower if they do it in a loop)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can't beat a SELECT like that. If you can do it in one statement - do it!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For a real boost you can have some database hints like PARALLEL  or for database buffering.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but...the database has to support it, your DB server has to have enough resources and sometimes it makes &lt;/P&gt;&lt;P&gt;no sense to do in PARALLEL  because of the  tradeoff between the coordinating of parallel processes and the amount of rows to be selected. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;bye&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;yk&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Sep 2008 09:34:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-in-select-statement/m-p/4432896#M1052206</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-18T09:34:51Z</dc:date>
    </item>
  </channel>
</rss>

