<?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: Dictionary in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/dictionary/m-p/1474030#M222454</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Praveen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Structures are just a skeleton of the data. It is how the data is being stored. The structure consists of fields with certain data characteristics. Tables actuall store the data in the database, in some cases, tables can "include" structures, which is just defining how the table looks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Laxmi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 17 Aug 2006 09:16:19 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-08-17T09:16:19Z</dc:date>
    <item>
      <title>Dictionary</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dictionary/m-p/1474024#M222448</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is exactly difference between Tables &amp;amp; Structures.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Aug 2006 09:11:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dictionary/m-p/1474024#M222448</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-17T09:11:08Z</dc:date>
    </item>
    <item>
      <title>Re: Dictionary</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dictionary/m-p/1474025#M222449</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Tables can hold data, Structures cannot hold data.At the max, they can hold one record at run time.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Aug 2006 09:13:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dictionary/m-p/1474025#M222449</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-17T09:13:03Z</dc:date>
    </item>
    <item>
      <title>Re: Dictionary</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dictionary/m-p/1474026#M222450</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.&lt;/P&gt;&lt;P&gt;Tables can store multiple records whereas structure can save only a single record at any given point of time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.&lt;/P&gt;&lt;P&gt;Structure does not store data in database. It only stores data during runtime, whereas you can store data in database through tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Prashant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Aug 2006 09:14:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dictionary/m-p/1474026#M222450</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-17T09:14:27Z</dc:date>
    </item>
    <item>
      <title>Re: Dictionary</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dictionary/m-p/1474027#M222451</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 &amp;lt;b&amp;gt;Table&amp;lt;/b&amp;gt; can hold more than one record at a time, where as &amp;lt;b&amp;gt;structure&amp;lt;/b&amp;gt; can hold only one record at a time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sowjanya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Aug 2006 09:14:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dictionary/m-p/1474027#M222451</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-17T09:14:27Z</dc:date>
    </item>
    <item>
      <title>Re: Dictionary</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dictionary/m-p/1474028#M222452</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Tables are: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;Structures are:&lt;/P&gt;&lt;P&gt;Append structures are used for enhancements that are not included in the standard. This includes special developments, country versions and adding customer fields to any tables. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;An append structure is a structure that is assigned to exactly one table. There can be more than one append structure for a table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When a table is activated, all the append structures of the table are searched and the fields in these append structures are added to the table. If an append structure is created or changed, the table assigned to it is also adjusted to these changes when the append structure is activated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since the order of the fields in the ABAP Dictionary can differ from the order of the fields in the database, adding append structures and inserting fields in such append structures does not result in a table conversion.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The customer creates append structures in the customer namespace. The append structure is thus protected against overwriting during an upgrade. The fields in the append structure should also lie in the customer namespace, that is the field names should begin with ZZ or YY. This prevents name conflicts with fields inserted in the table by SAP. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The new versions of the standard tables are imported after an upgrade, and the fields contained in the append structures are added to the new standard tables at activation.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Aug 2006 09:15:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dictionary/m-p/1474028#M222452</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-17T09:15:28Z</dc:date>
    </item>
    <item>
      <title>Re: Dictionary</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dictionary/m-p/1474029#M222453</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 is similar to a Table that do not have any contents. It is like Table or View without any records.&lt;/P&gt;&lt;P&gt;The basic difference between Structure and the Table is that the Structure does not exist at the underlying data base level. Structure exists as Definition in the Dictionary.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A Table is a two dimensional data matrix.&lt;/P&gt;&lt;P&gt;A Table contains Rows and Columns.  &lt;/P&gt;&lt;P&gt;Rows contain Records while Column contains Fields.  &lt;/P&gt;&lt;P&gt;A Table contains zero or multiple Records.&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;Sailaja.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Aug 2006 09:15:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dictionary/m-p/1474029#M222453</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-17T09:15:53Z</dc:date>
    </item>
    <item>
      <title>Re: Dictionary</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dictionary/m-p/1474030#M222454</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Praveen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Structures are just a skeleton of the data. It is how the data is being stored. The structure consists of fields with certain data characteristics. Tables actuall store the data in the database, in some cases, tables can "include" structures, which is just defining how the table looks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Laxmi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Aug 2006 09:16:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dictionary/m-p/1474030#M222454</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-17T09:16:19Z</dc:date>
    </item>
    <item>
      <title>Re: Dictionary</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dictionary/m-p/1474031#M222455</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;u can say that structure is an user defined data type&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Aug 2006 09:21:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dictionary/m-p/1474031#M222455</guid>
      <dc:creator>hymavathi_oruganti</dc:creator>
      <dc:date>2006-08-17T09:21:59Z</dc:date>
    </item>
    <item>
      <title>Re: Dictionary</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dictionary/m-p/1474032#M222456</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) Memory is allocated for Tables.&lt;/P&gt;&lt;P&gt;2) Contains data specific only to that table.&lt;/P&gt;&lt;P&gt;3) Tables Hold available data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Structure does not hold any memory.&lt;/P&gt;&lt;P&gt;2) Structure had contain a combination of tables.&lt;/P&gt;&lt;P&gt;3) Does not hold any data, jus the structure is obtained when we use the keyword STRUCTURE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thx&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Dec 2006 08:59:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dictionary/m-p/1474032#M222456</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-12T08:59:52Z</dc:date>
    </item>
    <item>
      <title>Re: Dictionary</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dictionary/m-p/1474033#M222457</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 can hold data  .                 &lt;/P&gt;&lt;P&gt;2) Tables can have another structure appended&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Structures cannot hold data.&lt;/P&gt;&lt;P&gt;2) Structure can be a combination of different tables.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Dec 2006 09:24:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dictionary/m-p/1474033#M222457</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-12T09:24:31Z</dc:date>
    </item>
    <item>
      <title>Re: Dictionary</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dictionary/m-p/1474034#M222458</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;  Tables&amp;lt;/b&amp;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;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;A table definition in the ABAP Dictionary contains the following components:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table fields define the field names and data types of the fields contained in the table &lt;/P&gt;&lt;P&gt;Foreign keys define the relationships between the table and other tables. &lt;/P&gt;&lt;P&gt;Technical settings control how the table should be created in the database. &lt;/P&gt;&lt;P&gt;Indexes: To speed up data selection, secondary indexes can be created for the table&lt;/P&gt;&lt;P&gt;The customer can modify SAP tables with append structures and customizing includes. This kind of modification ensures that the customer enhancements are automatically merged with the new versions of the SAP tables when there is a release upgrade.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Structure&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;A structure (structured type) comprises components (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;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;The central definition of structures that are used more than once makes it possible for them to be changed centrally. The active ABAP Dictionary then makes this change wherever required. ABAP programs or screen templates that use a structure are automatically adjusted when the structure is changed (see  Runtime Objects). This ensures the greatest possible consistency of the data definition, also for complex programs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are Flat, nested and deep structures. A flag structure only references elementary types. A nested structure references at least one further structure, but not a table type. A deep structure references at least one table type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In a database table, you can only include flat structures as  substructures.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vara&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Dec 2006 16:46:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dictionary/m-p/1474034#M222458</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-12T16:46:29Z</dc:date>
    </item>
    <item>
      <title>Re: Dictionary</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dictionary/m-p/1474035#M222459</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 consists of columns (data values of the same type) and rows (data records).A Table can hold more than one record at a time, where as structure can hold only one record at a time.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;Structures are used to define any user-defined types in the ABAP Dictionary. A structure has components that can themselves be structured, that is they can obtain their type from a structure or a table type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A structure is a sequence of any elementary types, reference types, or complex data types. You use structures in ABAP programs to group work areas that logically belong together. Since the elements of a structure can have any data type, structures can have a large range of uses&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tables are lines of Structures.The basic difference between Structure and the Table is that the Structure does not exist at the underlying data base level. Structure exists as Definition in the Dictionary.Tables will access database,but structures cannot access database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please go through these links:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;STRUCTURES:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;a href="http://help.sap.com/saphelp_nw04/helpdata/en/ac/3547360f2ea61fe10000009b38f839/frameset.htm"&amp;gt;http://help.sap.com/saphelp_nw04/helpdata/en/ac/3547360f2ea61fe10000009b38f839/frameset.htm&amp;lt;/a&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/advancedsearch?query=structures&amp;amp;cat=sdn_all"&amp;gt;https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/advancedsearch?query=structures&amp;amp;cat=sdn_all&amp;lt;/a&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TABLES:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/advancedsearch?query=what%20is%20table&amp;amp;cat=sdn_all"&amp;gt;https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/advancedsearch?query=what%20is%20table&amp;amp;cat=sdn_all&amp;lt;/a&amp;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;P&gt;&lt;/P&gt;&lt;P&gt;Please award marks for helpful answers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Dec 2006 08:35:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dictionary/m-p/1474035#M222459</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-14T08:35:08Z</dc:date>
    </item>
  </channel>
</rss>

