<?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: What is the difference between .APPEND  @ .INCLUDE in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-difference-between-append-include/m-p/3171151#M754617</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;Difference between append &amp;amp; include structure:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Append structures&lt;/STRONG&gt; are used for enhancements which are not provided for in the standard (special developments, country versions and adding customer fields to SAP standard tables).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;An append structure is assigned to exactly one table. i.e., an append structure can be used only for the table it is created.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Append structures can not be used with cluster and pool tables&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Append structures are created in transaction SE11. Display the standard table fields and press the Append structure button.When you press the button, SAP sugests a name for the new append structure. After you has accepted the name, a screen will be shown where you can enter the new fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Append structures are created in the custome rnamespace ( ZZ or YY)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;An include structure&lt;/STRONG&gt; is reusable i.e., can be used in several tables.If you add a field to an include structure, all tables that contain that include structure will be updated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Customizing includes begin with CI_ and is part of the customer namespace&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One Customizing include can be inserted into more than one table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can find Customizing includes in SE11 under structures.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Maha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 25 Dec 2007 19:43:12 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-12-25T19:43:12Z</dc:date>
    <item>
      <title>What is the difference between .APPEND  @ .INCLUDE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-difference-between-append-include/m-p/3171149#M754615</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;What is the difference between .APPEND  @ .INCLUDE  in data dictionary&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Dec 2007 13:41:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-difference-between-append-include/m-p/3171149#M754615</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-25T13:41:14Z</dc:date>
    </item>
    <item>
      <title>Re: What is the difference between .APPEND  @ .INCLUDE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-difference-between-append-include/m-p/3171150#M754616</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When a table is defined with an INCLUDE, the fields of the include will be part of the underlying table on the database.  With an APPEND, the extra fields are incorporated, at a db level, into a seperate table, but with the same key as the master table.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, at the ABAP level, the table behaves in either case as a single table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Append structures are very useful in adding additional fields to standard SAP tables, without actually making changes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;matt&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Dec 2007 19:05:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-difference-between-append-include/m-p/3171150#M754616</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2007-12-25T19:05:49Z</dc:date>
    </item>
    <item>
      <title>Re: What is the difference between .APPEND  @ .INCLUDE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-difference-between-append-include/m-p/3171151#M754617</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;Difference between append &amp;amp; include structure:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Append structures&lt;/STRONG&gt; are used for enhancements which are not provided for in the standard (special developments, country versions and adding customer fields to SAP standard tables).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;An append structure is assigned to exactly one table. i.e., an append structure can be used only for the table it is created.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Append structures can not be used with cluster and pool tables&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Append structures are created in transaction SE11. Display the standard table fields and press the Append structure button.When you press the button, SAP sugests a name for the new append structure. After you has accepted the name, a screen will be shown where you can enter the new fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Append structures are created in the custome rnamespace ( ZZ or YY)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;An include structure&lt;/STRONG&gt; is reusable i.e., can be used in several tables.If you add a field to an include structure, all tables that contain that include structure will be updated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Customizing includes begin with CI_ and is part of the customer namespace&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One Customizing include can be inserted into more than one table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can find Customizing includes in SE11 under structures.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Maha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Dec 2007 19:43:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-difference-between-append-include/m-p/3171151#M754617</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-25T19:43:12Z</dc:date>
    </item>
    <item>
      <title>Re: What is the difference between .APPEND  @ .INCLUDE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-difference-between-append-include/m-p/3171152#M754618</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;to add some additional fields to existing database table we will use structures .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in two ways we can add structures using append,include.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if u add using append it is only for that perticular table.can't reuse that structure in other tables.&lt;/P&gt;&lt;P&gt;if u add using include we can reuse that sructure in any other other tables it acts just like include.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex: address fields ading to table using structure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it can use for employee adress ,&lt;/P&gt;&lt;P&gt;                    Customer address,&lt;/P&gt;&lt;P&gt;                   student address.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;.include-xxx&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;xxx = 001&lt;/P&gt;&lt;P&gt;like fields will differ.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if u r inserint long field in table it will add at end of the table&lt;/P&gt;&lt;P&gt;at that time if you are using append it won't add field into table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Dec 2007 04:09:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-difference-between-append-include/m-p/3171152#M754618</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-31T04:09:40Z</dc:date>
    </item>
    <item>
      <title>Re: What is the difference between .APPEND  @ .INCLUDE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-difference-between-append-include/m-p/3171153#M754619</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Enhancement using Append structures&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Append structures allow you to attach fields to a table without actually having to modify the table itself. You can use the fields in append structures in ABAP programs just as you would any other field in the table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Click on the append structure tab and opt to create new&lt;/P&gt;&lt;P&gt;structure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Append structures allow you to enhance tables by adding fields to them that are not part of the standard. With append structures; 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;Append structures are created for use with a specific table. However, a table can have multiple append structures assigned to it&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 customer creates append structures in the customer namespace. The append structure is thus protected against overwriting during an upgrade. The fields in the append structure should also reside in the customer namespace, that is the field names should begin with ZZ or YY. This prevents name conflicts with fields inserted in the table by SAP &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Enh. using Customizing includes&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;Append structures v/s Customizing includes&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In contrast to append structures, Customizing includes can be inserted into more than one table. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As an example the customizing include that we created (CI_DEMO) could be a part of multiple tables in the database whereas the append structure (ZDEMO_APPEND) can only be assigned to one table. (here MARA).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This provides for data consistency throughout the tables and structures affected whenever the include is altered.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Dec 2007 04:30:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-difference-between-append-include/m-p/3171153#M754619</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-31T04:30:33Z</dc:date>
    </item>
  </channel>
</rss>

