<?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: index in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/index/m-p/2430075#M543180</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Raj,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just goto SE11,&lt;/P&gt;&lt;P&gt;Give table name&lt;/P&gt;&lt;P&gt;Go into the the table&lt;/P&gt;&lt;P&gt;click on the index tab&lt;/P&gt;&lt;P&gt;here you can create the index.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Make sure you alwas has MANDT as first field of index.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Atish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 27 Jun 2007 06:27:57 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-06-27T06:27:57Z</dc:date>
    <item>
      <title>index</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/index/m-p/2430074#M543179</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;how we create secondindex?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reguards&lt;/P&gt;&lt;P&gt;madhu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jun 2007 06:24:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/index/m-p/2430074#M543179</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-27T06:24:30Z</dc:date>
    </item>
    <item>
      <title>Re: index</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/index/m-p/2430075#M543180</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Raj,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just goto SE11,&lt;/P&gt;&lt;P&gt;Give table name&lt;/P&gt;&lt;P&gt;Go into the the table&lt;/P&gt;&lt;P&gt;click on the index tab&lt;/P&gt;&lt;P&gt;here you can create the index.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Make sure you alwas has MANDT as first field of index.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Atish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jun 2007 06:27:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/index/m-p/2430075#M543180</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-27T06:27:57Z</dc:date>
    </item>
    <item>
      <title>Re: index</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/index/m-p/2430076#M543181</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;first go to t.code se11 then create first index. latter trough first index&lt;/P&gt;&lt;P&gt;    create second index.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reguards.&lt;/P&gt;&lt;P&gt;raj.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jun 2007 06:28:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/index/m-p/2430076#M543181</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-27T06:28:27Z</dc:date>
    </item>
    <item>
      <title>Re: index</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/index/m-p/2430077#M543182</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Primary index : Its the index which is automatically created for the PRIMARY KEY FIELD(S) of the table.&lt;/P&gt;&lt;P&gt;The primary index is always created automatically in the R/3 System. It consists of the primary key fields of the database table. This means that for each combination of fields in the index, there is a maximum of one line in the table. This kind of index is also known as UNIQUE. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Secondary index : Its created as and when required,&lt;/P&gt;&lt;P&gt;based upon other field(s) of the table,&lt;/P&gt;&lt;P&gt;on which search criteria is used in sqls.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Secondary indexes should contain columns that you use frequently in a selection, and that are as highly selective as possible. The fewer table entries that can be selected by a certain column, the higher that column&amp;#146;s selectivity. Place the most selective fields at the beginning of the index. Your secondary index should be so selective that each index entry corresponds to at most five percent of the table entries. If this is not the case, it is not worth creating the index. You should also avoid creating indexes for fields that are not always filled, where their value is initial for most entries in the table. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;go to SE11&lt;/P&gt;&lt;P&gt;enter table name&lt;/P&gt;&lt;P&gt;display&lt;/P&gt;&lt;P&gt;from menu GOTO-&amp;gt; indexes&lt;/P&gt;&lt;P&gt;press create button&lt;/P&gt;&lt;P&gt;enter the fields for which you need the index&lt;/P&gt;&lt;P&gt;save and activate&lt;/P&gt;&lt;P&gt;use those fields in the Where condition of the select statement and see&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points for useful Answers&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jun 2007 06:29:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/index/m-p/2430077#M543182</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-27T06:29:08Z</dc:date>
    </item>
  </channel>
</rss>

