<?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: standard table, sorted table &amp; hashed table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/standard-table-sorted-table-hashed-table/m-p/1336455#M170755</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;With SORTED APPEND will not work. You will have to use the INSERT command.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the table strucutres are same&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INSERT lines of tab1 to sorted_Tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If NOT, then you will have to build the work area for the SORTED tab, and then do a INSERT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For HASHED, append also should work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note - Please mark the helpful answers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 28 Apr 2006 05:24:57 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-04-28T05:24:57Z</dc:date>
    <item>
      <title>standard table, sorted table &amp; hashed table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/standard-table-sorted-table-hashed-table/m-p/1336454#M170754</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;how can i transfer a standard table into sorted table ( and hashed table ).thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Apr 2006 05:21:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/standard-table-sorted-table-hashed-table/m-p/1336454#M170754</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-28T05:21:09Z</dc:date>
    </item>
    <item>
      <title>Re: standard table, sorted table &amp; hashed table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/standard-table-sorted-table-hashed-table/m-p/1336455#M170755</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;With SORTED APPEND will not work. You will have to use the INSERT command.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the table strucutres are same&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INSERT lines of tab1 to sorted_Tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If NOT, then you will have to build the work area for the SORTED tab, and then do a INSERT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For HASHED, append also should work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note - Please mark the helpful answers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Apr 2006 05:24:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/standard-table-sorted-table-hashed-table/m-p/1336455#M170755</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-28T05:24:57Z</dc:date>
    </item>
    <item>
      <title>Re: standard table, sorted table &amp; hashed table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/standard-table-sorted-table-hashed-table/m-p/1336456#M170756</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mao,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;YOu can try this -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Loop at the standard table into a work area.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use the &amp;lt;b&amp;gt;insert&amp;lt;/b&amp;gt; command to add entries to sorted / hashed tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Aniket&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Apr 2006 05:30:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/standard-table-sorted-table-hashed-table/m-p/1336456#M170756</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-28T05:30:04Z</dc:date>
    </item>
    <item>
      <title>Re: standard table, sorted table &amp; hashed table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/standard-table-sorted-table-hashed-table/m-p/1336457#M170757</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you can copy the tables directly and abap will take care of it,&lt;/P&gt;&lt;P&gt;data t_standard_t type standard table of mara.&lt;/P&gt;&lt;P&gt;data t_sorted_t type sorted table of mara with unique key matnr.&lt;/P&gt;&lt;P&gt;select * from mara up to 10 rows into corresponding fields of table t_standard_t.&lt;/P&gt;&lt;P&gt;t_sorted_t[] = t_standard_t[].&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Apr 2006 05:30:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/standard-table-sorted-table-hashed-table/m-p/1336457#M170757</guid>
      <dc:creator>former_member186741</dc:creator>
      <dc:date>2006-04-28T05:30:31Z</dc:date>
    </item>
    <item>
      <title>Re: standard table, sorted table &amp; hashed table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/standard-table-sorted-table-hashed-table/m-p/1336458#M170758</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks for all of your replys . &amp;lt;b&amp;gt;problem solved&amp;lt;/b&amp;gt;. haha!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Apr 2006 05:42:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/standard-table-sorted-table-hashed-table/m-p/1336458#M170758</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-28T05:42:55Z</dc:date>
    </item>
  </channel>
</rss>

