<?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: who does hash algorithm work? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/who-does-hash-algorithm-work/m-p/4106857#M982108</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;The hash algorithm is built up by the system automatically. You don't have to care about that, you just have to define the internal table TYPE HASHED.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;P&gt;ec&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Jun 2008 12:23:24 GMT</pubDate>
    <dc:creator>JozsefSzikszai</dc:creator>
    <dc:date>2008-06-25T12:23:24Z</dc:date>
    <item>
      <title>who does hash algorithm work?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/who-does-hash-algorithm-work/m-p/4106856#M982107</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;READ staments in ABAP use a hash algorithm to search information in a hashed internal table, and the runtime is independent of the number of table entries.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, Who does hash algorithm work?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jun 2008 12:21:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/who-does-hash-algorithm-work/m-p/4106856#M982107</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-25T12:21:17Z</dc:date>
    </item>
    <item>
      <title>Re: who does hash algorithm work?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/who-does-hash-algorithm-work/m-p/4106857#M982108</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;The hash algorithm is built up by the system automatically. You don't have to care about that, you just have to define the internal table TYPE HASHED.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;P&gt;ec&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jun 2008 12:23:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/who-does-hash-algorithm-work/m-p/4106857#M982108</guid>
      <dc:creator>JozsefSzikszai</dc:creator>
      <dc:date>2008-06-25T12:23:24Z</dc:date>
    </item>
    <item>
      <title>Re: who does hash algorithm work?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/who-does-hash-algorithm-work/m-p/4106858#M982109</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;read about hash functions in wikipedia or something similar, these are special functions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A hash function can calculate from the key the address (line number) where the record is stored. Every insert changes the function a bit, access is like an index access only slightly slower as the calculation takes also time, we are talking of some microseconds.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need to know the complete key, otherwise iit will noot work at all, and the read will scan the full table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Siegfried&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jun 2008 13:33:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/who-does-hash-algorithm-work/m-p/4106858#M982109</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-25T13:33:47Z</dc:date>
    </item>
    <item>
      <title>Re: who does hash algorithm work?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/who-does-hash-algorithm-work/m-p/4106859#M982110</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="http://fr.wikipedia.org/wiki/Table_de_hachage#Fonction_de_Hachage" target="test_blank"&gt;http://fr.wikipedia.org/wiki/Table_de_hachage#Fonction_de_Hachage&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jun 2008 13:49:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/who-does-hash-algorithm-work/m-p/4106859#M982110</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-25T13:49:50Z</dc:date>
    </item>
  </channel>
</rss>

