<?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: diff: structure and table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/diff-structure-and-table/m-p/1937731#M387671</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kalaivani,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table is a data dictionary object and can hold data in its underlying database table. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Structure is used to define the structure of object. At run time if you declare a work area based on the structure then you can hold one record, if you declare an internal table then at runtime you can hold more than one record in the internal table. Thus structure acts like a skleton in existance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;George&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 17 Feb 2007 11:22:14 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-02-17T11:22:14Z</dc:date>
    <item>
      <title>diff: structure and table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diff-structure-and-table/m-p/1937729#M387669</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;   could anyone tell me the difference between the table and the structure?? I heard that structure can hold only one record during runtime.. but some are saying that structure cant hold any data.. which is true??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;kalai&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 17 Feb 2007 11:12:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diff-structure-and-table/m-p/1937729#M387669</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-17T11:12:08Z</dc:date>
    </item>
    <item>
      <title>Re: diff: structure and table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diff-structure-and-table/m-p/1937730#M387670</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;Tables with data in their repository. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but the structures are same as tables with they will  data only at  run time and &lt;/P&gt;&lt;P&gt;once it is over again they will be empty.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Shiva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 17 Feb 2007 11:15:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diff-structure-and-table/m-p/1937730#M387670</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-17T11:15:22Z</dc:date>
    </item>
    <item>
      <title>Re: diff: structure and table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diff-structure-and-table/m-p/1937731#M387671</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kalaivani,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table is a data dictionary object and can hold data in its underlying database table. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Structure is used to define the structure of object. At run time if you declare a work area based on the structure then you can hold one record, if you declare an internal table then at runtime you can hold more than one record in the internal table. Thus structure acts like a skleton in existance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;George&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 17 Feb 2007 11:22:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diff-structure-and-table/m-p/1937731#M387671</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-17T11:22:14Z</dc:date>
    </item>
    <item>
      <title>Re: diff: structure and table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diff-structure-and-table/m-p/1937732#M387672</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi kalai,&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt; Table :  After creation, it will be created both in the abap dictionary and the underlying database. It can hold data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Structure : It is created only in the abap dictionary. It cannot hold data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Arun.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if it helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 17 Feb 2007 12:25:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diff-structure-and-table/m-p/1937732#M387672</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-17T12:25:08Z</dc:date>
    </item>
    <item>
      <title>Re: diff: structure and table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diff-structure-and-table/m-p/1937733#M387673</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kalai,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A table is a table that has been created in the database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A structure is just a list of fields defined under a name. Structures are useful for painting screen fields, and for manipulating data that has a consistent format defined by a discrete number of fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is no content to view in a structure. You can, however, view the definition of a structure in SE11.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ferry Lianto&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 17 Feb 2007 13:28:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diff-structure-and-table/m-p/1937733#M387673</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-17T13:28:55Z</dc:date>
    </item>
    <item>
      <title>Re: diff: structure and table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diff-structure-and-table/m-p/1937734#M387674</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kalai,&lt;/P&gt;&lt;P&gt;   &lt;/P&gt;&lt;P&gt;      its true that structure can hold only one record that too at runtime. Whereas table is different. It can hold different no. of records based on the memory associated to it. To know the difference, you go to SE11 transaction. There you can type any table name say VARI, which is a table that stores the details of different varients in programs and press F7(display) . In the initial screen of the screen u can see the 'contents' tab button on the application tool bar (CNTL&lt;EM&gt;SHIFT&lt;/EM&gt;F10). press the contents tab button and u can see the select-options for different fields and then press F8. u can see the details of the varients stored in different programs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    But in the initial screen of SE11, type a structure name say RSVAR, which is a structure that stores varient details and press F7. But u cannot see any 'contents' tab button in the application tool bar. i.e., it donot store any records. it is only a structure which is used in different programs and fm's as a work area. The record details stored in structure during runtime are erased from it immediately after the program is executed. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it is clear for you now. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rajsekhar.k&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 17 Feb 2007 15:24:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diff-structure-and-table/m-p/1937734#M387674</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-17T15:24:18Z</dc:date>
    </item>
  </channel>
</rss>

