<?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: differrences between structure and table in data dictionary in ABAP? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/differrences-between-structure-and-table-in-data-dictionary-in-abap/m-p/3342466#M801346</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This message was moderated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 07 Nov 2013 09:56:24 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2013-11-07T09:56:24Z</dc:date>
    <item>
      <title>differrences between structure and table in data dictionary in ABAP?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/differrences-between-structure-and-table-in-data-dictionary-in-abap/m-p/3342462#M801342</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is the differrences between structure and table in data dictionary in ABAP? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;are they same?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Feb 2008 18:12:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/differrences-between-structure-and-table-in-data-dictionary-in-abap/m-p/3342462#M801342</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-05T18:12:45Z</dc:date>
    </item>
    <item>
      <title>Re: differrences between structure and table in data dictionary in ABAP?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/differrences-between-structure-and-table-in-data-dictionary-in-abap/m-p/3342463#M801343</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Structure and table both are 2/2 matrices but there are many differences between table and structure. &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;&lt;/P&gt;&lt;P&gt;structure does't contain technical attributes.&lt;/P&gt;&lt;P&gt;structure does't contain primary key.&lt;/P&gt;&lt;P&gt;structure does't stores underline database level.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;_____________&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please register with your name. thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Feb 2008 18:17:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/differrences-between-structure-and-table-in-data-dictionary-in-abap/m-p/3342463#M801343</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-05T18:17:28Z</dc:date>
    </item>
    <item>
      <title>Re: differrences between structure and table in data dictionary in ABAP?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/differrences-between-structure-and-table-in-data-dictionary-in-abap/m-p/3342464#M801344</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&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;&lt;STRONG&gt;A structure forms the skeleton of the table.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;A structure&lt;/STRONG&gt; 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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Feb 2008 18:52:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/differrences-between-structure-and-table-in-data-dictionary-in-abap/m-p/3342464#M801344</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-05T18:52:22Z</dc:date>
    </item>
    <item>
      <title>Re: differrences between structure and table in data dictionary in ABAP?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/differrences-between-structure-and-table-in-data-dictionary-in-abap/m-p/3342465#M801345</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 does not exist physically in the database, where as a table exists i.e Data in tables is stored on the database and structures only contain data temporarily during program runtime.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, a structure can at a time contain only one record,but a table can have many records in it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Structures are defined (almost) exactly like tables; the only difference is that no database tables are generated from them.&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;Hope its useful,&lt;/P&gt;&lt;P&gt;Sravani&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Feb 2008 19:37:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/differrences-between-structure-and-table-in-data-dictionary-in-abap/m-p/3342465#M801345</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-05T19:37:58Z</dc:date>
    </item>
    <item>
      <title>Re: differrences between structure and table in data dictionary in ABAP?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/differrences-between-structure-and-table-in-data-dictionary-in-abap/m-p/3342466#M801346</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This message was moderated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Nov 2013 09:56:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/differrences-between-structure-and-table-in-data-dictionary-in-abap/m-p/3342466#M801346</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-11-07T09:56:24Z</dc:date>
    </item>
  </channel>
</rss>

