<?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 and Append Struc in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/include-and-append-struc/m-p/3979038#M950401</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;The main difference is the same include structure can be used in more than one table but an append can be used in only one table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Append must be the last field in the table but include need not,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can append only append structures after you have a append in your table , but after innclude you can have normal fields also&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INCLUDE:&lt;/P&gt;&lt;P&gt;Includes are used to group fields and insert them together in a table or structure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;An include program has two main functions:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It contains code which can be used by several different programs. &lt;/P&gt;&lt;P&gt;It helps you to modularize programs, which consist of many different logically related parts. Each of these parts is stored as a separate include program. &lt;/P&gt;&lt;P&gt;Include programs improve the readability of programs and make maintenance easier.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Include reports contain rolled out parts of reports. They are called by the main report, and can only be run in conjunction with the main report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;APPEND:&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;Define foreign keys for fields of TAB that already exist, &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;regards&lt;/P&gt;&lt;P&gt;prasanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 09 Jun 2008 04:08:47 GMT</pubDate>
    <dc:creator>prasanth_kasturi</dc:creator>
    <dc:date>2008-06-09T04:08:47Z</dc:date>
    <item>
      <title>.Include and Append Struc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/include-and-append-struc/m-p/3979036#M950399</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 .Include and Append Structure?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Netra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jun 2008 04:02:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/include-and-append-struc/m-p/3979036#M950399</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-09T04:02:29Z</dc:date>
    </item>
    <item>
      <title>Re: .Include and Append Struc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/include-and-append-struc/m-p/3979037#M950400</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;WE CAN USE INCLUDE STRUCTURES IN MORE THAN ONE TABLE.&lt;/P&gt;&lt;P&gt;INCLUDE STRUCTURES CAN USED BY US TO ADD FIELDS INTO ANY ZTABLES. BECAUSE, IN A ZTABLE, WE CAN ADD FIELDS WHER EVER WE WANT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;APPEND STRUCTURE CAN USED FOR ONLY ONE TABLE.&lt;/P&gt;&lt;P&gt;APPEND STRUCTURES ARE USED ONLY TO ENHANCE STANDARD TABLES.&lt;/P&gt;&lt;P&gt;STANDARD TABLES MAY HAVE INCLUDE STRUCTURES ALREADY CREATED , BUT IF WE WANT TO ADD SOME MORE FIELDS&lt;/P&gt;&lt;P&gt;TO THE STANDARD TABLES, WE NEED TO GO FOR APPEND STRUCTURES.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;APPEND STRUCTURES SHOULD BE ADDED AT THE END OF A STANDARD TABLE. THIS IS A MUST. BECAUSE WE SHOULD NOT CHANGE THE ORIGINAL STANDARD TABLE IN THE MIDDLE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THANKS,&lt;/P&gt;&lt;P&gt;RAJI&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jun 2008 04:06:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/include-and-append-struc/m-p/3979037#M950400</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-09T04:06:48Z</dc:date>
    </item>
    <item>
      <title>Re: .Include and Append Struc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/include-and-append-struc/m-p/3979038#M950401</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;The main difference is the same include structure can be used in more than one table but an append can be used in only one table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Append must be the last field in the table but include need not,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can append only append structures after you have a append in your table , but after innclude you can have normal fields also&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INCLUDE:&lt;/P&gt;&lt;P&gt;Includes are used to group fields and insert them together in a table or structure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;An include program has two main functions:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It contains code which can be used by several different programs. &lt;/P&gt;&lt;P&gt;It helps you to modularize programs, which consist of many different logically related parts. Each of these parts is stored as a separate include program. &lt;/P&gt;&lt;P&gt;Include programs improve the readability of programs and make maintenance easier.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Include reports contain rolled out parts of reports. They are called by the main report, and can only be run in conjunction with the main report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;APPEND:&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;Define foreign keys for fields of TAB that already exist, &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;regards&lt;/P&gt;&lt;P&gt;prasanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jun 2008 04:08:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/include-and-append-struc/m-p/3979038#M950401</guid>
      <dc:creator>prasanth_kasturi</dc:creator>
      <dc:date>2008-06-09T04:08:47Z</dc:date>
    </item>
  </channel>
</rss>

