<?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 Dictionary in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/dictionary/m-p/2892966#M679909</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;could u plz tell me the difference between include &amp;amp; append in data dictionary????&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with regards,&lt;/P&gt;&lt;P&gt;Priya.S&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 15 Oct 2007 11:50:07 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-10-15T11:50:07Z</dc:date>
    <item>
      <title>Dictionary</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dictionary/m-p/2892966#M679909</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;could u plz tell me the difference between include &amp;amp; append in data dictionary????&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with regards,&lt;/P&gt;&lt;P&gt;Priya.S&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Oct 2007 11:50:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dictionary/m-p/2892966#M679909</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-15T11:50:07Z</dc:date>
    </item>
    <item>
      <title>Re: Dictionary</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dictionary/m-p/2892967#M679910</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;B&gt;&lt;/B&gt;&lt;/P&gt;&lt;P&gt;Append structures&lt;/P&gt; 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;&lt;BR /&gt;The following enhancements can be made to a table or structure TAB with an append structure:&lt;BR /&gt;&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;&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;&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;&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;&lt;BR /&gt;&lt;B&gt;&lt;P&gt;Include Structure :&lt;/P&gt;&lt;/B&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here we have to add an Existing Structure to a Table .. So it can be reused.&lt;/P&gt;&lt;P&gt;We cannot Include structure to Standard Table&lt;/P&gt;&lt;P&gt;It can be inserted anywhere in the Table. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Reward If Helpful&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Oct 2007 11:51:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dictionary/m-p/2892967#M679910</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-15T11:51:36Z</dc:date>
    </item>
    <item>
      <title>Re: Dictionary</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dictionary/m-p/2892968#M679911</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;&amp;lt;b&amp;gt;1. Append structures&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Append structures can only be assigned to a single table. &lt;/P&gt;&lt;P&gt;Append structures are created in the custome rnamespace ( ZZ or YY)&lt;/P&gt;&lt;P&gt;In case of new versions of the standard table during upgrade, the append structures are automatically appended to the new version of the standard table&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.&lt;/P&gt;&lt;P&gt;When you press the button, SAP sugests a name for the new append structure. After you has accepted the name, &lt;/P&gt;&lt;P&gt;a screen will be shown where you can enter the new fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Remember to activate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;2. Customizing includes&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Some of the SAP standard tables contains special include statements called Customizing includes. In contrast to Append structures, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note that customizing includes are created by SAP, but the customer supply the fields for the include.&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;Try to take a look at table RKPF which uses the Customizing include CI_COBL (In an IDES system). &lt;/P&gt;&lt;P&gt;Next try to add a field to CI_COBL, and activate it. If you go back to table RKPF you will se that your new field has been added.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Shortly,&amp;lt;b&amp;gt;Append structures&amp;lt;/b&amp;gt; are used for enhancements that are not included in the standard. 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;A href="http://help.sap.com/saphelp_erp2004/helpdata/en/cf/21eb61446011d189700000e8322d00/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_erp2004/helpdata/en/cf/21eb61446011d189700000e8322d00/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Includes&amp;lt;/b&amp;gt; are used to group fields, an include structure can be assigned to many tables. If you add a fields to an include structure, all tables/structures, which contain that include structure, will be updated too.&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_erp2004/helpdata/en/cf/21ea6a446011d189700000e8322d00/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_erp2004/helpdata/en/cf/21ea6a446011d189700000e8322d00/content.htm&lt;/A&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;Padmam.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Oct 2007 11:52:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dictionary/m-p/2892968#M679911</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-15T11:52:17Z</dc:date>
    </item>
    <item>
      <title>Re: Dictionary</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dictionary/m-p/2892969#M679912</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 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;&lt;/P&gt;&lt;P&gt;· Define foreign keys for fields of TAB that already exist,&lt;/P&gt;&lt;P&gt;&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;These enhancements are part of the append structure, i.e. they must always be changed and transported with the append structure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&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;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&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;/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;nclude Structure :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here we have to add an Existing Structure to a Table .. So it can be reused.&lt;/P&gt;&lt;P&gt;We cannot Include structure to Standard Table&lt;/P&gt;&lt;P&gt;It can be inserted anywhere in the Table. &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;Sree&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Oct 2007 11:52:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dictionary/m-p/2892969#M679912</guid>
      <dc:creator>sreeramkumar_madisetty</dc:creator>
      <dc:date>2007-10-15T11:52:33Z</dc:date>
    </item>
    <item>
      <title>Re: Dictionary</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dictionary/m-p/2892970#M679913</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Priya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Append..is in Customer name space, it must start with YY or ZZ.&lt;/P&gt;&lt;P&gt;It's specific to one Database table.&lt;/P&gt;&lt;P&gt;No effect on the Dependent tables.&lt;/P&gt;&lt;P&gt;During upgrade, might encounter problems.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Include...is in SAP name space, it's defined by SAP it self.&lt;/P&gt;&lt;P&gt;It's not only specific to that database table but also&lt;/P&gt;&lt;P&gt;with the dependent tables.&lt;/P&gt;&lt;P&gt;Suitable for upgrade.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bye,&lt;/P&gt;&lt;P&gt;KC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Oct 2007 12:01:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dictionary/m-p/2892970#M679913</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-15T12:01:53Z</dc:date>
    </item>
    <item>
      <title>Re: Dictionary</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dictionary/m-p/2892971#M679914</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;&amp;lt;b&amp;gt;Enhancement using Append structures&amp;lt;/b&amp;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;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;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;&amp;lt;b&amp;gt;Enh. using Customizing includes&amp;lt;/b&amp;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. 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;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;&amp;lt;b&amp;gt;Append structures v/s Customizing includes&amp;lt;/b&amp;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;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;This provides for data consistency throughout the tables and structures affected whenever the include is altered.&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;&lt;/P&gt;&lt;P&gt;Reward if usefull&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Oct 2007 12:01:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dictionary/m-p/2892971#M679914</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-15T12:01:57Z</dc:date>
    </item>
  </channel>
</rss>

