<?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 and append structure. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/include-and-append-structure/m-p/3569065#M858978</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ignore my answer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 26 Mar 2008 05:19:02 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-03-26T05:19:02Z</dc:date>
    <item>
      <title>Include and append structure.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/include-and-append-structure/m-p/3569063#M858976</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is the difference b/w include and append structure ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Mar 2008 05:11:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/include-and-append-structure/m-p/3569063#M858976</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-26T05:11:11Z</dc:date>
    </item>
    <item>
      <title>Re: Include and append structure.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/include-and-append-structure/m-p/3569064#M858977</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;&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;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;P&gt;&lt;/P&gt;&lt;P&gt;pankaj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Mar 2008 05:15:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/include-and-append-structure/m-p/3569064#M858977</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-26T05:15:10Z</dc:date>
    </item>
    <item>
      <title>Re: Include and append structure.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/include-and-append-structure/m-p/3569065#M858978</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ignore my answer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Mar 2008 05:19:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/include-and-append-structure/m-p/3569065#M858978</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-26T05:19:02Z</dc:date>
    </item>
    <item>
      <title>Re: Include and append structure.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/include-and-append-structure/m-p/3569066#M858979</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;Include structures are reusable, i.e when u craete a include staructure IS1, then this satructure can be used for any other database tables too.&lt;/P&gt;&lt;P&gt;we can add upto maximum of 8 different  include structures to a single database table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Append structures are local to particular DB table , i.e they are not reusable.&lt;/P&gt;&lt;P&gt;we can add any number of Append staructures to Db table. There is no restriction in case of append structures.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Revrt back if any issues,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Naveen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Mar 2008 05:20:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/include-and-append-structure/m-p/3569066#M858979</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-26T05:20:40Z</dc:date>
    </item>
    <item>
      <title>Re: Include and append structure.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/include-and-append-structure/m-p/3569067#M858980</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; What is the difference b/w include and append structure ?&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;suppose you created one structure.&lt;/P&gt;&lt;P&gt;now you want to add that structure to your table.&lt;/P&gt;&lt;P&gt;if you go for .include then the same structure can be reusable to other tables also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you go for .append then the structure is restricted for that particular table only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;swami.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Mar 2008 05:22:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/include-and-append-structure/m-p/3569067#M858980</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-26T05:22:00Z</dc:date>
    </item>
    <item>
      <title>Re: Include and append structure.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/include-and-append-structure/m-p/3569068#M858981</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To explain in a simple way&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Include structrues&lt;/STRONG&gt; can be reused to more than one table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Append structures&lt;/STRONG&gt; are specific to one table and cannot reused&lt;/P&gt;&lt;P&gt;                                  &lt;/P&gt;&lt;P&gt;During the upgradation or copying the table which has append structures , after the process the append structures field &lt;/P&gt;&lt;P&gt;will become &lt;STRONG&gt;normal fields of copied table&lt;/STRONG&gt; and upgraded table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;priya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Mar 2008 05:22:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/include-and-append-structure/m-p/3569068#M858981</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-26T05:22:37Z</dc:date>
    </item>
    <item>
      <title>Re: Include and append structure.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/include-and-append-structure/m-p/3569069#M858982</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;&lt;/P&gt;&lt;P&gt;Include is used in tables and programs..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;append is used for internal tables&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;V.Balaji&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if usefull&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Mar 2008 05:22:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/include-and-append-structure/m-p/3569069#M858982</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-26T05:22:45Z</dc:date>
    </item>
    <item>
      <title>Re: Include and append structure.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/include-and-append-structure/m-p/3569070#M858983</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;include structure: u can include the structure any where in between the feilds.&lt;/P&gt;&lt;P&gt;and u can delete the include structure also&lt;/P&gt;&lt;P&gt;whereas for append structure..u can only append a structure at the end of the table feilds..&lt;/P&gt;&lt;P&gt;and if u want to delete the append structure u need to delete the entire table..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Mar 2008 05:23:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/include-and-append-structure/m-p/3569070#M858983</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-26T05:23:14Z</dc:date>
    </item>
    <item>
      <title>Re: Include and append structure.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/include-and-append-structure/m-p/3569071#M858984</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To explain in a simple way&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Include structrues&lt;/STRONG&gt; can be reused to more than one table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Append structures&lt;/STRONG&gt; are specific to one table and cannot reused&lt;/P&gt;&lt;P&gt;                                  &lt;/P&gt;&lt;P&gt;During the upgradation or copying the table which has append structures , after the process the append structures field &lt;/P&gt;&lt;P&gt;will become &lt;STRONG&gt;normal fields of copied table&lt;/STRONG&gt; and upgraded table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;priya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Mar 2008 05:23:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/include-and-append-structure/m-p/3569071#M858984</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-26T05:23:40Z</dc:date>
    </item>
    <item>
      <title>Re: Include and append structure.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/include-and-append-structure/m-p/3569072#M858985</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can include a structure between any two fields of a table but you can apend a  structure only at the end of last field.include structure is reusable but append structure is not.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Mar 2008 05:23:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/include-and-append-structure/m-p/3569072#M858985</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-26T05:23:47Z</dc:date>
    </item>
    <item>
      <title>Re: Include and append structure.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/include-and-append-structure/m-p/3569073#M858986</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We  use INCLUDE STRUCTURE Statement  when we define a  new structure  using DATA or TYPES to include the component of the structured data object  in the new structure  that we are defining .&lt;/P&gt;&lt;P&gt;Where as APPEND statement is used  when we add an  record to  an internal table  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example FOR INCLUDE STRUCTURE STATEMENT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: BEGIN OF new_struc. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        INCLUDE STRUCTURE old_struc. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: END OF new_struc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here Structure  new_struc is new structure which contains the components of  old_struc which is already defined  .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example FOR APPNED STATEMENT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here we have an internal table suppose i_tab with work area wa_tab. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Append  wa_tab to i_tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By this statement we are adding an record in wa_tab to internal table i_tab.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Mar 2008 05:37:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/include-and-append-structure/m-p/3569073#M858986</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-26T05:37:43Z</dc:date>
    </item>
    <item>
      <title>Re: Include and append structure.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/include-and-append-structure/m-p/3569074#M858987</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi sir,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INCLUDE:&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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Mar 2008 07:50:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/include-and-append-structure/m-p/3569074#M858987</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-26T07:50:50Z</dc:date>
    </item>
  </channel>
</rss>

