<?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: Memory full for Internal table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/memory-full-for-internal-table/m-p/3559955#M856615</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;You can make use Field Groups for large volume of data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if helpful.&lt;/P&gt;&lt;P&gt;RSS.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 31 Mar 2008 13:04:55 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-03-31T13:04:55Z</dc:date>
    <item>
      <title>Memory full for Internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/memory-full-for-internal-table/m-p/3559950#M856610</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;I have an intenal table where I need to pass millions of records. I am getting short dump due to the memory full. The message is 'the maximum no of bytes passed is exceeded'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To avoid this, I have used the Hash table, but still got the same error. If I execute the same program with less period, the program is getting exected, because the no.of records which we are passing is less. the problem comes during selecting many millions of records from the database table to internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please advice ASAP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Venu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Mar 2008 12:21:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/memory-full-for-internal-table/m-p/3559950#M856610</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-31T12:21:08Z</dc:date>
    </item>
    <item>
      <title>Re: Memory full for Internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/memory-full-for-internal-table/m-p/3559951#M856611</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You can increase the size of memory of the Internal Table in the Declaration part.&lt;/P&gt;&lt;P&gt;Eg : Begin of Itab occurs 100&lt;/P&gt;&lt;P&gt;field names.&lt;/P&gt;&lt;P&gt;End of Itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Rose&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Mar 2008 12:40:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/memory-full-for-internal-table/m-p/3559951#M856611</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-31T12:40:03Z</dc:date>
    </item>
    <item>
      <title>Re: Memory full for Internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/memory-full-for-internal-table/m-p/3559952#M856612</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Venu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this case you could use the PACKAGE SIZE addition in the SELECT query to process in limited amount of data, thus avoiding the memory overloads.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eg:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT *&lt;/P&gt;&lt;P&gt; FROM &amp;amp;table&amp;amp;;&lt;/P&gt;&lt;P&gt; INTO TABLE itab&lt;/P&gt;&lt;P&gt; PACKAGE SIZE &amp;amp;lt;n&amp;amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF sy-subrc EQ 0.&lt;/P&gt;&lt;P&gt;*&amp;amp;quot; Process the n records&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDSELECT.&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;Prabhu&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if helpful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Mar 2008 12:44:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/memory-full-for-internal-table/m-p/3559952#M856612</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-31T12:44:28Z</dc:date>
    </item>
    <item>
      <title>Re: Memory full for Internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/memory-full-for-internal-table/m-p/3559953#M856613</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 sure it will not solve the issue because occurs &amp;lt;n&amp;gt; means at a time it allocates memory for &amp;lt;n&amp;gt; records only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Aditya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Mar 2008 12:45:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/memory-full-for-internal-table/m-p/3559953#M856613</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-31T12:45:11Z</dc:date>
    </item>
    <item>
      <title>Re: Memory full for Internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/memory-full-for-internal-table/m-p/3559954#M856614</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;An internal table can hold data upto 2 GB .. it can be increased&lt;/P&gt;&lt;P&gt;to 4GB but it's not recommended ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Mar 2008 12:55:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/memory-full-for-internal-table/m-p/3559954#M856614</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-31T12:55:09Z</dc:date>
    </item>
    <item>
      <title>Re: Memory full for Internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/memory-full-for-internal-table/m-p/3559955#M856615</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;You can make use Field Groups for large volume of data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if helpful.&lt;/P&gt;&lt;P&gt;RSS.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Mar 2008 13:04:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/memory-full-for-internal-table/m-p/3559955#M856615</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-31T13:04:55Z</dc:date>
    </item>
    <item>
      <title>Re: Memory full for Internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/memory-full-for-internal-table/m-p/3559956#M856616</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried the cursor method using the package size, but still I got the same message.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Because, in this method we are selecting data from data base in packages, but ultimately appending to an internal table, so again, got the same message.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Venu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Mar 2008 13:39:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/memory-full-for-internal-table/m-p/3559956#M856616</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-31T13:39:33Z</dc:date>
    </item>
  </channel>
</rss>

