<?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 table overflow in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-overflow/m-p/10265977#M1830656</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;In an enhancement, I have to look-up a R/3 table.&lt;/P&gt;&lt;P&gt;For this I wrote select query and getting data into internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here, when executing select query, a runtime error occurred saying that internal table overflow is happening...because of huge data...&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to overcome, this overflow.. with out increasing the size of internal table ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 17 Apr 2014 09:02:40 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2014-04-17T09:02:40Z</dc:date>
    <item>
      <title>Internal table overflow</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-overflow/m-p/10265977#M1830656</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;In an enhancement, I have to look-up a R/3 table.&lt;/P&gt;&lt;P&gt;For this I wrote select query and getting data into internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here, when executing select query, a runtime error occurred saying that internal table overflow is happening...because of huge data...&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to overcome, this overflow.. with out increasing the size of internal table ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Apr 2014 09:02:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-overflow/m-p/10265977#M1830656</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-04-17T09:02:40Z</dc:date>
    </item>
    <item>
      <title>Re: Internal table overflow</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-overflow/m-p/10265978#M1830657</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vijay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Please paste the code which you are using. Also in your select query you can define Packet size.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Prakash&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Apr 2014 09:10:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-overflow/m-p/10265978#M1830657</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-04-17T09:10:46Z</dc:date>
    </item>
    <item>
      <title>Re: Internal table overflow</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-overflow/m-p/10265979#M1830658</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This message was moderated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Apr 2014 09:12:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-overflow/m-p/10265979#M1830658</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-04-17T09:12:24Z</dc:date>
    </item>
    <item>
      <title>Re: Internal table overflow</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-overflow/m-p/10265980#M1830659</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;make also sure to define and select only the fields you need in your internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Don't use&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: it_mat TYPE TABLE OF mara.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you need only MATNR, MTART and MATKL (just for example).&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;Klaus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Apr 2014 10:26:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-overflow/m-p/10265980#M1830659</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-04-17T10:26:38Z</dc:date>
    </item>
  </channel>
</rss>

