<?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: Problem with internal table memory in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-internal-table-memory/m-p/2176754#M462414</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ramu, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You know the default size of an internal table is 8kb.  if you are trying to store in internal table more than this size it may give you the dump saying 'No storage space' etc.,   &lt;/P&gt;&lt;P&gt;Try like this create a custome database table with the same structure what you have in internal table.  As soon as the internal table reaching certain limit take suppose 50,000 records, you update these records in data base table like this you update all records in database table. &lt;/P&gt;&lt;P&gt;Now you have all 2059835 records what ever it is in your data base table. &lt;/P&gt;&lt;P&gt;You can select partly from this data base table and process. &lt;/P&gt;&lt;P&gt;This is the way you resove this. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward all helpful answers. &lt;/P&gt;&lt;P&gt;Regards, &lt;/P&gt;&lt;P&gt;Venkat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 20 Apr 2007 12:21:50 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-04-20T12:21:50Z</dc:date>
    <item>
      <title>Problem with internal table memory</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-internal-table-memory/m-p/2176750#M462410</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;  I have a problem with internal table memory when executing a program.&lt;/P&gt;&lt;P&gt;It gives a short dump saying ' NO STORAGE SPACE AVAILABLE FOR EXTENDING INTERNAL TABLE '.&lt;/P&gt;&lt;P&gt;  While short dump the int table has 2059835 records each of length 1800 characters. how to overcome this problem. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Apr 2007 12:06:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-internal-table-memory/m-p/2176750#M462410</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-20T12:06:38Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with internal table memory</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-internal-table-memory/m-p/2176751#M462411</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;Use &amp;lt;b&amp;gt;WorkArea&amp;lt;/b&amp;gt; Concept for the internal Table Present inside the program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reg,&lt;/P&gt;&lt;P&gt;Hariharan Natarajan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Apr 2007 12:08:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-internal-table-memory/m-p/2176751#M462411</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-20T12:08:34Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with internal table memory</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-internal-table-memory/m-p/2176752#M462412</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;fine tune  ur program .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or  extent page area of ur User ID.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Prabhu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Apr 2007 12:10:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-internal-table-memory/m-p/2176752#M462412</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-20T12:10:54Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with internal table memory</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-internal-table-memory/m-p/2176753#M462413</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you trying to select the data from database table , then use packaga size option in select statement &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/abap/package-size.htm" target="test_blank"&gt;http://www.sap-img.com/abap/package-size.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Apr 2007 12:13:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-internal-table-memory/m-p/2176753#M462413</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-20T12:13:23Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with internal table memory</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-internal-table-memory/m-p/2176754#M462414</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ramu, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You know the default size of an internal table is 8kb.  if you are trying to store in internal table more than this size it may give you the dump saying 'No storage space' etc.,   &lt;/P&gt;&lt;P&gt;Try like this create a custome database table with the same structure what you have in internal table.  As soon as the internal table reaching certain limit take suppose 50,000 records, you update these records in data base table like this you update all records in database table. &lt;/P&gt;&lt;P&gt;Now you have all 2059835 records what ever it is in your data base table. &lt;/P&gt;&lt;P&gt;You can select partly from this data base table and process. &lt;/P&gt;&lt;P&gt;This is the way you resove this. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward all helpful answers. &lt;/P&gt;&lt;P&gt;Regards, &lt;/P&gt;&lt;P&gt;Venkat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Apr 2007 12:21:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-internal-table-memory/m-p/2176754#M462414</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-20T12:21:50Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with internal table memory</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-internal-table-memory/m-p/2176755#M462415</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;in the Profiels, you need to increase the space for some parameters&lt;/P&gt;&lt;P&gt;Look at the below links&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.sdn.sap.com/irj/sdn/profile?userid=813610" target="test_blank"&gt;https://www.sdn.sap.com/irj/sdn/profile?userid=813610&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapfans.com/forums/viewtopic.php?p=714795&amp;amp;sid=46063020b4c3134d314e6361edcbdf24" target="test_blank"&gt;http://www.sapfans.com/forums/viewtopic.php?p=714795&amp;amp;sid=46063020b4c3134d314e6361edcbdf24&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="3272593"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt; Sudheer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Apr 2007 12:26:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-internal-table-memory/m-p/2176755#M462415</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-20T12:26:01Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with internal table memory</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-internal-table-memory/m-p/2176756#M462416</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I had faced with the same issue.&lt;/P&gt;&lt;P&gt;Solutions is to read entries in breaks and then put it in Internal table operate it and keep on appending by creating different table.&lt;/P&gt;&lt;P&gt;Even you can do any internal table operation if data is huge.&lt;/P&gt;&lt;P&gt;Reward if useful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Apr 2007 12:33:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-internal-table-memory/m-p/2176756#M462416</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-20T12:33:09Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with internal table memory</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-internal-table-memory/m-p/2176757#M462417</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Using package size in the select statement is the best solution for this issue as far as i know instead of changing the memory areas...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sankar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Apr 2007 13:34:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-internal-table-memory/m-p/2176757#M462417</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-20T13:34:15Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with internal table memory</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-internal-table-memory/m-p/2176758#M462418</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use parallel cursor, this is the best solution for this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if usefule&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Apr 2007 13:39:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-internal-table-memory/m-p/2176758#M462418</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-20T13:39:13Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with internal table memory</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-internal-table-memory/m-p/2176759#M462419</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Phanindra,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please educate me on parallel cursor? I am new to this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sankar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Apr 2007 13:43:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-internal-table-memory/m-p/2176759#M462419</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-20T13:43:28Z</dc:date>
    </item>
  </channel>
</rss>

