<?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: differences between structure and table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/differences-between-structure-and-table/m-p/2917505#M686915</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;Structures are constructed the almost the same way as tables, the only difference using that no database table is generated from them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Structures can contain data only during the runtime of a program. That too one record at a time. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tables can hold data but structures cannot other than runtime. Whenever we need the same set of fields in several tables, we will go for a structure and include it in tables. For example, consider Address is a structure which contains Street, City, Pin as its components. Whenever u need a Address field u can include this structure. Instead everytime creating the same fields tideosly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this lnik also,&lt;/P&gt;&lt;P&gt;&lt;A href="https://forums.sdn.sap.com/click.jspa?searchID=5825856&amp;amp;messageID=3877656" target="test_blank"&gt;https://forums.sdn.sap.com/click.jspa?searchID=5825856&amp;amp;messageID=3877656&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 10 Oct 2007 09:39:01 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-10-10T09:39:01Z</dc:date>
    <item>
      <title>differences between structure and table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/differences-between-structure-and-table/m-p/2917504#M686914</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;who can tell me the differences between structure and table.&lt;/P&gt;&lt;P&gt;thanx in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Oct 2007 09:37:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/differences-between-structure-and-table/m-p/2917504#M686914</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-10T09:37:05Z</dc:date>
    </item>
    <item>
      <title>Re: differences between structure and table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/differences-between-structure-and-table/m-p/2917505#M686915</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;Structures are constructed the almost the same way as tables, the only difference using that no database table is generated from them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Structures can contain data only during the runtime of a program. That too one record at a time. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tables can hold data but structures cannot other than runtime. Whenever we need the same set of fields in several tables, we will go for a structure and include it in tables. For example, consider Address is a structure which contains Street, City, Pin as its components. Whenever u need a Address field u can include this structure. Instead everytime creating the same fields tideosly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this lnik also,&lt;/P&gt;&lt;P&gt;&lt;A href="https://forums.sdn.sap.com/click.jspa?searchID=5825856&amp;amp;messageID=3877656" target="test_blank"&gt;https://forums.sdn.sap.com/click.jspa?searchID=5825856&amp;amp;messageID=3877656&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Oct 2007 09:39:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/differences-between-structure-and-table/m-p/2917505#M686915</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-10T09:39:01Z</dc:date>
    </item>
    <item>
      <title>Re: differences between structure and table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/differences-between-structure-and-table/m-p/2917506#M686916</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Lawrence,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table always contains the data. We can retreive at any time.&lt;/P&gt;&lt;P&gt;Structure will not contain any data.  It is used like temperory storage.&lt;/P&gt;&lt;P&gt;suppose if we want to make a group fields under 1 category  and we want to add it to the standar. table. we will create a structure and add it to the table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope ur clear.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Assign points if useful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Oct 2007 09:40:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/differences-between-structure-and-table/m-p/2917506#M686916</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-10T09:40:28Z</dc:date>
    </item>
    <item>
      <title>Re: differences between structure and table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/differences-between-structure-and-table/m-p/2917507#M686917</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;A structure is simply a compilation of fields.  A table is a collection of either mutliple fields or of structures in rows.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Think of an EXCEL sheet - the structure describes the fields in a row, a table is several rows with identical structure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, Joerg&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Oct 2007 09:41:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/differences-between-structure-and-table/m-p/2917507#M686917</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-10T09:41:19Z</dc:date>
    </item>
    <item>
      <title>Re: differences between structure and table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/differences-between-structure-and-table/m-p/2917508#M686918</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Structure defines the fields to be used where as table has an underlying database table associated with it, where as structure defines the organisation of data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Oct 2007 09:41:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/differences-between-structure-and-table/m-p/2917508#M686918</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-10T09:41:32Z</dc:date>
    </item>
    <item>
      <title>Re: differences between structure and table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/differences-between-structure-and-table/m-p/2917509#M686919</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;Structures cant contain any data. At run time in a program it will contain only 1 record at a time&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but Tables contains huge no. of records.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gud luck,&lt;/P&gt;&lt;P&gt;Bhawani&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Oct 2007 09:42:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/differences-between-structure-and-table/m-p/2917509#M686919</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-10T09:42:34Z</dc:date>
    </item>
    <item>
      <title>Re: differences between structure and table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/differences-between-structure-and-table/m-p/2917510#M686920</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;Structure meant for GLOBAL EXISTANCE(these could be used by any other program without creating it again). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Structures are used especially to define the data at the interface of module pools and screens and to define the types of function module parameters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Structures that are used more than once can be changed centrally because they were defined centrall. The active ABAP Dictionary makes this change at all relevant locations. ABAP programs or screen templates that use a&lt;/P&gt;&lt;P&gt;structure are automatically adjusted when the structure changes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tables: There is a physical table on the database for each transparent table.&lt;/P&gt;&lt;P&gt;The names of the physical tables and the logical table definition in the ABAP/4 Dictionary correspond.&lt;/P&gt;&lt;P&gt;All business data and application data are stored in transparent tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Rewar dif usefull&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Oct 2007 09:42:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/differences-between-structure-and-table/m-p/2917510#M686920</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-10T09:42:37Z</dc:date>
    </item>
    <item>
      <title>Re: differences between structure and table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/differences-between-structure-and-table/m-p/2917511#M686921</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;chek the belwo links.&lt;/P&gt;&lt;P&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="408016"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Reward if helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nagaraj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Oct 2007 09:42:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/differences-between-structure-and-table/m-p/2917511#M686921</guid>
      <dc:creator>former_member404244</dc:creator>
      <dc:date>2007-10-10T09:42:44Z</dc:date>
    </item>
    <item>
      <title>Re: differences between structure and table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/differences-between-structure-and-table/m-p/2917512#M686922</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;Tables are meant for Storing the Data in the Database level. So they will have a Storage space in the Database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Structures are only Global data types . They will not have any storage at the Database level.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REWARD IF HELPFUL.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Oct 2007 09:57:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/differences-between-structure-and-table/m-p/2917512#M686922</guid>
      <dc:creator>varma_narayana</dc:creator>
      <dc:date>2007-10-10T09:57:32Z</dc:date>
    </item>
  </channel>
</rss>

