<?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 append structure in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/append-structure/m-p/1997726#M406342</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;append structure in table,what happens when version is upgraded?could u plzz tell me?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 07 Mar 2007 07:53:00 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-03-07T07:53:00Z</dc:date>
    <item>
      <title>append structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/append-structure/m-p/1997726#M406342</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;append structure in table,what happens when version is upgraded?could u plzz tell me?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Mar 2007 07:53:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/append-structure/m-p/1997726#M406342</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-07T07:53:00Z</dc:date>
    </item>
    <item>
      <title>Re: append structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/append-structure/m-p/1997727#M406343</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;when the version is upgraded, the abap dictionary checks whether the appended structure is availble and also checks for consistency.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Prasanth&lt;/P&gt;&lt;P&gt;*reward all helpful answers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Mar 2007 07:55:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/append-structure/m-p/1997727#M406343</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-07T07:55:51Z</dc:date>
    </item>
    <item>
      <title>Re: append structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/append-structure/m-p/1997728#M406344</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;When you are doing Upgrade, it will ask you whether to keep the extra fields which you added in APPEND structure should be kept or to be deleted,&lt;/P&gt;&lt;P&gt;During the Execution of SPAU and SPDD t Codes.&lt;/P&gt;&lt;P&gt;Then if you need them, have to say YES otherwise NO.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Mar 2007 07:57:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/append-structure/m-p/1997728#M406344</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-07T07:57:43Z</dc:date>
    </item>
    <item>
      <title>Re: append structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/append-structure/m-p/1997729#M406345</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi soniya&lt;/P&gt;&lt;P&gt;&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;&amp;lt;b&amp;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 !!!&amp;lt;/b&amp;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, 07 Mar 2007 07:59:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/append-structure/m-p/1997729#M406345</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-07T07:59:45Z</dc:date>
    </item>
    <item>
      <title>Re: append structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/append-structure/m-p/1997730#M406346</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;	You create append structures in the customer namespace. This protects them from being overwritten at upgrade or during release upgrade. New versions of standard tables are loaded during upgrades. The fields contained in active append structures are then appended to the new standard tables when these new standard tables are activated for the first time. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;	From Release 3.0, the field sequence in the ABAP Dictionary can differ from the field sequence in the database. Therefore, no conversion of the database table is necessary when adding an append structure or inserting fields into an existing one. All necessary structure adjustment is taken care of automatically when you adjust the database catalog (ALTER TABLE). The table's definition is changed when it is activated in the ABAP Dictionary and the new field is appended to the database table.&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>Wed, 07 Mar 2007 08:00:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/append-structure/m-p/1997730#M406346</guid>
      <dc:creator>seshatalpasai_madala</dc:creator>
      <dc:date>2007-03-07T08:00:01Z</dc:date>
    </item>
  </channel>
</rss>

