<?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 differance between type table and structure in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/differance-between-type-table-and-structure/m-p/3685781#M887553</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;good day to all&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;differance between type table and structure&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 06 Apr 2008 18:20:59 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-04-06T18:20:59Z</dc:date>
    <item>
      <title>differance between type table and structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/differance-between-type-table-and-structure/m-p/3685781#M887553</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;good day to all&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;differance between type table and structure&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 06 Apr 2008 18:20:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/differance-between-type-table-and-structure/m-p/3685781#M887553</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-06T18:20:59Z</dc:date>
    </item>
    <item>
      <title>Re: differance between type table and structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/differance-between-type-table-and-structure/m-p/3685782#M887554</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 tabletype is a type for a multiline element. The fields in a line are specified by a structure. A structure sets the definition (the fields) of a line. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the declaration part.&lt;/P&gt;&lt;P&gt;Data: lt_table type zt_table . (where tt_table is a tabletype).&lt;/P&gt;&lt;P&gt;data: lt_table type table of zstr_table (where zstr_table is a structure).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps you,&lt;/P&gt;&lt;P&gt;Bert&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 06 Apr 2008 18:35:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/differance-between-type-table-and-structure/m-p/3685782#M887554</guid>
      <dc:creator>b_deterd2</dc:creator>
      <dc:date>2008-04-06T18:35:26Z</dc:date>
    </item>
    <item>
      <title>Re: differance between type table and structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/differance-between-type-table-and-structure/m-p/3685783#M887555</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Suresh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Table can store the data physically but a structure dose not store.&lt;/P&gt;&lt;P&gt;2. Table can have primary key but a structure dose not have.&lt;/P&gt;&lt;P&gt;3. Table can have the technical attribute but a structure dose not have.&lt;/P&gt;&lt;P&gt;4. Table can store more than one record,but not structure&lt;/P&gt;&lt;P&gt;5. A structure does not exist physically in the database, where as a table exists &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A structure is defined like a table in the ABAP Dictionary and can then be accessed from within ABAP programs. A change in the definition of the structure in the ABAP Dictionary automatically takes effect in all programs.&lt;/P&gt;&lt;P&gt;&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;&lt;/P&gt;&lt;P&gt;Hope its useful,&lt;/P&gt;&lt;P&gt;Ranjith.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 06 Apr 2008 20:22:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/differance-between-type-table-and-structure/m-p/3685783#M887555</guid>
      <dc:creator>former_member297642</dc:creator>
      <dc:date>2008-04-06T20:22:40Z</dc:date>
    </item>
  </channel>
</rss>

