<?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: Difference b/w Append structure and include structure in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-b-w-append-structure-and-include-structure/m-p/3404313#M817498</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt; if we append a structure to a table that will be the last structure in that table. we can't include any structures after that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if we include structure we can include any number of structures after that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope it is useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;sreelakshmi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 20 Feb 2008 05:36:31 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-02-20T05:36:31Z</dc:date>
    <item>
      <title>Difference b/w Append structure and include structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-b-w-append-structure-and-include-structure/m-p/3404307#M817492</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Difference b/w Append structure and include structure&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Feb 2008 05:25:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-b-w-append-structure-and-include-structure/m-p/3404307#M817492</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-20T05:25:51Z</dc:date>
    </item>
    <item>
      <title>Re: Difference b/w Append structure and include structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-b-w-append-structure-and-include-structure/m-p/3404308#M817493</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;Enhancement using Append structures&lt;/STRONG&gt;&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;&lt;STRONG&gt;Enh. using Customizing includes&lt;/STRONG&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;STRONG&gt;Append structures v/s Customizing includes&lt;/STRONG&gt;&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;Reward i fusefull&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Feb 2008 05:27:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-b-w-append-structure-and-include-structure/m-p/3404308#M817493</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-20T05:27:59Z</dc:date>
    </item>
    <item>
      <title>Re: Difference b/w Append structure and include structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-b-w-append-structure-and-include-structure/m-p/3404309#M817494</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;append structure ...u can append a structure only at the end of all the feilds in table.&lt;/P&gt;&lt;P&gt;u cannot delete a structure which u append u have to delete the entire table.&lt;/P&gt;&lt;P&gt;include structure: u can include a structure anywhere in the table.&lt;/P&gt;&lt;P&gt;and u can delete include structure directly.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Feb 2008 05:28:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-b-w-append-structure-and-include-structure/m-p/3404309#M817494</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-20T05:28:57Z</dc:date>
    </item>
    <item>
      <title>Re: Difference b/w Append structure and include structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-b-w-append-structure-and-include-structure/m-p/3404310#M817495</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;INCLUDE:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Includes are used to group fields and insert them together in a table or structure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;An include program has two main functions:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It contains code which can be used by several different programs. &lt;/P&gt;&lt;P&gt;It helps you to modularize programs, which consist of many different logically related parts. Each of these parts is stored as a separate include program. &lt;/P&gt;&lt;P&gt;Include programs improve the readability of programs and make maintenance easier.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Include reports contain rolled out parts of reports. They are called by the main report, and can only be run in conjunction with the main report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;APPEND:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Append structures are used for enhancements that are not included in the standard. This includes special developments, country versions and adding customer fields to any tables or structures.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;An append structure is a structure that is assigned to exactly one table or structure. There can be more than one append structure for a table or structure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The following enhancements can be made to a table or structure TAB with an append structure:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Insert new fields in TAB, &lt;/P&gt;&lt;P&gt;Define foreign keys for fields of TAB that already exist, &lt;/P&gt;&lt;P&gt;Attach search helps to fields of TAB that already exist&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Feb 2008 05:29:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-b-w-append-structure-and-include-structure/m-p/3404310#M817495</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-20T05:29:09Z</dc:date>
    </item>
    <item>
      <title>Re: Difference b/w Append structure and include structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-b-w-append-structure-and-include-structure/m-p/3404311#M817496</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Feb 2008 05:31:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-b-w-append-structure-and-include-structure/m-p/3404311#M817496</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-20T05:31:14Z</dc:date>
    </item>
    <item>
      <title>Re: Difference b/w Append structure and include structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-b-w-append-structure-and-include-structure/m-p/3404312#M817497</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;The statement include structure ends with a period because it is not part of the data statement; it is a separate statement. Any number of fields could be included, more structures could be included here as well, or any combination thereof.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;append structure ...you can append a structure only at the end of all the feilds in table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;reward if its useful&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Feb 2008 05:33:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-b-w-append-structure-and-include-structure/m-p/3404312#M817497</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-20T05:33:35Z</dc:date>
    </item>
    <item>
      <title>Re: Difference b/w Append structure and include structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-b-w-append-structure-and-include-structure/m-p/3404313#M817498</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt; if we append a structure to a table that will be the last structure in that table. we can't include any structures after that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if we include structure we can include any number of structures after that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope it is useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;sreelakshmi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Feb 2008 05:36:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-b-w-append-structure-and-include-structure/m-p/3404313#M817498</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-20T05:36:31Z</dc:date>
    </item>
  </channel>
</rss>

