<?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 structure -db table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/structure-db-table/m-p/2041063#M419665</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;difference and relation between structure and database(dispaly) table&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;salman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 06 Mar 2007 07:25:09 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-03-06T07:25:09Z</dc:date>
    <item>
      <title>structure -db table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/structure-db-table/m-p/2041063#M419665</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;difference and relation between structure and database(dispaly) table&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;salman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Mar 2007 07:25:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/structure-db-table/m-p/2041063#M419665</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-06T07:25:09Z</dc:date>
    </item>
    <item>
      <title>Re: structure -db table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/structure-db-table/m-p/2041064#M419666</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 (group of fields)stores a single record, where as Internal Table Stores Multiple records at run time. Database table also consists of lot of structure with different fields, and stores the records in Database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Mar 2007 07:26:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/structure-db-table/m-p/2041064#M419666</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-06T07:26:57Z</dc:date>
    </item>
    <item>
      <title>Re: structure -db table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/structure-db-table/m-p/2041065#M419667</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;lt;b&amp;gt;Structure:&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U can not maintain any values, u can use this as referencce in the program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Tables:&amp;lt;/b&amp;gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here u can maintain values.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Mar 2007 07:28:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/structure-db-table/m-p/2041065#M419667</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-06T07:28:11Z</dc:date>
    </item>
    <item>
      <title>Re: structure -db table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/structure-db-table/m-p/2041066#M419668</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;STRUCTURE will populate values at runtime only..and no memory allocate..&lt;/P&gt;&lt;P&gt;TABLE which stores the recordsin DATABASE....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kishi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Mar 2007 07:30:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/structure-db-table/m-p/2041066#M419668</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-06T07:30:08Z</dc:date>
    </item>
    <item>
      <title>Re: structure -db table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/structure-db-table/m-p/2041067#M419669</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 contains data during runtime,its like header line of an internal table.where as we can find data for the tables.Database table also consists of lot of structure with different fields.we can include our own fields in a structure(include structure or append structure)in a table.&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>Tue, 06 Mar 2007 07:30:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/structure-db-table/m-p/2041067#M419669</guid>
      <dc:creator>former_member404244</dc:creator>
      <dc:date>2007-03-06T07:30:16Z</dc:date>
    </item>
  </channel>
</rss>

