<?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 Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/include-structure/m-p/7541387#M1562432</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Howdy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To use the structure as an include in a transparent table you need to change the fieldname from ZINCLUDE1 to .INCLUDE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This applies to all include structures you want to use in the table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Alex&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 03 Jan 2011 23:04:40 GMT</pubDate>
    <dc:creator>alex_cook</dc:creator>
    <dc:date>2011-01-03T23:04:40Z</dc:date>
    <item>
      <title>Include Structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/include-structure/m-p/7541384#M1562429</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;        While creating a ZTABLE, include structure can't be reused in my ZTABLE, activation log error gives the message like   "Field ZINCLUDE1: Structured type PRPS_INC cannot be used in DB table ZPRPS".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sarav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Jan 2011 10:18:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/include-structure/m-p/7541384#M1562429</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-01-03T10:18:07Z</dc:date>
    </item>
    <item>
      <title>Re: Include Structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/include-structure/m-p/7541385#M1562430</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;An include structure can be used in several tables, but the append structure can be used in the table where it was created only&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Jan 2011 10:24:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/include-structure/m-p/7541385#M1562430</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-01-03T10:24:42Z</dc:date>
    </item>
    <item>
      <title>Re: Include Structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/include-structure/m-p/7541386#M1562431</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Referances to the fields will not be used in Include / append structures.&lt;/P&gt;&lt;P&gt;Need to create usinf standard data types.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Jan 2011 11:30:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/include-structure/m-p/7541386#M1562431</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-01-03T11:30:55Z</dc:date>
    </item>
    <item>
      <title>Re: Include Structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/include-structure/m-p/7541387#M1562432</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Howdy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To use the structure as an include in a transparent table you need to change the fieldname from ZINCLUDE1 to .INCLUDE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This applies to all include structures you want to use in the table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Alex&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Jan 2011 23:04:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/include-structure/m-p/7541387#M1562432</guid>
      <dc:creator>alex_cook</dc:creator>
      <dc:date>2011-01-03T23:04:40Z</dc:date>
    </item>
    <item>
      <title>Re: Include Structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/include-structure/m-p/7541388#M1562433</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;include structure can be re used .... by using structures we can give fields only not the records....we have to write &lt;U&gt;.include&lt;/U&gt; structure name in the de field ....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Jan 2011 10:23:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/include-structure/m-p/7541388#M1562433</guid>
      <dc:creator>sivaprasad_paruchuri</dc:creator>
      <dc:date>2011-01-04T10:23:25Z</dc:date>
    </item>
  </channel>
</rss>

