<?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 Table type  in type in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-type-in-type/m-p/969489#M69348</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Newbie here, this may sound a little to easy:&lt;/P&gt;&lt;P&gt;I need to define a type which contains filed of type table,&lt;/P&gt;&lt;P&gt;I tryed like this:&lt;/P&gt;&lt;P&gt;&amp;lt;i&amp;gt;&lt;/P&gt;&lt;P&gt;     begin of ty_feature,&lt;/P&gt;&lt;P&gt;        fname(30) type c,&lt;/P&gt;&lt;P&gt;        fvalue(30) type c,&lt;/P&gt;&lt;P&gt;      end of ty_feature,&lt;/P&gt;&lt;P&gt;      &lt;/P&gt;&lt;P&gt;      ty_features type table of ty_feature,&lt;/P&gt;&lt;P&gt;      &lt;/P&gt;&lt;P&gt;      begin of ty_xmlmat,&lt;/P&gt;&lt;P&gt;        matnr type mara-matnr,&lt;/P&gt;&lt;P&gt;        maktx type makt-maktx,&lt;/P&gt;&lt;P&gt;        classnum(16) type c,&lt;/P&gt;&lt;P&gt;        color(4) type c,&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;        features type ty_features,&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;      end of ty_xmlmat.&lt;/P&gt;&lt;P&gt;&amp;lt;/i&amp;gt;&lt;/P&gt;&lt;P&gt;The error i get :&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;"TY_FEATURES" is a generic type. A type reference is possible only for field symbols and FORM parameters.		&lt;/P&gt;&lt;P&gt;&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please tell how to define this kind type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lots of thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bogdan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry for my miserable english&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 23 Sep 2005 07:37:37 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-09-23T07:37:37Z</dc:date>
    <item>
      <title>Table type  in type</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-type-in-type/m-p/969489#M69348</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Newbie here, this may sound a little to easy:&lt;/P&gt;&lt;P&gt;I need to define a type which contains filed of type table,&lt;/P&gt;&lt;P&gt;I tryed like this:&lt;/P&gt;&lt;P&gt;&amp;lt;i&amp;gt;&lt;/P&gt;&lt;P&gt;     begin of ty_feature,&lt;/P&gt;&lt;P&gt;        fname(30) type c,&lt;/P&gt;&lt;P&gt;        fvalue(30) type c,&lt;/P&gt;&lt;P&gt;      end of ty_feature,&lt;/P&gt;&lt;P&gt;      &lt;/P&gt;&lt;P&gt;      ty_features type table of ty_feature,&lt;/P&gt;&lt;P&gt;      &lt;/P&gt;&lt;P&gt;      begin of ty_xmlmat,&lt;/P&gt;&lt;P&gt;        matnr type mara-matnr,&lt;/P&gt;&lt;P&gt;        maktx type makt-maktx,&lt;/P&gt;&lt;P&gt;        classnum(16) type c,&lt;/P&gt;&lt;P&gt;        color(4) type c,&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;        features type ty_features,&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;      end of ty_xmlmat.&lt;/P&gt;&lt;P&gt;&amp;lt;/i&amp;gt;&lt;/P&gt;&lt;P&gt;The error i get :&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;"TY_FEATURES" is a generic type. A type reference is possible only for field symbols and FORM parameters.		&lt;/P&gt;&lt;P&gt;&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please tell how to define this kind type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lots of thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bogdan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry for my miserable english&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Sep 2005 07:37:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-type-in-type/m-p/969489#M69348</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-09-23T07:37:37Z</dc:date>
    </item>
    <item>
      <title>Re: Table type  in type</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-type-in-type/m-p/969490#M69349</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;Try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;types : begin of ty_feature,&lt;/P&gt;&lt;P&gt;fname(30) type c,&lt;/P&gt;&lt;P&gt;fvalue(30) type c,&lt;/P&gt;&lt;P&gt;end of ty_feature.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;types : ty_features type table of ty_feature.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data :begin of ty_xmlmat,&lt;/P&gt;&lt;P&gt;matnr type mara-matnr,&lt;/P&gt;&lt;P&gt;maktx type makt-maktx,&lt;/P&gt;&lt;P&gt;classnum(16) type c,&lt;/P&gt;&lt;P&gt;color(4) type c,&lt;/P&gt;&lt;P&gt;features type ty_features,&lt;/P&gt;&lt;P&gt;end of ty_xmlmat.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Sep 2005 07:44:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-type-in-type/m-p/969490#M69349</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-09-23T07:44:44Z</dc:date>
    </item>
    <item>
      <title>Re: Table type  in type</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-type-in-type/m-p/969491#M69350</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You don't have to write  ty_features type table of ty_feature anymore...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you just have to declare this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;features type ty_feature&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Sep 2005 07:46:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-type-in-type/m-p/969491#M69350</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-09-23T07:46:44Z</dc:date>
    </item>
    <item>
      <title>Re: Table type  in type</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-type-in-type/m-p/969492#M69351</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sinha,&lt;/P&gt;&lt;P&gt;thanks for fast answer,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ty_xmlmat must be a type not a data element&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bogdan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Sep 2005 07:49:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-type-in-type/m-p/969492#M69351</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-09-23T07:49:49Z</dc:date>
    </item>
    <item>
      <title>Re: Table type  in type</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-type-in-type/m-p/969493#M69352</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Chan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;features must be declared as table of ty_feature &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bogdan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Sep 2005 07:50:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-type-in-type/m-p/969493#M69352</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-09-23T07:50:53Z</dc:date>
    </item>
    <item>
      <title>Re: Table type  in type</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-type-in-type/m-p/969494#M69353</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;
instead of
 ty_features type table of ty_feature,
try
 ty_feature type standard table 
            of ty_feature with default key.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Christian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Sep 2005 11:33:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-type-in-type/m-p/969494#M69353</guid>
      <dc:creator>ChristianFi</dc:creator>
      <dc:date>2005-09-23T11:33:22Z</dc:date>
    </item>
  </channel>
</rss>

