<?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: Include structure in TYPES declaration in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/include-structure-in-types-declaration/m-p/5036620#M1171404</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As I remember is this way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
TYPES: begin of types ty_itab,
                     &amp;lt;fld1&amp;gt; type &amp;lt;ty1&amp;gt;,
                     &amp;lt;fld2&amp;gt; type &amp;lt;ty2&amp;gt;.
                     include type &amp;lt;struc&amp;gt;.
TYPES:            End of types ty_itab
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 07 Jan 2009 16:14:57 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-01-07T16:14:57Z</dc:date>
    <item>
      <title>Include structure in TYPES declaration</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/include-structure-in-types-declaration/m-p/5036618#M1171402</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;Many forum posts have discussed similar topics, but I couldn't exactly find one answering my requirement. Apologies if I have missed out reading some.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Instead of creating a type as below (as suggested in few forum posts)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;TYPES begin of types ty_itab
                     include type BISEG
                     xxxx type xxx
                     xxxx type xxx
            End of types ty_itab&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;I need to create the type with include structure after the additonal fields. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;TYPES begin of types ty_itab
                     &amp;lt;fld1&amp;gt; type &amp;lt;ty1&amp;gt;
                     &amp;lt;fld2&amp;gt; type &amp;lt;ty2&amp;gt;
                     include type &amp;lt;struc&amp;gt;
            End of types ty_itab&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can someone give the right syntax?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help,&lt;/P&gt;&lt;P&gt;Fred.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Jan 2009 16:10:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/include-structure-in-types-declaration/m-p/5036618#M1171402</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-07T16:10:12Z</dc:date>
    </item>
    <item>
      <title>Re: Include structure in TYPES declaration</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/include-structure-in-types-declaration/m-p/5036619#M1171403</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;TYPES: begin of ty_itab,
                      &amp;lt;fld1&amp;gt; type &amp;lt;ty1&amp;gt;,
                      &amp;lt;fld2&amp;gt; type &amp;lt;ty2&amp;gt;.
                      include structure &amp;lt;struc&amp;gt;.   (or: include type &amp;lt;struc_type&amp;gt;.)
TYPES: End of ty_itab.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Jan 2009 16:13:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/include-structure-in-types-declaration/m-p/5036619#M1171403</guid>
      <dc:creator>ThomasZloch</dc:creator>
      <dc:date>2009-01-07T16:13:00Z</dc:date>
    </item>
    <item>
      <title>Re: Include structure in TYPES declaration</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/include-structure-in-types-declaration/m-p/5036620#M1171404</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As I remember is this way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
TYPES: begin of types ty_itab,
                     &amp;lt;fld1&amp;gt; type &amp;lt;ty1&amp;gt;,
                     &amp;lt;fld2&amp;gt; type &amp;lt;ty2&amp;gt;.
                     include type &amp;lt;struc&amp;gt;.
TYPES:            End of types ty_itab
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Jan 2009 16:14:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/include-structure-in-types-declaration/m-p/5036620#M1171404</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-07T16:14:57Z</dc:date>
    </item>
    <item>
      <title>Re: Include structure in TYPES declaration</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/include-structure-in-types-declaration/m-p/5036621#M1171405</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Fred&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are using the &lt;EM&gt;extended&lt;/EM&gt; syntax you should not encounter any problems:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
TYPES: begin of types ty_itab.
TYPES:                     &amp;lt;fld1&amp;gt; type &amp;lt;ty1&amp;gt;.
TYPES:                     &amp;lt;fld2&amp;gt; type &amp;lt;ty2&amp;gt;.
                     include type &amp;lt;struc&amp;gt;.
TYPES: End of types ty_itab
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;  Uwe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Jan 2009 16:16:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/include-structure-in-types-declaration/m-p/5036621#M1171405</guid>
      <dc:creator>uwe_schieferstein</dc:creator>
      <dc:date>2009-01-07T16:16:40Z</dc:date>
    </item>
    <item>
      <title>Re: Include structure in TYPES declaration</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/include-structure-in-types-declaration/m-p/5036622#M1171406</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Thomas, Ramiro, Uwe for your great help. Any one of your suggestions could be used for my requirement. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fred.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nb: Did not intend to be partial with selective 'solved' and 'helpful answer'; that was the best way I could.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Jan 2009 17:01:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/include-structure-in-types-declaration/m-p/5036622#M1171406</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-07T17:01:19Z</dc:date>
    </item>
    <item>
      <title>Re: Include structure in TYPES declaration</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/include-structure-in-types-declaration/m-p/13757089#M2029022</link>
      <description>&lt;P&gt;What worked for me:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="abap"&gt;TYPES: BEGIN OF TY_MAIN.   
  INCLUDE STRUCTURE SFLIGHT.  
TYPES : CARRNAME TYPE SCARR-CARRNAME,  
    COUNTRYFR TYPE SPFLI-COUNTRYFR,  
    COUNTRYTO TYPE SPFLI-COUNTRYTO,  
END OF TY_MAIN. &lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jul 2024 13:50:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/include-structure-in-types-declaration/m-p/13757089#M2029022</guid>
      <dc:creator>kpdtox</dc:creator>
      <dc:date>2024-07-10T13:50:09Z</dc:date>
    </item>
    <item>
      <title>Re: Include structure in TYPES declaration</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/include-structure-in-types-declaration/m-p/14001329#M2038383</link>
      <description>&lt;P&gt;The right syntax is&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;!--  StartFragment   --&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;SPAN class=""&gt;TYPES&lt;/SPAN&gt;&lt;SPAN class=""&gt;:&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;BEGIN&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;OF&amp;nbsp;&lt;/SPAN&gt;tt_hpath_custo&lt;SPAN class=""&gt;,&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;zrate&amp;nbsp;&lt;SPAN class=""&gt;TYPE&amp;nbsp;&lt;/SPAN&gt;zsd_satis&lt;SPAN class=""&gt;-&lt;/SPAN&gt;zrate&lt;SPAN class=""&gt;.&amp;nbsp; &amp;nbsp;&lt;STRONG&gt;"WITH a POINT&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;SPAN class=""&gt;INCLUDE&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;TYPE&amp;nbsp;&lt;/SPAN&gt;vbpavb&lt;SPAN class=""&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;SPAN class=""&gt;TYPES&lt;/SPAN&gt;&lt;SPAN class=""&gt;:&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;END&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;OF&amp;nbsp;&lt;/SPAN&gt;tt_hpath_custo&lt;SPAN class=""&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jan 2025 10:18:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/include-structure-in-types-declaration/m-p/14001329#M2038383</guid>
      <dc:creator>David_mT</dc:creator>
      <dc:date>2025-01-30T10:18:36Z</dc:date>
    </item>
  </channel>
</rss>

