<?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: Transparent Table and Structures in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/transparent-table-and-structures/m-p/4388110#M1043508</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would say that you understand it correctly, but I would correct one statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Structure: is a collection of fields from different (physical) tables&lt;/EM&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The fields of the structure do NOT have to relate to transparent table fields, these fields could simply be apart of the structure only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As for INCLUDE and APPEND structures, these are what they sound like.  Say for example, you have 3 separate structures, and you also want a structure which includes all 3 of these, in this case, you don;t want to create the new structure by simply copy/pasting the fields, you INCLUDE them and this way, when a field is added to the one child structure, the same change is reflected in the parent structure.  Make sense?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 15 Aug 2008 15:59:13 GMT</pubDate>
    <dc:creator>RichHeilman</dc:creator>
    <dc:date>2008-08-15T15:59:13Z</dc:date>
    <item>
      <title>Transparent Table and Structures</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/transparent-table-and-structures/m-p/4388109#M1043507</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;Small question in regards to tables and structures. For my understanding, is this approach correct:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Transparent Table has a 1-1 relation to the database table and looks exactly as in the Data Dictionary. Its contained data is physically written in the database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Structure: is a collection of fields from different (physical) tables and is temporary used in ABAP programs as a sort of variable to store data. It is a predefined 'structured' variable. Its data is not physically stored. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So in this respect, how is an include and/or append structure used? I understand that this is basically an extension to a database table, but where and how are the values stored as I assume this is not in the original transaprent database?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this correct?&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;Sebastiaan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Aug 2008 15:52:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/transparent-table-and-structures/m-p/4388109#M1043507</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-15T15:52:31Z</dc:date>
    </item>
    <item>
      <title>Re: Transparent Table and Structures</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/transparent-table-and-structures/m-p/4388110#M1043508</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would say that you understand it correctly, but I would correct one statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Structure: is a collection of fields from different (physical) tables&lt;/EM&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The fields of the structure do NOT have to relate to transparent table fields, these fields could simply be apart of the structure only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As for INCLUDE and APPEND structures, these are what they sound like.  Say for example, you have 3 separate structures, and you also want a structure which includes all 3 of these, in this case, you don;t want to create the new structure by simply copy/pasting the fields, you INCLUDE them and this way, when a field is added to the one child structure, the same change is reflected in the parent structure.  Make sense?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Aug 2008 15:59:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/transparent-table-and-structures/m-p/4388110#M1043508</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2008-08-15T15:59:13Z</dc:date>
    </item>
    <item>
      <title>Re: Transparent Table and Structures</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/transparent-table-and-structures/m-p/4388111#M1043509</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt;So in this respect, how is an include and/or append structure used? I understand that this is basically an &amp;gt;extension to a database table, but where and how are the values stored as I assume this is not in the &amp;gt;original transaprent database?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;physically you can see a structure, But when you consider a transparent table then you cannot spearate it from the table definition, since you included/appended the same to the main Transparent table.&lt;/P&gt;&lt;P&gt;Appendstructure/Include structure is used to enhance the table defintion, Though physically you add the additional fields using structure, all the fields are part of transparent table.&lt;/P&gt;&lt;P&gt;So the Data will be stored Directly to the Transparent table,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Aug 2008 16:00:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/transparent-table-and-structures/m-p/4388111#M1043509</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-15T16:00:58Z</dc:date>
    </item>
    <item>
      <title>Re: Transparent Table and Structures</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/transparent-table-and-structures/m-p/4388112#M1043510</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your replies.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Aug 2008 08:08:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/transparent-table-and-structures/m-p/4388112#M1043510</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-18T08:08:16Z</dc:date>
    </item>
  </channel>
</rss>

