<?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: Error with Create Data ... TYPE TABLE .... in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-with-create-data-type-table/m-p/6086881#M1357937</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This statement is not allowed in 4.6b/4.6c. &lt;/P&gt;&lt;P&gt;You have to create dynamic internal table using generate subroutine. OR use class cl_alv_table_create&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 28 Aug 2009 16:14:34 GMT</pubDate>
    <dc:creator>former_member195698</dc:creator>
    <dc:date>2009-08-28T16:14:34Z</dc:date>
    <item>
      <title>Error with Create Data ... TYPE TABLE ....</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-with-create-data-type-table/m-p/6086880#M1357936</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi together,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I used the following coding to dynamically create a structure and a table in my report:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;.....&lt;/P&gt;&lt;P&gt;  data:&lt;/P&gt;&lt;P&gt;    ce1xxxxc  type ref to data,&lt;/P&gt;&lt;P&gt;    u_ce1xxxx type ref to data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Field-symbols: &amp;lt;ce1xxxxc&amp;gt; type any.&lt;/P&gt;&lt;P&gt;  Field-symbols: &amp;lt;u_ce1xxxx&amp;gt; type standard table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  create data ce1xxxxc   type (tab).&lt;/P&gt;&lt;P&gt;  create data u_ce1xxxx  typer table of (tab).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  assign  ce1xxxxc-&amp;gt;* to &amp;lt;ce1xxxxc&amp;gt;.&lt;/P&gt;&lt;P&gt;  assign  u_ce1xxxx-&amp;gt;* to &amp;lt;u_ce1xxxx&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In Release 4.7 and ECC 6.0 this works but not in Release 4.6B.&lt;/P&gt;&lt;P&gt;SAP ciomplains about the statement "  create data u_ce1xxxx  type table of (tab)."&lt;/P&gt;&lt;P&gt;It get the rror-message "The type specification of "TABLE" is incomplete.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anybody help?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards&lt;/P&gt;&lt;P&gt;Udo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Aug 2009 16:05:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-with-create-data-type-table/m-p/6086880#M1357936</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-28T16:05:18Z</dc:date>
    </item>
    <item>
      <title>Re: Error with Create Data ... TYPE TABLE ....</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-with-create-data-type-table/m-p/6086881#M1357937</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This statement is not allowed in 4.6b/4.6c. &lt;/P&gt;&lt;P&gt;You have to create dynamic internal table using generate subroutine. OR use class cl_alv_table_create&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Aug 2009 16:14:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-with-create-data-type-table/m-p/6086881#M1357937</guid>
      <dc:creator>former_member195698</dc:creator>
      <dc:date>2009-08-28T16:14:34Z</dc:date>
    </item>
  </channel>
</rss>

