<?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 -- Operations on it. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/hashed-table-operations-on-it/m-p/3285243#M785770</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kranthi,&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;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;&lt;/P&gt;&lt;P&gt;And,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://If" target="test_blank"&gt;http://If&lt;/A&gt; 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;kindly reward if found helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cheers,&lt;/P&gt;&lt;P&gt;Hema.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 21 Jan 2008 06:57:23 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-01-21T06:57:23Z</dc:date>
    <item>
      <title>Hashed table -- Operations on it.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hashed-table-operations-on-it/m-p/3285242#M785769</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;tell me any one way of inserting data in to hashed table,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and operations possible on the hashed table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jan 2008 06:53:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hashed-table-operations-on-it/m-p/3285242#M785769</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-21T06:53:58Z</dc:date>
    </item>
    <item>
      <title>Re: Hashed table -- Operations on it.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hashed-table-operations-on-it/m-p/3285243#M785770</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kranthi,&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;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;&lt;/P&gt;&lt;P&gt;And,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://If" target="test_blank"&gt;http://If&lt;/A&gt; 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;kindly reward if found helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cheers,&lt;/P&gt;&lt;P&gt;Hema.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jan 2008 06:57:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hashed-table-operations-on-it/m-p/3285243#M785770</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-21T06:57:23Z</dc:date>
    </item>
    <item>
      <title>Re: Hashed table -- Operations on it.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hashed-table-operations-on-it/m-p/3285244#M785771</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Take a look at this sample code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-basis-abap.com/abap/use-hashed-tables-to-improve-performance.htm" target="test_blank"&gt;http://www.sap-basis-abap.com/abap/use-hashed-tables-to-improve-performance.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It shows the different operations done on hashed tables.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jan 2008 07:02:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hashed-table-operations-on-it/m-p/3285244#M785771</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-21T07:02:09Z</dc:date>
    </item>
    <item>
      <title>Re: Hashed table -- Operations on it.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hashed-table-operations-on-it/m-p/3285245#M785772</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi..&lt;/P&gt;&lt;P&gt;About hashed table..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Defines the table as one that is managed with an internal hash procedure. You can imagine a hashed table as a set, whose elements you can address using their unique key. Unlike standard and sorted tables, you cannot access hash tables using an index. All entries in the table must have a unique key. Access time using the key is constant, regardless of the number of table entries. &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 oe 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;U can have other operations like MODIFY statement &lt;/P&gt;&lt;P&gt;APPEND, COLLECT, INSERT,  READ TABLE ..but&lt;/P&gt;&lt;P&gt;With all changing accesses to individual rows of sorted and &lt;STRONG&gt;hashed tables you must not change the content of the table key.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Sheeba&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jan 2008 07:04:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hashed-table-operations-on-it/m-p/3285245#M785772</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-21T07:04:31Z</dc:date>
    </item>
    <item>
      <title>Re: Hashed table -- Operations on it.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hashed-table-operations-on-it/m-p/3285246#M785773</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;then how does hashed table can be filled, before i read the same with many options you have given, it should have data before i copy it to some other internal table?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so how can it be filled?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my question is how to insert data into hashed internal table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jan 2008 07:07:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hashed-table-operations-on-it/m-p/3285246#M785773</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-21T07:07:07Z</dc:date>
    </item>
    <item>
      <title>Re: Hashed table -- Operations on it.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hashed-table-operations-on-it/m-p/3285247#M785774</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i want fill hash table expilcitly using work area not from select statement? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please suggest solution.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jan 2008 07:18:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hashed-table-operations-on-it/m-p/3285247#M785774</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-21T07:18:03Z</dc:date>
    </item>
    <item>
      <title>Re: Hashed table -- Operations on it.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hashed-table-operations-on-it/m-p/3285248#M785775</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i got the answer. points rewarded.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jan 2008 08:38:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hashed-table-operations-on-it/m-p/3285248#M785775</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-21T08:38:58Z</dc:date>
    </item>
    <item>
      <title>Re: Hashed table -- Operations on it.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hashed-table-operations-on-it/m-p/3285249#M785776</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thread is completed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jan 2008 08:46:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hashed-table-operations-on-it/m-p/3285249#M785776</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-21T08:46:34Z</dc:date>
    </item>
  </channel>
</rss>

