<?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 How to include a standard structure to a ztable in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-include-a-standard-structure-to-a-ztable/m-p/2986989#M705369</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt; Can anyone tell me the procedure to include a standard sap structure to ztable .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 09 Nov 2007 08:36:39 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-11-09T08:36:39Z</dc:date>
    <item>
      <title>How to include a standard structure to a ztable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-include-a-standard-structure-to-a-ztable/m-p/2986989#M705369</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt; Can anyone tell me the procedure to include a standard sap structure to ztable .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Nov 2007 08:36:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-include-a-standard-structure-to-a-ztable/m-p/2986989#M705369</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-09T08:36:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to include a standard structure to a ztable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-include-a-standard-structure-to-a-ztable/m-p/2986990#M705370</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Transaction SE11, Change table and then menu Edit-&amp;gt;Include-&amp;gt;Insert.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;John.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Nov 2007 08:39:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-include-a-standard-structure-to-a-ztable/m-p/2986990#M705370</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-09T08:39:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to include a standard structure to a ztable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-include-a-standard-structure-to-a-ztable/m-p/2986991#M705371</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;NO, its not possible to use append structures&lt;/P&gt;&lt;P&gt;but you can use the include structure in the ztable&lt;/P&gt;&lt;P&gt;Goto SE11 -- &amp;gt; under the Fields Column give .INCLUDE and the Field Type Column give the structure name&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Gopi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Gopi Narendra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Nov 2007 08:39:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-include-a-standard-structure-to-a-ztable/m-p/2986991#M705371</guid>
      <dc:creator>gopi_narendra</dc:creator>
      <dc:date>2007-11-09T08:39:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to include a standard structure to a ztable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-include-a-standard-structure-to-a-ztable/m-p/2986992#M705372</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;&amp;lt;b&amp;gt;Enhance tables using Customizing includes&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     Some of the tables and structures delivered with the R/3 standard contain special include statements. These are often inserted in those standard tables that need to have customer-specific fields added to them. Such includes are Customizing includes. (CI).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A Customizing include is a structure that satisfies a special naming convention. (name begins with CI_).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A Customizing include is a structure that satisfies a special naming convention. The name of a Customizing include begins with &amp;#145;CI_&amp;#146; and the include is in the customer namespace .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If enhancements are already planned in the R/3 standard using customer-specific fields, such Customizing includes are included. in the corresponding standard table or standard structure. The Customizing include (that is the definition of the  structure itself) is usually first created in the customer system and filled with fields by special Customizing transactions. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Customers can add their own fields to any table or structure they want.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Customizing include field names must lie in the customer namespace just like field names in append structures. These names must all begin with either YY or ZZ.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Reward if usefull&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Nov 2007 08:40:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-include-a-standard-structure-to-a-ztable/m-p/2986992#M705372</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-09T08:40:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to include a standard structure to a ztable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-include-a-standard-structure-to-a-ztable/m-p/2986993#M705373</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;by using include structures we can add standard structures to the ztables&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Nov 2007 08:41:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-include-a-standard-structure-to-a-ztable/m-p/2986993#M705373</guid>
      <dc:creator>suredarreddy_pulimamidi</dc:creator>
      <dc:date>2007-11-09T08:41:20Z</dc:date>
    </item>
  </channel>
</rss>

