<?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: ABAP DICTIONARY in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-dictionary/m-p/3988215#M952769</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you have fields A B C D E, field A being key, and fields D and E are INCLUDEd, then the table at db level will have fields A B C D E.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have fields A B C D E, field A being key, and fields D and E are APPENDed, then there are two tables at db level; one with fields A B C, and one with fields A D E.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In both cases, however, in ABAP you treat them as though they were one table with fields A B C D E.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;matt&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 11 Jun 2008 15:08:34 GMT</pubDate>
    <dc:creator>matt</dc:creator>
    <dc:date>2008-06-11T15:08:34Z</dc:date>
    <item>
      <title>ABAP DICTIONARY</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-dictionary/m-p/3988214#M952768</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In a database table we can Include  structure and we can append structure .what is the difference between &lt;STRONG&gt;Include structure&lt;/STRONG&gt; and &lt;STRONG&gt;append structure&lt;/STRONG&gt; in a database table?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jun 2008 15:05:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-dictionary/m-p/3988214#M952768</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-11T15:05:50Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP DICTIONARY</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-dictionary/m-p/3988215#M952769</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you have fields A B C D E, field A being key, and fields D and E are INCLUDEd, then the table at db level will have fields A B C D E.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have fields A B C D E, field A being key, and fields D and E are APPENDed, then there are two tables at db level; one with fields A B C, and one with fields A D E.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In both cases, however, in ABAP you treat them as though they were one table with fields A B C D E.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;matt&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jun 2008 15:08:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-dictionary/m-p/3988215#M952769</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2008-06-11T15:08:34Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP DICTIONARY</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-dictionary/m-p/3988216#M952770</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;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Append Structures&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;2. Customizing Includes&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). 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;for more info check this link &lt;/P&gt;&lt;P&gt;&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;Cheers &lt;/P&gt;&lt;P&gt;Snehi Chouhan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jun 2008 15:11:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-dictionary/m-p/3988216#M952770</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-11T15:11:16Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP DICTIONARY</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-dictionary/m-p/3988217#M952771</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Srini,&lt;/P&gt;&lt;P&gt;Simple. INCLUDE structure is reusable i.e U can include same structure in many tables. But APPEND structure u can do it in only one table. Once u use SPPEND structure then u can't use it again. Then u may get a doubt why can't we directly add fields in the table instead of APPEND. Reason being we can't use it Tables more than once but always we can refer in programs and FMs. Here INCLUDE and APPEND is structure type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vinod.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jun 2008 15:23:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-dictionary/m-p/3988217#M952771</guid>
      <dc:creator>vinod_vemuru2</dc:creator>
      <dc:date>2008-06-11T15:23:48Z</dc:date>
    </item>
  </channel>
</rss>

