<?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 non unique key? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/non-unique-key/m-p/10478596#M1850006</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am little confused abut non-unique key?&lt;/P&gt;&lt;P&gt;how to create and call with internal table?&lt;/P&gt;&lt;P&gt;please brief me with example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;vikash&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 16 Aug 2014 06:13:37 GMT</pubDate>
    <dc:creator>vikash_pathak</dc:creator>
    <dc:date>2014-08-16T06:13:37Z</dc:date>
    <item>
      <title>non unique key?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/non-unique-key/m-p/10478596#M1850006</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am little confused abut non-unique key?&lt;/P&gt;&lt;P&gt;how to create and call with internal table?&lt;/P&gt;&lt;P&gt;please brief me with example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;vikash&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 16 Aug 2014 06:13:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/non-unique-key/m-p/10478596#M1850006</guid>
      <dc:creator>vikash_pathak</dc:creator>
      <dc:date>2014-08-16T06:13:37Z</dc:date>
    </item>
    <item>
      <title>Re: non unique key?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/non-unique-key/m-p/10478597#M1850007</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vikash,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We can use NON-Unique key tag on Standard and sorted internal tables... Name shows that key should not be unique..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Venkat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 16 Aug 2014 07:09:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/non-unique-key/m-p/10478597#M1850007</guid>
      <dc:creator>Venkat_Pendyala</dc:creator>
      <dc:date>2014-08-16T07:09:03Z</dc:date>
    </item>
    <item>
      <title>Re: non unique key?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/non-unique-key/m-p/10478598#M1850008</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;When we use key internal table it faster the searching process at the read process.So the key may be unique or non unique.&lt;SPAN style="color: #333333; font-family: Arial, Helvetica, sans-serif; font-size: 12px;"&gt;You can specify whether the key should be UNIQUE or NON-UNIQUE. Internal tables with a unique key cannot contain duplicate entries. The uniqueness depends on the table access method.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: Arial, Helvetica, sans-serif; font-size: 12px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px; font-family: Arial, Helvetica, sans-serif;"&gt;The user-defined key can contain any columns of the internal table that are not references or themselves internal tables. Internal tables with a user-defined key are called key tables. When you define the key, the sequence of the key fields is significant. You should remember this, for example, if you intend to sort the table according to the key.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/EN/fc/eb35de358411d1829f0000e829fbfe/content.htm" title="http://help.sap.com/saphelp_nw04/helpdata/EN/fc/eb35de358411d1829f0000e829fbfe/content.htm"&gt;Internal tables (SAP Library - ABAP Programming (BC-ABA))&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://zevolving.com/2013/03/abap-internal-table-secondary-key-performance-comparison/" title="http://zevolving.com/2013/03/abap-internal-table-secondary-key-performance-comparison/"&gt;ABAP Internal Table Secondary Key Performance comparison | ABAP Help Blog&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 16 Aug 2014 09:56:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/non-unique-key/m-p/10478598#M1850008</guid>
      <dc:creator>SwadhinGhatuary</dc:creator>
      <dc:date>2014-08-16T09:56:44Z</dc:date>
    </item>
  </channel>
</rss>

