<?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 between Append structure and include structure in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-append-structure-and-include-structure/m-p/1640080#M285122</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&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 &amp;lt;b&amp;gt;one table or structure&amp;lt;/b&amp;gt;. 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;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/cf/21eb61446011d189700000e8322d00/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/cf/21eb61446011d189700000e8322d00/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also have a look at below link.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/cf/21ebd6446011d189700000e8322d00/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/cf/21ebd6446011d189700000e8322d00/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope it helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Vibha &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*Please mark all the helpful answers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 13 Nov 2006 06:31:13 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-11-13T06:31:13Z</dc:date>
    <item>
      <title>Difference between Append structure and include structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-append-structure-and-include-structure/m-p/1640078#M285120</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi can anyone tell me the difference between include structure and append structure with respect to tables defined in ABAP dictionary?&lt;/P&gt;&lt;P&gt;Also how to create them in ABAP dictionary?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Nov 2006 06:28:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-append-structure-and-include-structure/m-p/1640078#M285120</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-13T06:28:51Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between Append structure and include structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-append-structure-and-include-structure/m-p/1640079#M285121</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Include&lt;/P&gt;&lt;P&gt;1.) You add a field in the name space of SAP (like PRCTR). In this case it is necessary to modify the extract structure and to get an access key via the OSS. The "MOVE-CORRESPONDING" does only work in this case. (This means the field is copied into the extract &lt;/P&gt;&lt;P&gt;structure without adding any code.)&lt;/P&gt;&lt;P&gt;Append&lt;/P&gt;&lt;P&gt;2.) You add a field, that lies in the customer name range. By adding such a field in an append structure you cause no modification and no OSS access key is necessary. Nevertheless the field is not copied into the extract structure automatically, if you choose &lt;/P&gt;&lt;P&gt;this second solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this SAP help&lt;/P&gt;&lt;P&gt;on append structure and Include Structure&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/cf/21eb54446011d189700000e8322d00/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/cf/21eb54446011d189700000e8322d00/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Difference Between them&lt;/P&gt;&lt;P&gt;&lt;A href="http://sap.ittoolbox.com/groups/technical-functional/sap-r3-bw/append-structure-vs-include-structure-71441#" target="test_blank"&gt;http://sap.ittoolbox.com/groups/technical-functional/sap-r3-bw/append-structure-vs-include-structure-71441#&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Nov 2006 06:30:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-append-structure-and-include-structure/m-p/1640079#M285121</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-13T06:30:53Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between Append structure and include structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-append-structure-and-include-structure/m-p/1640080#M285122</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&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 &amp;lt;b&amp;gt;one table or structure&amp;lt;/b&amp;gt;. 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;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/cf/21eb61446011d189700000e8322d00/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/cf/21eb61446011d189700000e8322d00/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also have a look at below link.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/cf/21ebd6446011d189700000e8322d00/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/cf/21ebd6446011d189700000e8322d00/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope it helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Vibha &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*Please mark all the helpful answers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Nov 2006 06:31:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-append-structure-and-include-structure/m-p/1640080#M285122</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-13T06:31:13Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between Append structure and include structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-append-structure-and-include-structure/m-p/1640081#M285123</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Abhishek,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   Append structure is tht u can append a stucture only once for a particular talble.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  where as include structure u can include it to as many tables ,&lt;/P&gt;&lt;P&gt;  in any where in the table&lt;/P&gt;&lt;P&gt;  If u want to create structure go to se11,&lt;/P&gt;&lt;P&gt;  select data type &lt;/P&gt;&lt;P&gt;  give the name &lt;/P&gt;&lt;P&gt;  It will displays data element, structure.&lt;/P&gt;&lt;P&gt;  select structure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      Sudhakar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Nov 2006 12:38:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-append-structure-and-include-structure/m-p/1640081#M285123</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-13T12:38:15Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between Append structure and include structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-append-structure-and-include-structure/m-p/1640082#M285124</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;       For append structure the main table need not be modified. &lt;/P&gt;&lt;P&gt;       For include structure the main table needs to have an entry .INCLUDE in the table that is it shouldbe planned before by the developer. Where as for append its not needed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you append one structure to a table you can not append it to another table, One structure can be appended to only one table, but a table can have many append structures.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A strucutre can be included in as many tables as you want.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you copy a table with an append structure all the fields of the append structure will become fields of the new table. (That is they are copied as table fields not as appended fields).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Append structures are easy to be implemented on the database than include strucutres.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You cannot append structre if the table as a field of type LCHR or LRAW.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Nov 2006 04:03:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-append-structure-and-include-structure/m-p/1640082#M285124</guid>
      <dc:creator>seshatalpasai_madala</dc:creator>
      <dc:date>2006-11-14T04:03:37Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between Append structure and include structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-append-structure-and-include-structure/m-p/1640083#M285125</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Abhi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Appened Structure we use to add new Field(s) to a Standard SAP Table.&lt;/P&gt;&lt;P&gt;And This Structure we can add only one time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where as include structure is used to add fields to Custom Table and This Structure can be include any number of times in any number of Tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bye&lt;/P&gt;&lt;P&gt;Murthy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Nov 2006 04:17:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-append-structure-and-include-structure/m-p/1640083#M285125</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-14T04:17:07Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between Append structure and include structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-append-structure-and-include-structure/m-p/1640084#M285126</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Append Structure is to add custom fields starting with ZZ in standard SAP table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Nov 2006 19:12:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-append-structure-and-include-structure/m-p/1640084#M285126</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-14T19:12:12Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between Append structure and include structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-append-structure-and-include-structure/m-p/1640085#M285127</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi abhishek,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. .INCLUDE&lt;/P&gt;&lt;P&gt;(which appears in se11 in many tables.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Well,&lt;/P&gt;&lt;P&gt;thats nothing but a technique&lt;/P&gt;&lt;P&gt;of BUNCHING / GROUPING fields&lt;/P&gt;&lt;P&gt;(for ease of re-use)&lt;/P&gt;&lt;P&gt;(instead of again and again &lt;/P&gt;&lt;P&gt;specifying those SET of FIELDS,&lt;/P&gt;&lt;P&gt;in more than 1 table)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(we can as well give each field, field-by-field,&lt;/P&gt;&lt;P&gt;it won't make any difference in database table)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. However,&lt;/P&gt;&lt;P&gt;Append structure&lt;/P&gt;&lt;P&gt;is FACILITY PROVIDED BY SAP &lt;/P&gt;&lt;P&gt;for customer enhancment of tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It behaves differently when&lt;/P&gt;&lt;P&gt;some upgrade is done in that table&lt;/P&gt;&lt;P&gt;by sap itself.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In such case,&lt;/P&gt;&lt;P&gt;when the upgrade occurs,&lt;/P&gt;&lt;P&gt;first the SAP fields (which are added in the standard table)&lt;/P&gt;&lt;P&gt;are first included in the sequence of fields,&lt;/P&gt;&lt;P&gt;AFTER THAT,&lt;/P&gt;&lt;P&gt;our APPEND structure fields,&lt;/P&gt;&lt;P&gt;are appended !!!&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;amit m.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Nov 2006 06:26:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-append-structure-and-include-structure/m-p/1640085#M285127</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-15T06:26:04Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between Append structure and include structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-append-structure-and-include-structure/m-p/1640086#M285128</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Abhishek&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The main difference is that an append belongs to a single table (= appended table) whereas other structures can be included in many tables (or other structures).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I frequently use appends and structures in combination:&lt;/P&gt;&lt;P&gt;(1) I create the append for the required table.&lt;/P&gt;&lt;P&gt;(2) I include (z-)structures for different purposes in the append structure&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Assuming that the append belongs to a SAP standard table the advantage of this approach is that have to touch the append structure (and, thereby, also the SAP standard table) not that frequently because future changes will primarily made on the z-structure and not directly on the append structure.&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, 15 Nov 2006 09:23:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-append-structure-and-include-structure/m-p/1640086#M285128</guid>
      <dc:creator>uwe_schieferstein</dc:creator>
      <dc:date>2006-11-15T09:23:58Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between Append structure and include structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-append-structure-and-include-structure/m-p/1640087#M285129</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 structures are not pre-planned by SAP for enhancement.in otherwords you can create &lt;/P&gt;&lt;P&gt;append structures for standard tables/structures..append structures can be assigned to&lt;/P&gt;&lt;P&gt;exactly one table.but a table can have more than one append structure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;include structures are pre-planned by SAP.you can use it enhance the standard tables/structures.&lt;/P&gt;&lt;P&gt;include structures can be assiged to more than one table..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Abdul Hakim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Nov 2006 14:44:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-append-structure-and-include-structure/m-p/1640087#M285129</guid>
      <dc:creator>abdul_hakim</dc:creator>
      <dc:date>2006-11-15T14:44:33Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between Append structure and include structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-append-structure-and-include-structure/m-p/1640088#M285130</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Abhi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in INCLUDE STRUCTURE you can reuse in other tables also but where as in APPEND STRUCTURE it is for that particular table and this cannot be reuse.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Vikranth Khimavath&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Nov 2006 14:52:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-append-structure-and-include-structure/m-p/1640088#M285130</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-15T14:52:48Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between Append structure and include structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-append-structure-and-include-structure/m-p/1640089#M285131</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi abhishek,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;append structure is used only in one particular table, and it should the last field for that table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;include structure  can be used in many tables .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Nov 2006 04:27:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-append-structure-and-include-structure/m-p/1640089#M285131</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-16T04:27:23Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between Append structure and include structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-append-structure-and-include-structure/m-p/1640090#M285132</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please see the explanation below....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Structure&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;A structure (structured type) consists of components (fields) whose types are defined.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A component can have an elementary type, a structured type, a table type or a reference type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Structures are used especially to define the data at the interface of module pools and screens and to define the types of function module parameters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Structures that are used more than once can be changed centrally because they were defined centrall. The active ABAP Dictionary makes this change at all relevant locations. ABAP programs or screen templates that use a structure are automatically adjusted when the structure changes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Append structure&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;An append structure defines a set of fields that belong to another table or structure but are treated in the correction management as a separate object.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Append structures are used to support modifications.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;You can create both of them using SE11 Trans&amp;lt;/b&amp;gt;.&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Or Using 'Append Struture' / ' Goto --&amp;gt; Append Structure' / 'F5'&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ramki.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Dec 2006 10:06:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-append-structure-and-include-structure/m-p/1640090#M285132</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-12T10:06:09Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between Append structure and include structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-append-structure-and-include-structure/m-p/1640091#M285133</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;INCLUDE:&lt;/P&gt;&lt;P&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;APPEND:&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;Just have a look at this link:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;a href="http://help.sap.com/saphelp_nw04/helpdata/en/cf/21ebd6446011d189700000e8322d00/frameset.htm"&amp;gt;http://help.sap.com/saphelp_nw04/helpdata/en/cf/21ebd6446011d189700000e8322d00/frameset.htm&amp;lt;/a&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rsgards,&lt;/P&gt;&lt;P&gt;Gunasree.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI level="2" type="ul"&gt;&lt;P&gt;Award marks to helpful answers&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Dec 2006 09:22:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-append-structure-and-include-structure/m-p/1640091#M285133</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-14T09:22:13Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between Append structure and include structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-append-structure-and-include-structure/m-p/1640092#M285134</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;INCLUDE:&lt;/P&gt;&lt;P&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;APPEND:&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;Just have a look at this link:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;a href="http://help.sap.com/saphelp_nw04/helpdata/en/cf/21ebd6446011d189700000e8322d00/frameset.htm"&amp;gt;http://help.sap.com/saphelp_nw04/helpdata/en/cf/21ebd6446011d189700000e8322d00/frameset.htm&amp;lt;/a&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rsgards,&lt;/P&gt;&lt;P&gt;Gunasree.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI level="2" type="ul"&gt;&lt;P&gt;Award marks to helpful answers&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Dec 2006 09:23:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-append-structure-and-include-structure/m-p/1640092#M285134</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-14T09:23:53Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between Append structure and include structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-append-structure-and-include-structure/m-p/1640093#M285135</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;INCLUDE:&lt;/P&gt;&lt;P&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;APPEND:&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;Just have a look at this link:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;a href="http://help.sap.com/saphelp_nw04/helpdata/en/cf/21ebd6446011d189700000e8322d00/frameset.htm"&amp;gt;http://help.sap.com/saphelp_nw04/helpdata/en/cf/21ebd6446011d189700000e8322d00/frameset.htm&amp;lt;/a&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rsgards,&lt;/P&gt;&lt;P&gt;Gunasree.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI level="2" type="ul"&gt;&lt;P&gt;Award marks to helpful answers&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Dec 2006 09:25:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-append-structure-and-include-structure/m-p/1640093#M285135</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-14T09:25:09Z</dc:date>
    </item>
  </channel>
</rss>

