<?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: Include structure in a DB table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/include-structure-in-a-db-table/m-p/3830660#M921111</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;STRONG&gt;include Structure&lt;/STRONG&gt;:- Include structures are used to add fields in the middle also.where as append structures adds fields only at the end.In addition to listing the individual fields, you can also include the fields of another structure in tables and structures. Individual fields and includes can be mixed as required.&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="3184763"&gt;&lt;/A&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="3965256"&gt;&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;Kiran Sure&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 21 May 2008 11:43:50 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-05-21T11:43:50Z</dc:date>
    <item>
      <title>Include structure in a DB table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/include-structure-in-a-db-table/m-p/3830658#M921109</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can anybody tell me the procedure to include an 'Include Structure' into an existing DB table say MARA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 May 2008 11:35:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/include-structure-in-a-db-table/m-p/3830658#M921109</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-21T11:35:33Z</dc:date>
    </item>
    <item>
      <title>Re: Include structure in a DB table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/include-structure-in-a-db-table/m-p/3830659#M921110</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;in customized table...in se11 create a structure....and call the that structure in the table ....&lt;/P&gt;&lt;P&gt;.include...in data type ..write the structure which u created.&lt;/P&gt;&lt;P&gt;if u want to append a structure ..there is a tab ...APPEND STRUCTURE ...in that u can declare the feilds in the structure and save and activate and call the structure in table.&lt;/P&gt;&lt;P&gt;u can append a structure only at end of all feilds whereas include u can add anywhere between the feilds.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*******&lt;/P&gt;&lt;P&gt;INCLUDE Structures:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Include Structure is used to include the structure to a Custom Table. &lt;/P&gt;&lt;P&gt;The same Structure can be Included in any number of Custom Tables.&lt;/P&gt;&lt;P&gt;To Include it in the Custom Table Provide .INCLUDE as field name and Structure name as Field Type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;APPEND Structures:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Append Structure is used to append to the Standard Tables.&lt;/P&gt;&lt;P&gt;The Same Append Structure cannot be appended in more then one Standard DB Table.&lt;/P&gt;&lt;P&gt;We need to create the Append Structure by opening the Table in Display mode and by clicking on the Append Structure button.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this SAP help&lt;/P&gt;&lt;P&gt;on append structure and Include Structure&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/cf/21eb54446011d189700000e8322d00/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/cf/21eb54446011d189700000e8322d00/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Shiva Kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 May 2008 11:39:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/include-structure-in-a-db-table/m-p/3830659#M921110</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-21T11:39:50Z</dc:date>
    </item>
    <item>
      <title>Re: Include structure in a DB table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/include-structure-in-a-db-table/m-p/3830660#M921111</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;STRONG&gt;include Structure&lt;/STRONG&gt;:- Include structures are used to add fields in the middle also.where as append structures adds fields only at the end.In addition to listing the individual fields, you can also include the fields of another structure in tables and structures. Individual fields and includes can be mixed as required.&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="3184763"&gt;&lt;/A&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="3965256"&gt;&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;Kiran Sure&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 May 2008 11:43:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/include-structure-in-a-db-table/m-p/3830660#M921111</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-21T11:43:50Z</dc:date>
    </item>
    <item>
      <title>Re: Include structure in a DB table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/include-structure-in-a-db-table/m-p/3830661#M921112</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;To include a structure to custom database table:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;first ..&lt;/P&gt;&lt;P&gt;--&amp;gt;create a structure with the required fields in SE11 t.code.&lt;/P&gt;&lt;P&gt;--&amp;gt;then include the structure using .include statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;we can add structures to the database tables using &lt;STRONG&gt;append&lt;/STRONG&gt; and &lt;STRONG&gt;include&lt;/STRONG&gt; structures.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Append structures&lt;/STRONG&gt; allow you to attach fields to a table without actually having to modify the table itself. Table enhancements using append structures therefore do not have to be planned by SAP developers. An append structure can only belong to exactly one table.&lt;/P&gt;&lt;P&gt;In contrast, &lt;STRONG&gt;CI_includes&lt;/STRONG&gt; allow you to use the same structure in multiple tables. The include statement must already exist in the SAP table or structure. Table enhancements using CI_includes do, however, have to be planned by SAP developers&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;vineela.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 May 2008 13:24:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/include-structure-in-a-db-table/m-p/3830661#M921112</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-21T13:24:06Z</dc:date>
    </item>
    <item>
      <title>Re: Include structure in a DB table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/include-structure-in-a-db-table/m-p/3830662#M921113</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;INCLUDE STRUCTURE IN DATABASE TABLE:-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Structures can be added into the database table in two ways&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) By Appending Structures into the database table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) By Including structures into the database table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Procedure for Including a structure into the database table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Only flat structures may be included in a table. No field refers to another structure in a flat&lt;/P&gt;&lt;P&gt;structure. All the fields of a flat structure therefore refer either to a data element or were directly&lt;/P&gt;&lt;P&gt;assigned a data type, field length and decimal places.&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&lt;/P&gt;&lt;P&gt;choose Edit u2192 Include u2192 Insert.&lt;/P&gt;&lt;P&gt;A dialog box appears.&lt;/P&gt;&lt;P&gt;2. Enter the structure name.&lt;/P&gt;&lt;P&gt;3. Choose OK( thats a tick mark ).&lt;/P&gt;&lt;P&gt;A line with .INCLUDE in the Fields field and the name of the include in the Field type field&lt;/P&gt;&lt;P&gt;is inserted in the field maintenance screen for the table.&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;The table key must be at the start of the field list. If you select column Key, you must&lt;/P&gt;&lt;P&gt;insert the include after the last key field or between the existing key fields of the table.&lt;/P&gt;&lt;P&gt;If you do not select column Key, none of the included fields is a key field of the table.&lt;/P&gt;&lt;P&gt;5. Choose activate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can find information about the activation flow in the activation log, which you can display with&lt;/P&gt;&lt;P&gt;Utilities u2192 Activation log. The activation log is displayed immediately if errors occur when the&lt;/P&gt;&lt;P&gt;table is activated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Correct me if iam wrong.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will be useful to u.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cheers,&lt;/P&gt;&lt;P&gt;AKD.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 May 2008 15:35:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/include-structure-in-a-db-table/m-p/3830662#M921113</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-21T15:35:55Z</dc:date>
    </item>
  </channel>
</rss>

