<?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: structure in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/structure/m-p/2772499#M646073</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;appned structure allows you to add more fields to a stable structure....you have to add fields 1 by 1 in this case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;include structure includes another structure to your existing structure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in this case the entire structure which has been included gets included in the exixting structuire.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward if helpful&lt;/P&gt;&lt;P&gt;vivekanand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 18 Sep 2007 05:45:14 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-09-18T05:45:14Z</dc:date>
    <item>
      <title>structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/structure/m-p/2772495#M646069</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;What is the difference between append structure and include structure ?&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;Vinay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Sep 2007 05:39:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/structure/m-p/2772495#M646069</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-18T05:39:31Z</dc:date>
    </item>
    <item>
      <title>Re: structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/structure/m-p/2772496#M646070</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="2980702"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="3018310"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if u r talking abt append and insert commands then &lt;/P&gt;&lt;P&gt;append is used while v have header line in the internal table.&lt;/P&gt;&lt;P&gt;insert command is used when v have internal table without header line.&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;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). &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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Sep 2007 05:42:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/structure/m-p/2772496#M646070</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-18T05:42:18Z</dc:date>
    </item>
    <item>
      <title>Re: structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/structure/m-p/2772497#M646071</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Vinay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Append structure is used  for One table only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Include structure is used for n no. of tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what ever the changes has been made for include structure they will be reflected to all the tables which are using that perticular structure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Reward points if useful&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Chandra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Sep 2007 05:42:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/structure/m-p/2772497#M646071</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-18T05:42:58Z</dc:date>
    </item>
    <item>
      <title>Re: structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/structure/m-p/2772498#M646072</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="1984915"&gt;&lt;/A&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;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 !!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this sap help for append structure &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;Check this sap help for include structure &lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/cf/21eb54446011d189700000e8322d00/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/cf/21eb54446011d189700000e8322d00/content.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Sep 2007 05:43:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/structure/m-p/2772498#M646072</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-18T05:43:55Z</dc:date>
    </item>
    <item>
      <title>Re: structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/structure/m-p/2772499#M646073</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;appned structure allows you to add more fields to a stable structure....you have to add fields 1 by 1 in this case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;include structure includes another structure to your existing structure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in this case the entire structure which has been included gets included in the exixting structuire.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward if helpful&lt;/P&gt;&lt;P&gt;vivekanand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Sep 2007 05:45:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/structure/m-p/2772499#M646073</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-18T05:45:14Z</dc:date>
    </item>
    <item>
      <title>Re: structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/structure/m-p/2772500#M646074</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;1. append structure is not a modification.&lt;/P&gt;&lt;P&gt;   include structure is  a modification.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. append structure is possible if structure is marked and can be enhanced by sap.&lt;/P&gt;&lt;P&gt;   include structure is modified if u have a access key.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. append structure doesn't change the underlying database table.&lt;/P&gt;&lt;P&gt;    include structure changes structure of database table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. append structures can be assigned to a single table.&lt;/P&gt;&lt;P&gt;     include structures can be assigned to multiple tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5.append structures can't be use with pool n cluster tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if helpful reward some points.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with regards,&lt;/P&gt;&lt;P&gt;Suresh Aluri.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Sep 2007 05:49:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/structure/m-p/2772500#M646074</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-18T05:49:00Z</dc:date>
    </item>
    <item>
      <title>Re: structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/structure/m-p/2772501#M646075</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;INCLUDE STRUCTURE&amp;lt;/b&amp;gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INCLUDE { {TYPE struc_type} | {STRUCTURE struc} } &lt;/P&gt;&lt;P&gt;        [AS name [RENAMING WITH SUFFIX suffix]]. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This statement must be used only within a structure definition with the additions BEGIN OF and END OF in the statements TYPES, DATA, CLASS-DATA, and STATICS. It copies all the components of the structured type struc_type or the structure struc at the given position into the current structure definition. The components are created at the same level as the INCLUDE statement. The INCLUDE statement does not create any substructure. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;struc_type can be a local (within program), structured type or a structure from the ABAP Dictionary. struc must be a structure of the same program. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Through the specification of a name name after the AS addition, either all the components of the bound structure struc_type or struc are addressed together through the name name or individual components can be addressed using the structure component selector (-). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using the RENAMING WITH SUFFIX addition, each indivdual component is renamed by adding on the suffix suffix. Here, a structure can be copied several times. suffix must be specified directly. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Outside of ABAP objects, flat structures, database tables, or views of the ABAP Dictionary can also be specified for struc with the STRUCTURE addition &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In constant structures declared with CONSTANTS, no components can be included using INCLUDE because no start values can be assigned to these. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Append structure&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;Reward if usefull&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Sep 2007 05:54:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/structure/m-p/2772501#M646075</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-18T05:54:30Z</dc:date>
    </item>
  </channel>
</rss>

