<?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: Table types? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-types/m-p/3192328#M760574</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for information.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;srihitha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 28 Dec 2007 10:58:54 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-12-28T10:58:54Z</dc:date>
    <item>
      <title>Table types?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-types/m-p/3192323#M760569</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;   What is the use of table types?In which situation we are using the standard table ,sorted table and hashed table?Any body explain with example.&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;Srihitha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Dec 2007 10:30:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-types/m-p/3192323#M760569</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-28T10:30:50Z</dc:date>
    </item>
    <item>
      <title>Re: Table types?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-types/m-p/3192324#M760570</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;table types can be used for defining tables in reports ,function modules,etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;standard is most commonly used.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hashed is used only in case of very large tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sorted usage depends on whether the table is sorted on key fields etc&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Dec 2007 10:33:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-types/m-p/3192324#M760570</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-28T10:33:32Z</dc:date>
    </item>
    <item>
      <title>Re: Table types?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-types/m-p/3192325#M760571</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;Table type&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    A table type is a type that describes the structure and functions of an&lt;/P&gt;&lt;P&gt;    internal table in the ABAP program. It can be used in the ABAP program&lt;/P&gt;&lt;P&gt;    analogously to types that are predefined in the ABAP program or defined&lt;/P&gt;&lt;P&gt;    directly in the ABAP program to define data objects and types.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    Table types can be used in the ABAP Dictionary to define structures&lt;/P&gt;&lt;P&gt;    (structured types) and other table types:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    o   A component of a structure can have a table type as type. This&lt;/P&gt;&lt;P&gt;        defines a structured type with a component that is a table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    o   A table type can be used as the row type of another table type. This&lt;/P&gt;&lt;P&gt;        defines a table of tables.&lt;/P&gt;&lt;P&gt;A table type describes the following attributes of an internal table:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;o   The structure and data type attributes of the table row are defined&lt;/P&gt;&lt;P&gt;    by the row type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;o   The key definition describes the structure of the table key.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;o   The key category defines whether the key is unique, that is if all&lt;/P&gt;&lt;P&gt;    the records of the table have different key values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;o   The access mode defines how the table is accessed and how its&lt;/P&gt;&lt;P&gt;    records are managed internally.&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;Pankaj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Dec 2007 10:35:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-types/m-p/3192325#M760571</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-28T10:35:32Z</dc:date>
    </item>
    <item>
      <title>Re: Table types?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-types/m-p/3192326#M760572</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;There are 3 types of internal tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;internal tables can be classified like below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INDEX NON-INDEX &lt;/P&gt;&lt;P&gt;STANDARD and SORTED HASHED&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Standard and sorted use indeces while hashed will not use index.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/abap/what-are-different-types-of-internal-tables-and-their-usage.htm" target="test_blank"&gt;http://www.sap-img.com/abap/what-are-different-types-of-internal-tables-and-their-usage.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;declaration:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TYPES: BEGIN OF TY_STUDENT,&lt;/P&gt;&lt;P&gt;SNO TYPE I,&lt;/P&gt;&lt;P&gt;SNAME(5),&lt;/P&gt;&lt;P&gt;END OF TY_STUDENT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: IT_STUDENT TYPE TABLE OF TY_STUDENT (STANDARD TABLE DECL)&lt;/P&gt;&lt;P&gt;DATA: IT_STUDENT TYPE SORTED TABEL OF TY_STUDENT (SORTED)&lt;/P&gt;&lt;P&gt;DATA: IT_STUDENT TYPE HASHED TABLE OF TY_STUDENT WITH KEY... (HASHED)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TYPES - tabkind &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Syntax &lt;/P&gt;&lt;P&gt;... { {STANDARD TABLE} &lt;/P&gt;&lt;P&gt;| {SORTED TABLE} &lt;/P&gt;&lt;P&gt;| {HASHED TABLE} &lt;/P&gt;&lt;P&gt;| {ANY TABLE} &lt;/P&gt;&lt;P&gt;| {INDEX TABLE} } ... . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Effect &lt;/P&gt;&lt;P&gt;Definition of the table type in an internal table. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can specify the non-generic table types standard table ( STANDARD TABLE), sorted table ( SORTED TABLE), and hashed table (HASHED TABLE), as well as the generic table types ANY TABLE and INDEX TABLE. The addition STANDARD is optional for standard tables. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The non-generic table types determine the internal administration and access type in the ABAP program for an internal table: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Standard tables are managed system-internally by a logical index. New rows are either attached to the table or added at certain positions. The table key or the index identify individual rows. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorted tables are managed by a logical index (like standard tables). The entries are listed in ascending order according to table key. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hashed tables are managed by a hash algorithm. There is no logical index. The entries are not ordered in the memory. The position of a row is calculated by specifying a key using a hash function. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The generic table types define a generic table type that can only be used for typing formal parameters and field symbols: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ANY TABLE includes all table types. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INDEX TABLE includes all standard tables and sorted tables. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Lalit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Dec 2007 10:36:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-types/m-p/3192326#M760572</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-28T10:36:17Z</dc:date>
    </item>
    <item>
      <title>Re: Table types?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-types/m-p/3192327#M760573</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for information.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;srihitha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Dec 2007 10:55:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-types/m-p/3192327#M760573</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-28T10:55:31Z</dc:date>
    </item>
    <item>
      <title>Re: Table types?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-types/m-p/3192328#M760574</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for information.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;srihitha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Dec 2007 10:58:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-types/m-p/3192328#M760574</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-28T10:58:54Z</dc:date>
    </item>
  </channel>
</rss>

