<?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: Internal Table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table/m-p/1545720#M248144</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;there is no restriction for records...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but it depends on size of ram and the defining the itab with occurs X.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if u take occurs 100 and ur ram is 512 MB then it is lesser than occurs 0 with 512 MB RAM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check in internet.... u might get how it effects with RAM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if  u  got the  run tyime  error than  contect  to  ur  basis person to increase  page memory space  or u  can use packet .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 16 Aug 2006 10:17:11 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-08-16T10:17:11Z</dc:date>
    <item>
      <title>Internal Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table/m-p/1545715#M248139</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;If the maximum number of records in an internal table has been exceeded, then is it possible to add more records to the IT , if so how?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Rachana&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Aug 2006 10:14:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table/m-p/1545715#M248139</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-16T10:14:18Z</dc:date>
    </item>
    <item>
      <title>Re: Internal Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table/m-p/1545716#M248140</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;If we use occurs 0 , there will be no maximum set for internal table. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it will keep on allocating memory pages.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;santosh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Aug 2006 10:15:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table/m-p/1545716#M248140</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-16T10:15:31Z</dc:date>
    </item>
    <item>
      <title>Re: Internal Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table/m-p/1545717#M248141</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rachana,&lt;/P&gt;&lt;P&gt;   If you know that the iinternal table will be FULL after a certain number of rows, then you can fill anothe internal table of the same structure.&lt;/P&gt;&lt;P&gt;What exactly is your requirement?&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Aug 2006 10:15:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table/m-p/1545717#M248141</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-16T10:15:39Z</dc:date>
    </item>
    <item>
      <title>Re: Internal Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table/m-p/1545718#M248142</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;Kindly find the belowsaid :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Use Hashed Table&lt;/P&gt;&lt;P&gt;2. If your internal table is filled with maximum no. of records then consult ur BASIS and work on our page area memory.&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>Wed, 16 Aug 2006 10:16:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table/m-p/1545718#M248142</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-16T10:16:53Z</dc:date>
    </item>
    <item>
      <title>Re: Internal Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table/m-p/1545719#M248143</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Chk this OSS notes : 369726 , u can increase th profile storage may be&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Aug 2006 10:17:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table/m-p/1545719#M248143</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-16T10:17:04Z</dc:date>
    </item>
    <item>
      <title>Re: Internal Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table/m-p/1545720#M248144</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;there is no restriction for records...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but it depends on size of ram and the defining the itab with occurs X.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if u take occurs 100 and ur ram is 512 MB then it is lesser than occurs 0 with 512 MB RAM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check in internet.... u might get how it effects with RAM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if  u  got the  run tyime  error than  contect  to  ur  basis person to increase  page memory space  or u  can use packet .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Aug 2006 10:17:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table/m-p/1545720#M248144</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-16T10:17:11Z</dc:date>
    </item>
    <item>
      <title>Re: Internal Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table/m-p/1545721#M248145</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Use occurs 0 while defining the internal table then there will no maximum limit to the rows.&lt;/P&gt;&lt;P&gt;E.g.&lt;/P&gt;&lt;P&gt;data: begin of itab occurs 0,&lt;/P&gt;&lt;P&gt;        matnr like mara-matnr,&lt;/P&gt;&lt;P&gt;        mtart like mara-mtart,&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;Sangeeta.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Aug 2006 10:18:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table/m-p/1545721#M248145</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-16T10:18:54Z</dc:date>
    </item>
    <item>
      <title>Re: Internal Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table/m-p/1545722#M248146</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rachna &lt;/P&gt;&lt;P&gt;There is no limitation of the records of Internal table if u r using  OCCURS 0. If it is going into dump. Check the dump message . Increase ABAP memory .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Aug 2006 11:10:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table/m-p/1545722#M248146</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-16T11:10:48Z</dc:date>
    </item>
  </channel>
</rss>

