<?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: maximum record limit for internal table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/maximum-record-limit-for-internal-table/m-p/1880371#M369716</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is correct that there is no ABAP limit to the number of records that you can put into an internal table, but there are system memory limits. If you try to put all records from BSEG into an internal table, you will likely exceed this limit and dump.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 17 Jan 2007 15:58:29 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-01-17T15:58:29Z</dc:date>
    <item>
      <title>maximum record limit for internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/maximum-record-limit-for-internal-table/m-p/1880366#M369711</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can any one tell me what is the maximum limit of internal table. i would like to add all records from bseg to internal table. so i can improve processing time.&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;raj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jan 2007 10:14:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/maximum-record-limit-for-internal-table/m-p/1880366#M369711</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-17T10:14:56Z</dc:date>
    </item>
    <item>
      <title>Re: maximum record limit for internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/maximum-record-limit-for-internal-table/m-p/1880367#M369712</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Raj,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  There is no Limit defined ..you can add as many number of records that you want to add ... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Santosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jan 2007 10:16:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/maximum-record-limit-for-internal-table/m-p/1880367#M369712</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-17T10:16:57Z</dc:date>
    </item>
    <item>
      <title>Re: maximum record limit for internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/maximum-record-limit-for-internal-table/m-p/1880368#M369713</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Raj,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is no limit fo internal table records.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Declare the table with occurs 0 additon.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The table can hold any number of records.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If useful reward.&lt;/P&gt;&lt;P&gt;Vasanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jan 2007 10:21:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/maximum-record-limit-for-internal-table/m-p/1880368#M369713</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-17T10:21:50Z</dc:date>
    </item>
    <item>
      <title>Re: maximum record limit for internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/maximum-record-limit-for-internal-table/m-p/1880369#M369714</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks all&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jan 2007 10:26:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/maximum-record-limit-for-internal-table/m-p/1880369#M369714</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-17T10:26:18Z</dc:date>
    </item>
    <item>
      <title>Re: maximum record limit for internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/maximum-record-limit-for-internal-table/m-p/1880370#M369715</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;Before Release 4.0A, ABAP stored the content of internal tables in a combination of main memory and file space. This means that the maximum size of all internal tables of all programs running on such an application server at one time is about 2 GB. With Release 4.0A or greater, this size decreases to about 500 MB. (Note that those values aren't fixed, but this is a good guide. This minimum of 500 MB is the lowest limit of the real value, which varies among different operating systems and even among different releases of the same operating system.) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It may sound strange that a newer release has a higher restriction on capacity. But it's a consequence of the fact that the contents of internal tables move from a reserved file to shared memory. When you process internal tables this way in Release 4.0A or greater, you pay for much better performance with a smaller potential size.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sourabh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jan 2007 10:27:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/maximum-record-limit-for-internal-table/m-p/1880370#M369715</guid>
      <dc:creator>sourabhshah</dc:creator>
      <dc:date>2007-01-17T10:27:47Z</dc:date>
    </item>
    <item>
      <title>Re: maximum record limit for internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/maximum-record-limit-for-internal-table/m-p/1880371#M369716</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is correct that there is no ABAP limit to the number of records that you can put into an internal table, but there are system memory limits. If you try to put all records from BSEG into an internal table, you will likely exceed this limit and dump.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jan 2007 15:58:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/maximum-record-limit-for-internal-table/m-p/1880371#M369716</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-17T15:58:29Z</dc:date>
    </item>
  </channel>
</rss>

