<?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 About Append structure? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/about-append-structure/m-p/3215422#M766664</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;  i want to know the use of appending a sructure in a table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 14 Dec 2007 05:31:41 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-12-14T05:31:41Z</dc:date>
    <item>
      <title>About Append structure?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/about-append-structure/m-p/3215422#M766664</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;  i want to know the use of appending a sructure in a table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Dec 2007 05:31:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/about-append-structure/m-p/3215422#M766664</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-14T05:31:41Z</dc:date>
    </item>
    <item>
      <title>Re: About Append structure?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/about-append-structure/m-p/3215423#M766665</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&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;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward Points if useful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Dec 2007 05:37:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/about-append-structure/m-p/3215423#M766665</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-14T05:37:56Z</dc:date>
    </item>
    <item>
      <title>Re: About Append structure?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/about-append-structure/m-p/3215424#M766666</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There are two options to add additional fields to std tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. append structure -- where in u can insert a structure to table.  &lt;/P&gt;&lt;P&gt;                                 (start with .INCLUDE)&lt;/P&gt;&lt;P&gt;2. Custom includes --- there are some includes in some tables provided by SAP for some special purpose where in u can add data&lt;/P&gt;&lt;P&gt;(start with CI_xxxxx)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;all the added field in table will be shown in different colour than normal.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;hope ur question is answered&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Dec 2007 05:41:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/about-append-structure/m-p/3215424#M766666</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-14T05:41:49Z</dc:date>
    </item>
    <item>
      <title>Re: About Append structure?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/about-append-structure/m-p/3215425#M766667</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;   Appending a structure in a table is nothing but adding collection of fields to a particular field.&lt;/P&gt;&lt;P&gt;Example :&lt;/P&gt;&lt;P&gt; You have created a table with fields like Emp_Id,Emp_Name,Emp_Address. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Emp_Address field has Datatype :CHAR and Length :30 . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now in this particular field, we can enter the address continually, suppose if u want to enter the City ,State, Country and Pincode seperately. Then we can go for Append Structure. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In Append Structure, We can create all the fields those mentioned above and append this structure to the field Emp_Address. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once u creating the records, these fields will come automatically under the field Emp_Address. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Plz reward it .if it is useful...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Dec 2007 05:49:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/about-append-structure/m-p/3215425#M766667</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-14T05:49:44Z</dc:date>
    </item>
  </channel>
</rss>

