<?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: Collect statement on structure and table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/collect-statement-on-structure-and-table/m-p/7059700#M1503158</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;collect statement is used on an internal table and not on a structure.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 19 Jul 2010 07:02:48 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-07-19T07:02:48Z</dc:date>
    <item>
      <title>Collect statement on structure and table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/collect-statement-on-structure-and-table/m-p/7059699#M1503157</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is an issue in upgradation 4.7 to 6.0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In 4.7 there is collect statement for a table. and in 6.0 the same table is called in to a structure by include statement. now in 6.0 the same collect statement on structure but, it is not working. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please clarify regarding this issue.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Jul 2010 06:56:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/collect-statement-on-structure-and-table/m-p/7059699#M1503157</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-07-19T06:56:46Z</dc:date>
    </item>
    <item>
      <title>Re: Collect statement on structure and table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/collect-statement-on-structure-and-table/m-p/7059700#M1503158</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;collect statement is used on an internal table and not on a structure.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Jul 2010 07:02:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/collect-statement-on-structure-and-table/m-p/7059700#M1503158</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-07-19T07:02:48Z</dc:date>
    </item>
    <item>
      <title>Re: Collect statement on structure and table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/collect-statement-on-structure-and-table/m-p/7059701#M1503159</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Mythili&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As Per my knowledge you are talking about the collect statement to append diffrent values and update existing values in the table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in 4.7 we use this statement, But as you said a table is included in a structure using include statement,&lt;/P&gt;&lt;P&gt;This is actually, that table is a structure not a table&lt;/P&gt;&lt;P&gt;example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data: begin of itab occurs 0.&lt;/P&gt;&lt;P&gt;include structure mara.&lt;/P&gt;&lt;P&gt;data: end of itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here you can see after include there is a structure which Identifies that we are including the structure mara not the table, because in SAP mara is a table as well as a structure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but you cannot write like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: begin of itab occurs 0.&lt;/P&gt;&lt;P&gt;include table mara.&lt;/P&gt;&lt;P&gt;data: end of itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;becasue here we are trying to include a table which is not possible,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and the COLLECT statement is always used on an internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Lalit Gupta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Jul 2010 09:42:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/collect-statement-on-structure-and-table/m-p/7059701#M1503159</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-07-19T09:42:26Z</dc:date>
    </item>
  </channel>
</rss>

