<?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: CI_INCLUDE how-to- in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/ci-include-how-to/m-p/1260124#M147358</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi William ,&lt;/P&gt;&lt;P&gt;             Are you talking about infotype enhancement??&lt;/P&gt;&lt;P&gt;If so ,you enhance the infotype thru PM01.  In the 3rd tab strip "Enhance IT"  , choose the subobject "CI Include" and click the create button. It will open up a structure where you can add the your own fields.&lt;/P&gt;&lt;P&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;Vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 22 Mar 2006 04:30:48 GMT</pubDate>
    <dc:creator>VijayasekarK</dc:creator>
    <dc:date>2006-03-22T04:30:48Z</dc:date>
    <item>
      <title>CI_INCLUDE how-to-</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ci-include-how-to/m-p/1260122#M147356</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do i create a CI_Include?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is the significance between including a CI_include in a structure and APPEND-ing a 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;William&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Mar 2006 04:01:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ci-include-how-to/m-p/1260122#M147356</guid>
      <dc:creator>Wil_Wilstroth</dc:creator>
      <dc:date>2006-03-22T04:01:33Z</dc:date>
    </item>
    <item>
      <title>Re: CI_INCLUDE how-to-</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ci-include-how-to/m-p/1260123#M147357</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi william,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. what i understood is that&lt;/P&gt;&lt;P&gt;  u are talking about .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;regards,&lt;/P&gt;&lt;P&gt;amit m.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Mar 2006 04:28:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ci-include-how-to/m-p/1260123#M147357</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-22T04:28:36Z</dc:date>
    </item>
    <item>
      <title>Re: CI_INCLUDE how-to-</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ci-include-how-to/m-p/1260124#M147358</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi William ,&lt;/P&gt;&lt;P&gt;             Are you talking about infotype enhancement??&lt;/P&gt;&lt;P&gt;If so ,you enhance the infotype thru PM01.  In the 3rd tab strip "Enhance IT"  , choose the subobject "CI Include" and click the create button. It will open up a structure where you can add the your own fields.&lt;/P&gt;&lt;P&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;Vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Mar 2006 04:30:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ci-include-how-to/m-p/1260124#M147358</guid>
      <dc:creator>VijayasekarK</dc:creator>
      <dc:date>2006-03-22T04:30:48Z</dc:date>
    </item>
  </channel>
</rss>

