<?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 Internal Tab in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-tab/m-p/2675883#M618249</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;   when you are using 2 internal table in program, you have  decided to use for all entries statement to retrieve data but unfortunately there are no records in the first internal &lt;/P&gt;&lt;P&gt;table. What will be the result? (2nd internal table contains records).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 23 Aug 2007 12:01:29 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-08-23T12:01:29Z</dc:date>
    <item>
      <title>Internal Tab</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-tab/m-p/2675883#M618249</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;   when you are using 2 internal table in program, you have  decided to use for all entries statement to retrieve data but unfortunately there are no records in the first internal &lt;/P&gt;&lt;P&gt;table. What will be the result? (2nd internal table contains records).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Aug 2007 12:01:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-tab/m-p/2675883#M618249</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-23T12:01:29Z</dc:date>
    </item>
    <item>
      <title>Re: Internal Tab</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-tab/m-p/2675884#M618250</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;The bahavior of SELECT with FOR ALL ENTRIES when ITAB Is initial is it just ignores the ITAB and fetches data according to the REST OF THE WHERE CLAUSE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is what happends when you use your first internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you use your second internal table which has some data then only those fields whihc match the WHERE CLAUSE are retrived.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Aug 2007 12:03:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-tab/m-p/2675884#M618250</guid>
      <dc:creator>seshatalpasai_madala</dc:creator>
      <dc:date>2007-08-23T12:03:34Z</dc:date>
    </item>
    <item>
      <title>Re: Internal Tab</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-tab/m-p/2675885#M618251</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;Because the first is empty, FOR ALL ENTRIES will check for ALL ENTRIES in the select.&lt;/P&gt;&lt;P&gt;This means a very high runtime and a pathetic performance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Before using for all entries, check is the table initial or not.&lt;/P&gt;&lt;P&gt;For example: IF NOT gt_table[] IS INITIAL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Tamá&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Aug 2007 12:04:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-tab/m-p/2675885#M618251</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-23T12:04:01Z</dc:date>
    </item>
  </channel>
</rss>

