<?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 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/occurs/m-p/3333572#M798876</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi FRIENDS,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can any on eplease twll me about "occurs" where we used in defining internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;chandu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 30 Jan 2008 10:54:09 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-01-30T10:54:09Z</dc:date>
    <item>
      <title>Occurs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/occurs/m-p/3333572#M798876</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi FRIENDS,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can any on eplease twll me about "occurs" where we used in defining internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;chandu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jan 2008 10:54:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/occurs/m-p/3333572#M798876</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-30T10:54:09Z</dc:date>
    </item>
    <item>
      <title>Re: Occurs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/occurs/m-p/3333573#M798877</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi chandu&lt;/P&gt;&lt;P&gt;Occurs addition will give default memory space.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If u donot add that then defined object behaves like a workarea instead of int table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if useful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jan 2008 10:57:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/occurs/m-p/3333573#M798877</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-30T10:57:19Z</dc:date>
    </item>
    <item>
      <title>Re: Occurs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/occurs/m-p/3333574#M798878</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 3.0, internal tables all had header lines and a flat-structured line type. There were no independent table types. You could only create a table object using the OCCURS addition in the DATA statement, followed by a declaration of a flat structure:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: BEGIN OF &amp;lt;itab&amp;gt; OCCURS &amp;lt;n&amp;gt;,&lt;/P&gt;&lt;P&gt;        ...&lt;/P&gt;&lt;P&gt;        &amp;lt;fi&amp;gt; ..., &lt;/P&gt;&lt;P&gt;        ...&lt;/P&gt;&lt;P&gt;      END OF &amp;lt;itab&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This statement declared an internal table &amp;lt;itab&amp;gt; with the line type defined following the OCCURS addition. Furthermore, all internal tables had header lines. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The number &amp;lt;n&amp;gt; in the OCCURS addition had the same meaning as in the INITIAL SIZE addition from Release 4.0. Entering &amp;#145;0&amp;#146; had the same effect as omitting the INITIAL SIZE addition. In this case, the initial size of the table is determined by the system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Hope this is helpful, Do reward.&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jan 2008 10:58:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/occurs/m-p/3333574#M798878</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-30T10:58:19Z</dc:date>
    </item>
    <item>
      <title>Re: Occurs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/occurs/m-p/3333575#M798879</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The number &amp;lt;n&amp;gt; in the OCCURS addition had the same meaning as in the INITIAL SIZE addition from Release 4.0. Entering &amp;#145;0&amp;#146; had the same effect as omitting the INITIAL SIZE addition. In this case, the initial size of the table is determined by the system&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jan 2008 10:59:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/occurs/m-p/3333575#M798879</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-30T10:59:55Z</dc:date>
    </item>
    <item>
      <title>Re: Occurs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/occurs/m-p/3333576#M798880</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;The initial memory requirement defined during the creation of the internal table with the addition INITIAL SIZE or the obsolete addition OCCURS is determined and assigned to the data object n. The data type i is expected for the data object. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Renjith Michael.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jan 2008 14:18:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/occurs/m-p/3333576#M798880</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-30T14:18:55Z</dc:date>
    </item>
  </channel>
</rss>

