<?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: error during INDEX creation in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-during-index-creation/m-p/6306908#M1392044</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;Since there are two fields, the index 0 implies primary key so try to create index with the change in order of the fields..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this order of index fields...This will allow..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TABNAME&lt;/P&gt;&lt;P&gt;MASTER&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Shiva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 16 Nov 2009 13:19:50 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-11-16T13:19:50Z</dc:date>
    <item>
      <title>error during INDEX creation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-during-index-creation/m-p/6306907#M1392043</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 am trying to create Index on table D010TAB but it is giving error "Indexes Z1 and 0 for table D010TAB have identical fields".&lt;/P&gt;&lt;P&gt;When I tried to search for Index 0, I did not find it.&lt;/P&gt;&lt;P&gt;does the table have default index as 0 assigned?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Saurbah&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Nov 2009 12:54:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-during-index-creation/m-p/6306907#M1392043</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-16T12:54:26Z</dc:date>
    </item>
    <item>
      <title>Re: error during INDEX creation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-during-index-creation/m-p/6306908#M1392044</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;Since there are two fields, the index 0 implies primary key so try to create index with the change in order of the fields..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this order of index fields...This will allow..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TABNAME&lt;/P&gt;&lt;P&gt;MASTER&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Shiva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Nov 2009 13:19:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-during-index-creation/m-p/6306908#M1392044</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-16T13:19:50Z</dc:date>
    </item>
    <item>
      <title>Re: error during INDEX creation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-during-index-creation/m-p/6306909#M1392045</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; does the table have default index as 0 assigned?&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi saurabh kulkarni,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Answer is Yes and it consist of Primary Key Fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The ID '0  ' is reserved for the primary index. The name ranges 'Y..' and 'Z..' are reserved for customer indexes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also there is one more index 1 is present in table D010TAB with fields TABNAME &amp;amp; MASTER&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Why you want to create duplicate index ?&lt;/STRONG&gt;  it's already present.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For more information about index please have a look at [SAPHelp|http://help.sap.com/saphelp_erp60_sp/helpdata/EN/cf/21eb20446011d189700000e8322d00/frameset.htm]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Hope it will solve your problem..&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;ilesh 24x7&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ilesh Nandaniya&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Nov 2009 13:38:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-during-index-creation/m-p/6306909#M1392045</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-16T13:38:44Z</dc:date>
    </item>
    <item>
      <title>Re: error during INDEX creation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-during-index-creation/m-p/6306910#M1392046</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Saurbah,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You cannot see index 0 (by convention the unique primary key index in every SAP table) in the SAP dictionary transations SE11/SE12. You can see it listed in SE14 and of course also by looking directly at the database catalog.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;D010TAB has only two fields, and these together form the primary key. There is also a secondary index on the TABNAME field. That means there is absolutely no point in creating an extra index.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Nov 2009 13:52:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-during-index-creation/m-p/6306910#M1392046</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-16T13:52:24Z</dc:date>
    </item>
  </channel>
</rss>

