<?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: Select... endselect VS Select into an internal table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-endselect-vs-select-into-an-internal-table/m-p/5495506#M1257310</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;I am also agree with all that &lt;STRONG&gt;Select into internal table&lt;/STRONG&gt; is better.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please Close this Thread if got your Idea Clear&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Best Regards,&lt;/P&gt;&lt;P&gt;Faisal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 23 Apr 2009 15:08:45 GMT</pubDate>
    <dc:creator>faisalatsap</dc:creator>
    <dc:date>2009-04-23T15:08:45Z</dc:date>
    <item>
      <title>Select... endselect VS Select into an internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-endselect-vs-select-into-an-internal-table/m-p/5495501#M1257305</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;which is the best alternative performance,&lt;/P&gt;&lt;P&gt;Select directly into an internal table or Select... endselect command.&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;&lt;SPAN __default_attr="red" __jive_macro_name="color"&gt;Moderator message - Please do not ask or answer basic questions like this. Search the forum instead. Post locked&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Edited by: Rob Burbank on Apr 23, 2009 11:13 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Apr 2009 14:58:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-endselect-vs-select-into-an-internal-table/m-p/5495501#M1257305</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-23T14:58:33Z</dc:date>
    </item>
    <item>
      <title>Re: Select... endselect VS Select into an internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-endselect-vs-select-into-an-internal-table/m-p/5495502#M1257306</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;Select into internal table is better perofrmance query. Because Select...End select working as loop statement.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Apr 2009 14:59:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-endselect-vs-select-into-an-internal-table/m-p/5495502#M1257306</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-23T14:59:51Z</dc:date>
    </item>
    <item>
      <title>Re: Select... endselect VS Select into an internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-endselect-vs-select-into-an-internal-table/m-p/5495503#M1257307</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;select... endselect is also called as select loop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so definitely select into internal table is better when you compare both.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Apr 2009 15:03:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-endselect-vs-select-into-an-internal-table/m-p/5495503#M1257307</guid>
      <dc:creator>former_member156446</dc:creator>
      <dc:date>2009-04-23T15:03:04Z</dc:date>
    </item>
    <item>
      <title>Re: Select... endselect VS Select into an internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-endselect-vs-select-into-an-internal-table/m-p/5495504#M1257308</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Select into internal table is better, because the Database Cursor is opened only once in the DB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Whenever you have performance comparison doubts u can do this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;go to SE30.&lt;/P&gt;&lt;P&gt;Click on Tips and tricks.&lt;/P&gt;&lt;P&gt;Write your code in both windows and click on measrure run time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;YOu will see which is faster.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Apr 2009 15:03:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-endselect-vs-select-into-an-internal-table/m-p/5495504#M1257308</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-23T15:03:13Z</dc:date>
    </item>
    <item>
      <title>Re: Select... endselect VS Select into an internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-endselect-vs-select-into-an-internal-table/m-p/5495505#M1257309</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Select into internal table is better, because the Database Cursor is opened only once in the DB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Whenever you have performance comparison doubts u can do this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;go to SE30.&lt;/P&gt;&lt;P&gt;Click on Tips and tricks.&lt;/P&gt;&lt;P&gt;Write your code in both windows and click on measrure run time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;YOu will see which is faster.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In FAct you have a ready made example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;go to SE30.&lt;/P&gt;&lt;P&gt;Click on Tips and tricks.&lt;/P&gt;&lt;P&gt;On the left hand side pane, under&lt;/P&gt;&lt;P&gt;ABAP Objects Performance example-&amp;gt;SQL Interface-&amp;gt;Array Operations-&amp;gt;SElect....into Table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;docuble click on that and click on measure runtime.&lt;/P&gt;&lt;P&gt;(I got 331 microseconds for select-endselect over 47 micro seconds in select into table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Apr 2009 15:07:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-endselect-vs-select-into-an-internal-table/m-p/5495505#M1257309</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-23T15:07:17Z</dc:date>
    </item>
    <item>
      <title>Re: Select... endselect VS Select into an internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-endselect-vs-select-into-an-internal-table/m-p/5495506#M1257310</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;I am also agree with all that &lt;STRONG&gt;Select into internal table&lt;/STRONG&gt; is better.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please Close this Thread if got your Idea Clear&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Best Regards,&lt;/P&gt;&lt;P&gt;Faisal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Apr 2009 15:08:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-endselect-vs-select-into-an-internal-table/m-p/5495506#M1257310</guid>
      <dc:creator>faisalatsap</dc:creator>
      <dc:date>2009-04-23T15:08:45Z</dc:date>
    </item>
  </channel>
</rss>

