<?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 Occurs Problem in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/occurs-problem/m-p/1670283#M296298</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;   What happens, if my records are more than the memory of 8K , if iam using OCCURS 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;MAnju&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 27 Nov 2006 14:49:15 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-11-27T14:49:15Z</dc:date>
    <item>
      <title>Occurs Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/occurs-problem/m-p/1670283#M296298</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;   What happens, if my records are more than the memory of 8K , if iam using OCCURS 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;MAnju&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Nov 2006 14:49:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/occurs-problem/m-p/1670283#M296298</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-27T14:49:15Z</dc:date>
    </item>
    <item>
      <title>Re: Occurs Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/occurs-problem/m-p/1670284#M296299</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;Its not like that the memory will be problem , if iam using OCCURS 0.&lt;/P&gt;&lt;P&gt;Only initially it will allocate 8K bytes&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When it will cross 8K,then it will allocate another 8K bytes like page in OS concept.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regs&lt;/P&gt;&lt;P&gt;Manas Ranjan Panda&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        MANAS PANDA&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Nov 2006 14:51:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/occurs-problem/m-p/1670284#M296299</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-27T14:51:34Z</dc:date>
    </item>
    <item>
      <title>Re: Occurs Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/occurs-problem/m-p/1670285#M296300</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;System itself assigns more memory automatically when it exceeds the limit with OCCURS 0 usage.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The objective of setting the value of an occurs for an internal table is a question of optimization. The following facts should be taken into account when making such decision.&lt;/P&gt;&lt;P&gt;1)	The complete data area of a program is 64000 bytes. &lt;/P&gt;&lt;P&gt;2)	The initial size declared is kept in roll area (quicker access to program)&lt;/P&gt;&lt;P&gt;3)	Data entered that exceeds the initial size stores in the roll file (Slower access to program)&lt;/P&gt;&lt;P&gt;You should also analyze the expected volume and access rates before making the decision.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;Manish&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Manish Kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Nov 2006 14:51:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/occurs-problem/m-p/1670285#M296300</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-27T14:51:40Z</dc:date>
    </item>
    <item>
      <title>Re: Occurs Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/occurs-problem/m-p/1670286#M296301</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it will increase the memory depending on the records&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Nov 2006 14:52:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/occurs-problem/m-p/1670286#M296301</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-27T14:52:17Z</dc:date>
    </item>
    <item>
      <title>Re: Occurs Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/occurs-problem/m-p/1670287#M296302</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Using the OCCURS statement  allocates memory for the interna table.  When saying OCCURS 0,  you are simply not allocating any memory, rather the system will increment the memory allocation as it is needed for the internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Nov 2006 14:53:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/occurs-problem/m-p/1670287#M296302</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2006-11-27T14:53:31Z</dc:date>
    </item>
  </channel>
</rss>

