<?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 Define hashed table using database table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/define-hashed-table-using-database-table/m-p/1393060#M190799</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;I have a database table and would want to define a hashed table using this table structure, how would I do that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;RT&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 17 Jun 2006 00:40:53 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-06-17T00:40:53Z</dc:date>
    <item>
      <title>Define hashed table using database table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/define-hashed-table-using-database-table/m-p/1393060#M190799</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;I have a database table and would want to define a hashed table using this table structure, how would I do that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;RT&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 17 Jun 2006 00:40:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/define-hashed-table-using-database-table/m-p/1393060#M190799</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-17T00:40:53Z</dc:date>
    </item>
    <item>
      <title>Re: Define hashed table using database table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/define-hashed-table-using-database-table/m-p/1393061#M190800</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;DATA itab TYPE HASHED TABLE OF spfli &lt;/P&gt;&lt;P&gt;          WITH UNIQUE KEY carrid connid.&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, 17 Jun 2006 00:42:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/define-hashed-table-using-database-table/m-p/1393061#M190800</guid>
      <dc:creator>suresh_datti</dc:creator>
      <dc:date>2006-06-17T00:42:51Z</dc:date>
    </item>
    <item>
      <title>Re: Define hashed table using database table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/define-hashed-table-using-database-table/m-p/1393062#M190801</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rob,&lt;/P&gt;&lt;P&gt; The syntax is as follows,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; DATA ITAB TYPE HASHED TABLE OF SPFLI&lt;/P&gt;&lt;P&gt;               WITH UNIQUE KEY CARRID CONNID.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The table object ITAB has the type hashed table, a line type corresponding to the flat structure SPFLI from the ABAP Dictionary, and a unique key with the key fields CARRID and CONNID. The internal table ITAB can be regarded as an internal template for the database table SPFLI. It is therefore particularly suitable for working with data from this database table as long as you only access it using the key.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 17 Jun 2006 02:10:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/define-hashed-table-using-database-table/m-p/1393062#M190801</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-17T02:10:31Z</dc:date>
    </item>
  </channel>
</rss>

