<?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 b/w tables and structures in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/diff-b-w-tables-and-structures/m-p/2045918#M421291</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt; A structure forms the skeleton of the table.&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;  A structure comprises components i.e., fields. Types are defined for the components A component can refer to an elementary type (via a data element or by directly specifying the data type and length in the structure definition), another structure or a table type. A structure can therefore be nested to any depth&lt;/P&gt;&lt;P&gt;Tables can be defined independently of the database in the ABAP Dictionary. The fields of the table are defined with their (database-independent) data types and lengths.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When the table is activated, a physical table definition is created in the database for the table definition stored in the ABAP Dictionary. The table definition is translated from the ABAP Dictionary to a definition of the particular database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;kiran kumar k&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 15 Mar 2007 05:50:08 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-03-15T05:50:08Z</dc:date>
    <item>
      <title>diff b/w tables and structures</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diff-b-w-tables-and-structures/m-p/2045905#M421278</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;plz can any one send the diff b/w tables and structures...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 10 Mar 2007 16:11:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diff-b-w-tables-and-structures/m-p/2045905#M421278</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-10T16:11:45Z</dc:date>
    </item>
    <item>
      <title>Re: diff b/w tables and structures</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diff-b-w-tables-and-structures/m-p/2045906#M421279</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Tables reside in the database &amp;amp; hold the data whereas structures help holding one record at a time during the runtime.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;~Suresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 10 Mar 2007 16:17:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diff-b-w-tables-and-structures/m-p/2045906#M421279</guid>
      <dc:creator>suresh_datti</dc:creator>
      <dc:date>2007-03-10T16:17:55Z</dc:date>
    </item>
    <item>
      <title>Re: diff b/w tables and structures</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diff-b-w-tables-and-structures/m-p/2045907#M421280</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;the main difference between table and a structure is database base table lie on the underlying layer of the sap database where as structure doest not,&lt;/P&gt;&lt;P&gt;database table occupy memory but where as structure does not.&lt;/P&gt;&lt;P&gt;hope the answer the question.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;fareed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 10 Mar 2007 16:24:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diff-b-w-tables-and-structures/m-p/2045907#M421280</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-10T16:24:35Z</dc:date>
    </item>
    <item>
      <title>Re: diff b/w tables and structures</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diff-b-w-tables-and-structures/m-p/2045908#M421281</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 table can contain multiple number of records in it ( as it is alloted with memory ) but a ABAP Dictionary Structure cannot hold any value with it ( as it doesnot have any memory allocated ).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A structure will however be allocated memory in an ABAP program, and this is during the run-time of the program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope I am clear..&lt;/P&gt;&lt;P&gt;Ask again if the answer is not clear, else close the Thread.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 10 Mar 2007 17:04:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diff-b-w-tables-and-structures/m-p/2045908#M421281</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-10T17:04:33Z</dc:date>
    </item>
    <item>
      <title>Re: diff b/w tables and structures</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diff-b-w-tables-and-structures/m-p/2045909#M421282</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;&amp;lt;b&amp;gt;Tables:&amp;lt;/b&amp;gt;a physical table definition is created in the database for the table&lt;/P&gt;&lt;P&gt;          definition stored in the ABAP Dictionary.&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Structures:&amp;lt;/b&amp;gt;Structures are used to define the data at the interface of module pools    and screens and to define the parameter types of function modules.&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;MD&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 11 Mar 2007 18:03:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diff-b-w-tables-and-structures/m-p/2045909#M421282</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-11T18:03:53Z</dc:date>
    </item>
    <item>
      <title>Re: diff b/w tables and structures</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diff-b-w-tables-and-structures/m-p/2045910#M421283</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi kota sandy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In general, Data / information should be stored for future use.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tables : &lt;/P&gt;&lt;P&gt;1. The place where the data is stored so that you can retrieve at any time. &lt;/P&gt;&lt;P&gt;2. There can be more than one record stored&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Structures : &lt;/P&gt;&lt;P&gt;1. The data / info stays only during the runtime of the application  and will not get stored at all during the run time ....&lt;/P&gt;&lt;P&gt;2. Only one record can be stored at the runtime .....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this also adds to the replies from other friends &lt;SPAN __jive_emoticon_name="wink"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers &lt;SPAN __jive_emoticon_name="wink"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Kripa Rangachari.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Mar 2007 04:18:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diff-b-w-tables-and-structures/m-p/2045910#M421283</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-12T04:18:06Z</dc:date>
    </item>
    <item>
      <title>Re: diff b/w tables and structures</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diff-b-w-tables-and-structures/m-p/2045911#M421284</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanx a lot..i know this diff..can u still explain me with an example..so that i ll b more clear...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Mar 2007 04:44:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diff-b-w-tables-and-structures/m-p/2045911#M421284</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-12T04:44:30Z</dc:date>
    </item>
    <item>
      <title>Re: diff b/w tables and structures</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diff-b-w-tables-and-structures/m-p/2045912#M421285</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;Example....&lt;/P&gt;&lt;P&gt;Say iam creating from SE11 (ABAP Dictionary) a,&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;1. Table "ZTABLE" &amp;lt;/b&amp;gt; and its fields are ....&lt;/P&gt;&lt;P&gt;1. Field1&lt;/P&gt;&lt;P&gt;2. Field2&lt;/P&gt;&lt;P&gt;3. Field3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;2. Structure "ZSTRU&amp;lt;/b&amp;gt; and its fields are .....&lt;/P&gt;&lt;P&gt;1. Field1&lt;/P&gt;&lt;P&gt;2. Field2&lt;/P&gt;&lt;P&gt;3. Field3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have written a program in which i have declared as follows :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="--------------" /&gt;&lt;P&gt; COde -&lt;/P&gt;&lt;HR originaltext="----------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Tables: ZTABLE,&lt;/P&gt;&lt;P&gt;2. Data : ls_zstru type zstru&lt;/P&gt;&lt;P&gt;          lt_zstru type table of zstru.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, u can use this "ls_zstru" and append one by one row to the main table "ZTABLE". &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;like. ... &lt;/P&gt;&lt;P&gt;Loop at lt_zstru into ls_zstru.&lt;/P&gt;&lt;P&gt;.....&lt;/P&gt;&lt;P&gt;......&lt;/P&gt;&lt;P&gt;append ls_zstru to lt_zstru.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Update .... ztable from lt_zstru.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="--------------" /&gt;&lt;P&gt; COde -&lt;/P&gt;&lt;HR originaltext="----------------------" /&gt;&lt;P&gt;Now, u can see that .... using the structure u can operate or work with ONE record per time and that too the record will be accessed / filled only at the runtime.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where as u can append any number of entries to the table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps &lt;SPAN __jive_emoticon_name="wink"&gt;&lt;/SPAN&gt; If not,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please tell us, What kind of info you need on this ? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers &lt;SPAN __jive_emoticon_name="wink"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Kripa Rangachari.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kripa Rangachari&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Mar 2007 05:04:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diff-b-w-tables-and-structures/m-p/2045912#M421285</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-12T05:04:25Z</dc:date>
    </item>
    <item>
      <title>Re: diff b/w tables and structures</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diff-b-w-tables-and-structures/m-p/2045913#M421286</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;  table is an entity.that saves the data in a specified reference structure format.&lt;/P&gt;&lt;P&gt;but the structure is not able to effect data saving format in data base by it's own.&lt;/P&gt;&lt;P&gt;structure is defined in dictionary level itself.In relational data base the data is saved in table format and relations are saved in data base itself.but the sap environment makes some more distinct feature that it creates in dictionsary it self.&lt;/P&gt;&lt;P&gt;such that with central administration of data and synchronized with workbench.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  i hope that this example helps u alot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  DATA: BEGIN OF line,&lt;/P&gt;&lt;P&gt;        col1(1) TYPE c,&lt;/P&gt;&lt;P&gt;        col2(1) TYPE c,&lt;/P&gt;&lt;P&gt;      END OF line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: etab LIKE TABLE OF line WITH HEADER LINE,&lt;/P&gt;&lt;P&gt;      ftab1 LIKE TABLE OF line.&lt;/P&gt;&lt;P&gt;line is a structure which is not created in data base level.&lt;/P&gt;&lt;P&gt;etab is a table of line structure but after activation it saves that structure in data base it self.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        sunil kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Mar 2007 05:46:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diff-b-w-tables-and-structures/m-p/2045913#M421286</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-12T05:46:51Z</dc:date>
    </item>
    <item>
      <title>Re: diff b/w tables and structures</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diff-b-w-tables-and-structures/m-p/2045914#M421287</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;1) Tables: It will store data and have the relation with the underlaying database&lt;/P&gt;&lt;P&gt;Has Primary key and foreign key &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Structure: It don't have data and no reelation with the database. No such keys&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) Table is a table that has been created in the database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) 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;&lt;/P&gt;&lt;P&gt;Just have a look at these links:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="41480"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;/people/rich.heilman2/blog/2005/07/27/dynamic-internal-tables-and-structures--abap&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="320376"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.sdn.sap.com/irj/sdn/advancedsearch?query=table%20and%20structure&amp;amp;cat=sdn_all" target="test_blank"&gt;https://www.sdn.sap.com/irj/sdn/advancedsearch?query=table%20and%20structure&amp;amp;cat=sdn_all&lt;/A&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;Gunasree.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Mar 2007 12:24:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diff-b-w-tables-and-structures/m-p/2045914#M421287</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-12T12:24:36Z</dc:date>
    </item>
    <item>
      <title>Re: diff b/w tables and structures</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diff-b-w-tables-and-structures/m-p/2045915#M421288</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hiii there are a lot of diiferences between tables and structures to name a few,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. tables have a meta data (ie structure) and data but structures only have meta data. meta bata means the fields (matnr,mtart etc in material master)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2 tables hold some memory in data base, structures practically doesnot,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. tables can have multiple lines but structures have only one,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in short structures are line a table header with only one row,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i hope now its clear&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Mar 2007 13:37:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diff-b-w-tables-and-structures/m-p/2045915#M421288</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-12T13:37:21Z</dc:date>
    </item>
    <item>
      <title>Re: diff b/w tables and structures</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diff-b-w-tables-and-structures/m-p/2045916#M421289</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 is a blueprint or skeleton it won't hold values it is aline type of table.Defining a single structure we can create multiple number of tables.These can't be created but defined since these don't have any memory pointers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table is an abject it points to memory it holds values u can Define a structure with the linetype of the table.Tables are physical existing entities.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Think is helpful for u&lt;/P&gt;&lt;P&gt;Reward if found helpfull.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi Kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Mar 2007 13:08:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diff-b-w-tables-and-structures/m-p/2045916#M421289</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-14T13:08:24Z</dc:date>
    </item>
    <item>
      <title>Re: diff b/w tables and structures</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diff-b-w-tables-and-structures/m-p/2045917#M421290</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;In viewing them there is a very little difference. Bcos a table is a description of actual data base i.e., it is a structure of a table in the database,,,,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Neverthless the major difference between them is :-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A table has an underlying database assaociated with it but a structure doesn't.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;do reward the helpful answers..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Mar 2007 04:34:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diff-b-w-tables-and-structures/m-p/2045917#M421290</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-15T04:34:15Z</dc:date>
    </item>
    <item>
      <title>Re: diff b/w tables and structures</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diff-b-w-tables-and-structures/m-p/2045918#M421291</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt; A structure forms the skeleton of the table.&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;  A structure comprises components i.e., fields. Types are defined for the components A component can refer to an elementary type (via a data element or by directly specifying the data type and length in the structure definition), another structure or a table type. A structure can therefore be nested to any depth&lt;/P&gt;&lt;P&gt;Tables can be defined independently of the database in the ABAP Dictionary. The fields of the table are defined with their (database-independent) data types and lengths.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When the table is activated, a physical table definition is created in the database for the table definition stored in the ABAP Dictionary. The table definition is translated from the ABAP Dictionary to a definition of the particular database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;kiran kumar k&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Mar 2007 05:50:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diff-b-w-tables-and-structures/m-p/2045918#M421291</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-15T05:50:08Z</dc:date>
    </item>
    <item>
      <title>Re: diff b/w tables and structures</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diff-b-w-tables-and-structures/m-p/2045919#M421292</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 : it does not contain any value.&lt;/P&gt;&lt;P&gt;                        You can create multple table fields.&lt;/P&gt;&lt;P&gt;                        It has no memory space.&lt;/P&gt;&lt;P&gt;TABLES: It hold data.&lt;/P&gt;&lt;P&gt;               Different types of tables like Transparent,pooled....&lt;/P&gt;&lt;P&gt;               All tables are containted memory....&lt;/P&gt;&lt;P&gt;            &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Mar 2007 06:38:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diff-b-w-tables-and-structures/m-p/2045919#M421292</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-15T06:38:40Z</dc:date>
    </item>
  </channel>
</rss>

