<?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: Doubt associated with Data Dictionary... in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-associated-with-data-dictionary/m-p/1889797#M372785</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This has been covered many times before.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/message/2871543#2871543 &lt;B&gt;[original link is broken]&lt;/B&gt;&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;RIch Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 23 Jan 2007 19:26:33 GMT</pubDate>
    <dc:creator>RichHeilman</dc:creator>
    <dc:date>2007-01-23T19:26:33Z</dc:date>
    <item>
      <title>Doubt associated with Data Dictionary...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-associated-with-data-dictionary/m-p/1889794#M372782</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ABAP GURUS,&lt;/P&gt;&lt;P&gt;I have a doubt associated with Data Dictionary. I am looking at a structure BUS_DI. I see many INCLUDES in that table. Below those includes I see the fields of that include in the table. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But at some point I see some APPEND structure and below it the INCLUDE and then all the fields of the include table below it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My question is what is the use of APPEND used in database tables. I eman sometimes the inlcudes are used on solo basis but sometimes append is used before the include ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help.&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;Rajesh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jan 2007 18:19:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-associated-with-data-dictionary/m-p/1889794#M372782</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-23T18:19:33Z</dc:date>
    </item>
    <item>
      <title>Re: Doubt associated with Data Dictionary...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-associated-with-data-dictionary/m-p/1889795#M372783</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 : Structure appened is specific to a table. But Include is not specific to a table. Any table can include a strucure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;&lt;/B&gt;&lt;/P&gt;&lt;P&gt;Append Structures&lt;/P&gt; &lt;BR /&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;BR /&gt;&lt;BR /&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;BR /&gt;The following enhancements can be made to a table or structure TAB with an append structure:&lt;BR /&gt;· Insert new fields in TAB,&lt;BR /&gt;&lt;BR /&gt;· Define foreign keys for fields of TAB that already exist,&lt;BR /&gt;&lt;BR /&gt;· Attach search helps to fields of TAB that already exist,&lt;BR /&gt;&lt;BR /&gt;These enhancements are part of the append structure, i.e. they must always be changed and transported with the append structure. &lt;BR /&gt;When a table or structure is activated, all the append structures of the table are searched and the fields of these append structures are added to the table or structure. Foreign keys and search help attachments added using the append structure are also added to the table. If an append structure is created or changed, the table or structure assigned to it is also adjusted to these changes when the append structure is activated.&lt;BR /&gt;Since the order of the fields in the ABAP Dictionary can differ from the order of the fields on the database, adding append structures or inserting fields in such append structures does not result in a table conversion.&lt;BR /&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;BR /&gt;If you create an append structure for a table or structure, only those enhancements are allowed that are consistent with the enhancement category of the enhanced table or structure. For more information, see Structure Enhancements.&lt;BR /&gt;The new versions of the standard tables are imported after an upgrade, and the fields, foreign key definitions and search help attachments contained in the append structures are added to the new standard tables at activation.&lt;BR /&gt;&lt;BR /&gt;&lt;B&gt;&lt;P&gt;Customizing Includes&lt;/P&gt;&lt;/B&gt; &lt;P&gt;&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 thus enhance tables and structures of the R/3 standard system without themselves having to modify the table and structure definitions. This means that these enhancements will not be lost when upgrading. If a table or structure of the R/3 standard system is enhanced with customer fields using a Customizing include, these customer fields are automatically inserted in the new delivered table or structure definition during an upgrade.&lt;/P&gt;&lt;P&gt;If you create a Customizing include for a table or structure, only those enhancements are allowed that are consistent with the enhancement category of the enhanced table or structure. For more information, see Structure Enhancements.&lt;/P&gt;&lt;P&gt;Customers can but need not create a Customizing include and fill it with fields. If there is no Customizing include, there is no error message when the table or structure including it is activated.&lt;/P&gt;&lt;P&gt;A Customizing include can be contained in several tables or structures, so that they remain consistent when the include is modified.The order of the fields in the ABAP Dictionary can differ from the order of the fields in the database. Inserting fields in a Customizing include does not result in a data conversion for transparent tables containing this include (see Adjusting Database Structures). The new fields of the ABAP Dictionary table are simply appended to the database table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vara&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jan 2007 18:26:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-associated-with-data-dictionary/m-p/1889795#M372783</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-23T18:26:26Z</dc:date>
    </item>
    <item>
      <title>Re: Doubt associated with Data Dictionary...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-associated-with-data-dictionary/m-p/1889796#M372784</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I appreciate your explainations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But can someone tell me in more simpler terms ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&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;Rajesh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jan 2007 19:20:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-associated-with-data-dictionary/m-p/1889796#M372784</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-23T19:20:15Z</dc:date>
    </item>
    <item>
      <title>Re: Doubt associated with Data Dictionary...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-associated-with-data-dictionary/m-p/1889797#M372785</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This has been covered many times before.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/message/2871543#2871543 &lt;B&gt;[original link is broken]&lt;/B&gt;&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;RIch Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jan 2007 19:26:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-associated-with-data-dictionary/m-p/1889797#M372785</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2007-01-23T19:26:33Z</dc:date>
    </item>
    <item>
      <title>Re: Doubt associated with Data Dictionary...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-associated-with-data-dictionary/m-p/1889798#M372786</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;Using APPEND structure you can add new fields to the STANDARD SAP structure or table...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INCLUDE structure is used for having set of common fields..Where you can include it any table or in structure..To add the include to  a STANDARD SAP structure or table..You need an APPEND structure..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jan 2007 19:26:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-associated-with-data-dictionary/m-p/1889798#M372786</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-23T19:26:35Z</dc:date>
    </item>
    <item>
      <title>Re: Doubt associated with Data Dictionary...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-associated-with-data-dictionary/m-p/1889799#M372787</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rajesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In simple term.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;APPEND structure ise used to add additional fields to exactly one table, while CI (Custom Include) may be used to include fields to several 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;Ferry Lianto&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jan 2007 19:28:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-associated-with-data-dictionary/m-p/1889799#M372787</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-23T19:28:03Z</dc:date>
    </item>
    <item>
      <title>Re: Doubt associated with Data Dictionary...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-associated-with-data-dictionary/m-p/1889800#M372788</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;  in Simple words...&lt;/P&gt;&lt;P&gt;APPEND is confined to one table. Append structure is very specific to that table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Include can be reused in another table. This is globally declared strucure can be included in any SAP table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this answers your question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vara&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jan 2007 19:30:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-associated-with-data-dictionary/m-p/1889800#M372788</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-23T19:30:27Z</dc:date>
    </item>
  </channel>
</rss>

