<?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: append structure in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/append-structure/m-p/3726286#M896883</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ranjna,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;APPEND STRUCTURES&lt;/STRONG&gt;&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;&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;&lt;STRONG&gt;INCLUDE STRUCTURE&lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Basic form&lt;/P&gt;&lt;P&gt;INCLUDE STRUCTURE rec.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Effect&lt;/P&gt;&lt;P&gt;When you define a structure rec (with DATA or TYPES ), this statement copies the components of the structured data type subRec to the structure rec .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since you can define nested data structures (i.e. structures with sub-structures) starting from Release 3.0, you should use INCLUDE STRUCTURE only if you want to introduce types in a program first and nested structures in a later step.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can find more information on sap help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Please reward if helpful&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Manish&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 25 Apr 2008 11:32:55 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-04-25T11:32:55Z</dc:date>
    <item>
      <title>append structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/append-structure/m-p/3726284#M896881</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hI expert !&lt;/P&gt;&lt;P&gt;plz tell me what is the criteria to choose append structure or include in my standard tables . what is the benefit , disadvantage  of these two . are they ehancements or modification. plz help me as i m confused about this two .&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Apr 2008 11:24:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/append-structure/m-p/3726284#M896881</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-25T11:24:55Z</dc:date>
    </item>
    <item>
      <title>Re: append structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/append-structure/m-p/3726285#M896882</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rajna,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can add additional fields to table by using&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1)include structure&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2)append structure&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Include Structure:you can include any no of fields using include structure and you can include this structure in any no of fields.but if you want to use include for sap tables they have to provide include.check table MARA.we have an include EMARA.so if you insert any field in EMARA it is added to the field&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Append Structure:You can include any no of fields using append structure.but append structure is only for one table.you can use the structure for only one table.mara is also have some append structures.check by clicking on append structures which is in application toolbar&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so finally if you want to add the structure at the end means fields at the end use append,if in the middle use include structure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rewards points if helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Apr 2008 11:28:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/append-structure/m-p/3726285#M896882</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-25T11:28:57Z</dc:date>
    </item>
    <item>
      <title>Re: append structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/append-structure/m-p/3726286#M896883</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ranjna,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;APPEND STRUCTURES&lt;/STRONG&gt;&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;&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;&lt;STRONG&gt;INCLUDE STRUCTURE&lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Basic form&lt;/P&gt;&lt;P&gt;INCLUDE STRUCTURE rec.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Effect&lt;/P&gt;&lt;P&gt;When you define a structure rec (with DATA or TYPES ), this statement copies the components of the structured data type subRec to the structure rec .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since you can define nested data structures (i.e. structures with sub-structures) starting from Release 3.0, you should use INCLUDE STRUCTURE only if you want to introduce types in a program first and nested structures in a later step.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can find more information on sap help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Please reward if helpful&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Manish&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Apr 2008 11:32:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/append-structure/m-p/3726286#M896883</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-25T11:32:55Z</dc:date>
    </item>
    <item>
      <title>Re: append structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/append-structure/m-p/3726287#M896884</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;Structures:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Adding new fields to an existing table using&lt;/P&gt;&lt;P&gt; 1.Append Structure&lt;/P&gt;&lt;P&gt; 2.Include structure&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Inserting Append Structure:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Procedure Follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.Go to change mode in the maintenance screen of the table where you want to add the append structure. &lt;/P&gt;&lt;P&gt;2. Choose Goto -&amp;gt; Append structures. &lt;/P&gt;&lt;P&gt;3. Enter the append structure name and choose enter . &lt;/P&gt;&lt;P&gt;4. Define the fields of the append structure. You can proceed as when creating a normal structure two restrictions .&lt;/P&gt;&lt;P&gt;1.An append structure must be flat, that is each field of the append structure must either refer  to a data element or be directly assigned a data type, length, decimal places and short text.&lt;/P&gt;&lt;P&gt;2.That is the field names must begin with ZZorYY. This prevents conflicts with fields inserted in the table by SAP.&lt;/P&gt;&lt;P&gt;5. Choose Activate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Inserting an Include Structure:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Procedure Follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.Place the cursor under the line in which you want to insert the include and choose Edit ® Include ® Insert. &lt;/P&gt;&lt;P&gt;       A dialog box appears.&lt;/P&gt;&lt;P&gt;2.Enter the structure name. You can optionally enter a group name  or a three-place suffix. &lt;/P&gt;&lt;P&gt;3.Choose  enter. &lt;/P&gt;&lt;P&gt;4. Select column Key if all the fields in the include should be key fields of the table. &lt;/P&gt;&lt;P&gt;5. Choose enter.&lt;/P&gt;&lt;P&gt;6.Save and activate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if it useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;Lakshmi.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Apr 2008 12:30:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/append-structure/m-p/3726287#M896884</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-25T12:30:39Z</dc:date>
    </item>
    <item>
      <title>Re: append structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/append-structure/m-p/3726288#M896885</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;Edit -&amp;gt; include -&amp;gt; insert  &amp;#133;&amp;#133;.  Give the name of pre defined structure.. can be anywhere in the table&lt;/P&gt;&lt;P&gt;Goto -&amp;gt; append  ..   you can not give the name of pre defined, so we say that append can only be done to a single table. And at the end&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please reward points&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Apr 2008 14:08:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/append-structure/m-p/3726288#M896885</guid>
      <dc:creator>manubhutani</dc:creator>
      <dc:date>2008-04-25T14:08:50Z</dc:date>
    </item>
  </channel>
</rss>

