<?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: Hashed table. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/hashed-table/m-p/3124155#M741983</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;You can only access a hashed table using the generic key operations or other generic operations (SORT, LOOP, and so on). Explicit or implicit index operations (such as LOOP ... FROM to INSERT itab within a LOOP) are not allowed."  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hashed table is useful when your have to work with very big internal table and to read it with  &lt;/P&gt;&lt;P&gt;"READ TABLE WITH KEY ..."  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Access time using the key is constant, regardless of the number of table entries&amp;lt;/b&amp;gt;. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Maha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 23 Nov 2007 14:36:36 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-11-23T14:36:36Z</dc:date>
    <item>
      <title>Hashed table.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hashed-table/m-p/3124151#M741979</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to read next record in  hashed table.&lt;/P&gt;&lt;P&gt;I cant use sy-index here.So how to read a next line.&lt;/P&gt;&lt;P&gt;I cant use with key also since its a dynamic one .&lt;/P&gt;&lt;P&gt;i set a counter &amp;amp; found the line number but how to read tht record using tht  line number.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can any one help me..&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Nov 2007 14:07:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hashed-table/m-p/3124151#M741979</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-23T14:07:14Z</dc:date>
    </item>
    <item>
      <title>Re: Hashed table.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hashed-table/m-p/3124152#M741980</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's only 1 question yet, why are you using hashed table then? Use standard one instead...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Tamá&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Nov 2007 14:20:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hashed-table/m-p/3124152#M741980</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-23T14:20:27Z</dc:date>
    </item>
    <item>
      <title>Re: Hashed table.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hashed-table/m-p/3124153#M741981</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in the function module its declared as a dynamic hashed table.&lt;/P&gt;&lt;P&gt;if i use standard table i cant modify the data &amp;amp; pass it to the FM it throws type compatibility error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope u understood..&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;Maya.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Nov 2007 14:23:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hashed-table/m-p/3124153#M741981</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-23T14:23:28Z</dc:date>
    </item>
    <item>
      <title>Re: Hashed table.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hashed-table/m-p/3124154#M741982</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 does not make sense to read the next record in a hashed table. The order in the hashed table is irrelevant, you must come with the table key, so always read with table key, even if the table is just increased somehow.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Siegfried&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Nov 2007 14:29:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hashed-table/m-p/3124154#M741982</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-23T14:29:09Z</dc:date>
    </item>
    <item>
      <title>Re: Hashed table.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hashed-table/m-p/3124155#M741983</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;You can only access a hashed table using the generic key operations or other generic operations (SORT, LOOP, and so on). Explicit or implicit index operations (such as LOOP ... FROM to INSERT itab within a LOOP) are not allowed."  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hashed table is useful when your have to work with very big internal table and to read it with  &lt;/P&gt;&lt;P&gt;"READ TABLE WITH KEY ..."  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Access time using the key is constant, regardless of the number of table entries&amp;lt;/b&amp;gt;. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Maha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Nov 2007 14:36:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hashed-table/m-p/3124155#M741983</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-23T14:36:36Z</dc:date>
    </item>
    <item>
      <title>Re: Hashed table.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hashed-table/m-p/3124156#M741984</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;[If its possible to declare a standard table with same type as hashed table.]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Move your data to a standard table with the same Type as your dynamic hashed table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tb_stand[] = tb_hash[].&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And access the records of the standard table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward Points if useful.&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;Abhishek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Nov 2007 18:07:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hashed-table/m-p/3124156#M741984</guid>
      <dc:creator>former_member195698</dc:creator>
      <dc:date>2007-11-23T18:07:39Z</dc:date>
    </item>
  </channel>
</rss>

