<?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 occurs in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-occurs/m-p/2173824#M461403</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the following &amp;lt;a href="http://help.sap.com/saphelp_46c/helpdata/en/fc/eb366d358411d1829f0000e829fbfe/frameset.htm"&amp;gt;SAP Help&amp;lt;/a&amp;gt; explains in detail about the internla memory allocation for the occurs parameter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;~Suresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 26 Apr 2007 19:05:58 GMT</pubDate>
    <dc:creator>suresh_datti</dc:creator>
    <dc:date>2007-04-26T19:05:58Z</dc:date>
    <item>
      <title>internal table occurs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-occurs/m-p/2173819#M461398</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi &lt;/P&gt;&lt;P&gt;wht is the diff b/w occurs &amp;lt;b&amp;gt;'n'&amp;lt;/b&amp;gt; in the declaration of Internal table.....&lt;/P&gt;&lt;P&gt;i know that occurs 0 will give 8kb of size, then wht is occurs 1, 2 .....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is it goes with multiples of 8 i mean 1 implies 16kb or 64 kb&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;plz clear, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance&lt;/P&gt;&lt;P&gt;ganesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Apr 2007 18:02:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-occurs/m-p/2173819#M461398</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-26T18:02:25Z</dc:date>
    </item>
    <item>
      <title>Re: internal table occurs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-occurs/m-p/2173820#M461399</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Ganesh&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Welcome to SDN!!!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes Its multiplies the n with 8.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But, the declaration of internal table with Occurs is going to Obselete.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use Type and Work Area to work with Internal Table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;SAB&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Apr 2007 18:04:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-occurs/m-p/2173820#M461399</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-26T18:04:11Z</dc:date>
    </item>
    <item>
      <title>Re: internal table occurs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-occurs/m-p/2173821#M461400</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it let you know about the records. It does not mean 1 implies 16kb.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;occurs 0 will create a page of 8kb where as Occurs 100 allows maximum 100 entries..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Amey&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Amey Potale&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Apr 2007 18:04:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-occurs/m-p/2173821#M461400</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-26T18:04:24Z</dc:date>
    </item>
    <item>
      <title>Re: internal table occurs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-occurs/m-p/2173822#M461401</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Amey,&lt;/P&gt;&lt;P&gt;   it doesn't mean that 100 means 100 entries, it is purely about the memory allocation to the internal table.. &lt;/P&gt;&lt;P&gt;its sure, but I don't know how the memory going to allocate,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if any body knows plz help...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;ganesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Apr 2007 18:37:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-occurs/m-p/2173822#M461401</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-26T18:37:56Z</dc:date>
    </item>
    <item>
      <title>Re: internal table occurs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-occurs/m-p/2173823#M461402</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Amey is correct! &amp;lt;b&amp;gt;n&amp;lt;/b&amp;gt; does stand for the number of lines in the itab.. when you declare the itab as occurs &amp;lt;b&amp;gt;0&amp;lt;/b&amp;gt;, the system allocates memory in multiples of 8kb as and when the the itab needs it ie depending on the number of entries in the itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But this method of declaring itab is no longer recommended &amp;amp; also obsolete in ABAP Objects.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;~Suresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Apr 2007 18:54:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-occurs/m-p/2173823#M461402</guid>
      <dc:creator>suresh_datti</dc:creator>
      <dc:date>2007-04-26T18:54:44Z</dc:date>
    </item>
    <item>
      <title>Re: internal table occurs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-occurs/m-p/2173824#M461403</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the following &amp;lt;a href="http://help.sap.com/saphelp_46c/helpdata/en/fc/eb366d358411d1829f0000e829fbfe/frameset.htm"&amp;gt;SAP Help&amp;lt;/a&amp;gt; explains in detail about the internla memory allocation for the occurs parameter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;~Suresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Apr 2007 19:05:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-occurs/m-p/2173824#M461403</guid>
      <dc:creator>suresh_datti</dc:creator>
      <dc:date>2007-04-26T19:05:58Z</dc:date>
    </item>
    <item>
      <title>Re: internal table occurs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-occurs/m-p/2173825#M461404</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;&lt;/P&gt;&lt;P&gt;Occurs means it holds the records of the internal table n by default its size is 8kb.if we take it as occurs 1 then it occupies the space required for one record by doubling the size. if field string size is 30 n boby size is 8 kb n if we have given occurs 1 then the body size becomes 30.if we give occurs 2 then it doubles ...then the fieldstring n body size will be 60 kb.......hope u understood this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if it has solved ur problem then dont forget to reward with points.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with regards,&lt;/P&gt;&lt;P&gt;madhuri.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Apr 2007 03:16:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-occurs/m-p/2173825#M461404</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-27T03:16:55Z</dc:date>
    </item>
    <item>
      <title>Re: internal table occurs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-occurs/m-p/2173826#M461405</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;   Occurs clause is going to obsolete so in future you can avoid it.Any way i will explain you the meaning of occurs clause.It is totally wrong that occurs 1 will create 16 KB and occurs 2 will create 24 Kb.The concept is first it will see the row-size of your internal table.Then according to that it will reserve memory according to the number you are giving in occurs clause.For Eg. if you are writing occurs 5 it will allocate memory for upcoming 5 rows.Like that this statement will work.&lt;/P&gt;&lt;P&gt;Reward All the Helpfull answers...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Apr 2007 03:29:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-occurs/m-p/2173826#M461405</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-27T03:29:23Z</dc:date>
    </item>
  </channel>
</rss>

