<?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: unique index in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/unique-index/m-p/4634192#M1091254</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;why do we create unique index if primary index is there because primary index is also uniquely identify a record in a table and doesnt permit duplicate records.so what is the significance of unique index ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: shweta gupta on Oct 13, 2008 7:52 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 13 Oct 2008 05:51:55 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-10-13T05:51:55Z</dc:date>
    <item>
      <title>unique index</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unique-index/m-p/4634189#M1091251</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i wanna know that what is the significance of unique index if primary index is already there?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;shweta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Oct 2008 05:28:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unique-index/m-p/4634189#M1091251</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-13T05:28:28Z</dc:date>
    </item>
    <item>
      <title>Re: unique index</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unique-index/m-p/4634190#M1091252</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shweta,&lt;/P&gt;&lt;P&gt;Welcome to SDN  !!!.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In SAP basically there are two types of indexes are there&lt;/P&gt;&lt;P&gt;Primary Index &lt;/P&gt;&lt;P&gt;Secondary Index.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Primary Index: This is basically bydefault key which is used to identify any instance of record.&lt;/P&gt;&lt;P&gt;But there are other cases where you need to identify the record on the basis of non key value in that case we use the Secondary index...&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;Chidanand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Oct 2008 05:31:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unique-index/m-p/4634190#M1091252</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-13T05:31:53Z</dc:date>
    </item>
    <item>
      <title>Re: unique index</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unique-index/m-p/4634191#M1091253</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shweta,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;An entry in an index can refer to several records that have the same values for the index fields. &lt;STRONG&gt;A unique index does not permit these multiple entries.&lt;/STRONG&gt; The index fields of a unique index thus have key function, that is they already uniquely identify each record of the table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;The primary index of a table is always a unique index since the index fields form the key of the table, uniquely identifying each data record.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can define a secondary index as a unique index when you create it. This ensures that there are no double records in the table fields contained in the index. An attempt to maintain an entry violating this condition in the table results in termination due to a database error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the index fields represent the primary keys of the table, that is, if they already uniquely identify each record of the table, the index is referred to as an &lt;STRONG&gt;unique index&lt;/STRONG&gt;. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For more details go through the links.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/erp2005_ehp_03/helpdata/EN/9b/c743f5b40711d194f900a0c929b3c3/frameset.htm" target="test_blank"&gt;http://help.sap.com/erp2005_ehp_03/helpdata/EN/9b/c743f5b40711d194f900a0c929b3c3/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/erp2005_ehp_03/helpdata/EN/c4/3a7187505211d189550000e829fbbd/frameset.htm" target="test_blank"&gt;http://help.sap.com/erp2005_ehp_03/helpdata/EN/c4/3a7187505211d189550000e829fbbd/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/erp2005_ehp_03/helpdata/EN/cc/7c58b369022e46b629bdd93d705c8c/frameset.htm" target="test_blank"&gt;http://help.sap.com/erp2005_ehp_03/helpdata/EN/cc/7c58b369022e46b629bdd93d705c8c/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Oct 2008 05:35:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unique-index/m-p/4634191#M1091253</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-13T05:35:33Z</dc:date>
    </item>
    <item>
      <title>Re: unique index</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unique-index/m-p/4634192#M1091254</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;why do we create unique index if primary index is there because primary index is also uniquely identify a record in a table and doesnt permit duplicate records.so what is the significance of unique index ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: shweta gupta on Oct 13, 2008 7:52 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Oct 2008 05:51:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unique-index/m-p/4634192#M1091254</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-13T05:51:55Z</dc:date>
    </item>
    <item>
      <title>Re: unique index</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unique-index/m-p/4634193#M1091255</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;  indexes r used for fetching data from tables faster....&lt;/P&gt;&lt;P&gt;  indexes r of two types : &lt;/P&gt;&lt;P&gt;=&amp;gt;primary&lt;/P&gt;&lt;P&gt;=&amp;gt;secondary&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; suppose a primary index has two fields and in ur select query u r using that primary index(by using those two fields in ur where clause of select statement),then the search in the tables w.r.t. select query will be faster as index comes into place...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  if ur where clause in select statement doesn't corresponds to an index,one can create a secondary index,THIS WHERE THE QUESTION OF UNIQUE INDEX COMES&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: siddharth kumar on Oct 13, 2008 7:59 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Oct 2008 05:56:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unique-index/m-p/4634193#M1091255</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-13T05:56:26Z</dc:date>
    </item>
    <item>
      <title>Re: unique index</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unique-index/m-p/4634194#M1091256</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shweta,&lt;/P&gt;&lt;P&gt;                Good question, the primary Index is also a unique index but can only contain the all key fields of the table where as you can define a unique index by using any combination of fields in the table (which is nothing but sec index)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Hussain&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Oct 2008 05:57:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unique-index/m-p/4634194#M1091256</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-13T05:57:35Z</dc:date>
    </item>
    <item>
      <title>Re: unique index</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unique-index/m-p/4634195#M1091257</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Swetha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; What do you mean by Unique index? &lt;STRONG&gt;Only Primary index is unique index for a table&lt;/STRONG&gt;. &lt;/P&gt;&lt;P&gt;Secondary indices will allow duplicate entries.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What do you exactly want to know?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Kothand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Oct 2008 06:02:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unique-index/m-p/4634195#M1091257</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-13T06:02:39Z</dc:date>
    </item>
    <item>
      <title>Re: unique index</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unique-index/m-p/4634196#M1091258</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Whether unique Index on SID table will be created automatically or do we need to the run the program: RSDG_IOBJ_DUPLICATE_SID_CHECK ?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Siva&lt;/P&gt;</description>
      <pubDate>Wed, 28 Sep 2022 05:24:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unique-index/m-p/4634196#M1091258</guid>
      <dc:creator>siva123hana</dc:creator>
      <dc:date>2022-09-28T05:24:43Z</dc:date>
    </item>
  </channel>
</rss>

