<?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/1186343#M127270</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;In ST05, put your cursor on the Table name &amp;amp; click on the 'Explain' Pushbutton &amp;amp; then click on 'Access path'.. this should tell you which INDEX was used..&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;Suresh Datti&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 22 Feb 2006 16:10:19 GMT</pubDate>
    <dc:creator>suresh_datti</dc:creator>
    <dc:date>2006-02-22T16:10:19Z</dc:date>
    <item>
      <title>Index</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/index/m-p/1186340#M127267</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;^Hello ,&lt;/P&gt;&lt;P&gt;I created Secondary index for a table, how do i know it is being used for my slect or not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have given in where condition the fields defined in index.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In ST05, i dont know i can see, when i go to DDIC explain it shows all the indexs on the table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where can i see which index si being used?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;P&gt;Ö&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Feb 2006 16:04:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/index/m-p/1186340#M127267</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-22T16:04:12Z</dc:date>
    </item>
    <item>
      <title>Re: Index</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/index/m-p/1186341#M127268</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can see this in the "Explain" area of ST05.    Put your cursor on the records for your table where the OP column is "OPEN".  Click the "Explain" button.   Now you will see the explaination of the SELECT statement.  Further down the page, you will see under MAIN LEVEL 1, a tree structure, in there you will see the index which was used.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You should see something like this....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;MAIN LEVEL 1                                                                                
5  SUBSELECT LEVEL 1                                                                                
5  File AFKO                                                                                
5  &amp;lt;b&amp;gt;Index R3TSTDATA/AFKO+Z01 &amp;lt;/b&amp;gt;                                                                                
Reason code:                                                                                
5  Key fields of the access path used:                                                                                
MANDT                                                    
                    GLTRP                                                    
                    GETRI&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;                                                    &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Feb 2006 16:10:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/index/m-p/1186341#M127268</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2006-02-22T16:10:02Z</dc:date>
    </item>
    <item>
      <title>Re: Index</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/index/m-p/1186342#M127269</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;if you want to use specific index , include that index name in select like below statement. then select will work based on the specified index .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  %_HINTS ORACLE 'index(index "0")'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Laxman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Feb 2006 16:10:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/index/m-p/1186342#M127269</guid>
      <dc:creator>Laxmana_Appana_</dc:creator>
      <dc:date>2006-02-22T16:10:05Z</dc:date>
    </item>
    <item>
      <title>Re: Index</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/index/m-p/1186343#M127270</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;In ST05, put your cursor on the Table name &amp;amp; click on the 'Explain' Pushbutton &amp;amp; then click on 'Access path'.. this should tell you which INDEX was used..&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;Suresh Datti&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Feb 2006 16:10:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/index/m-p/1186343#M127270</guid>
      <dc:creator>suresh_datti</dc:creator>
      <dc:date>2006-02-22T16:10:19Z</dc:date>
    </item>
  </channel>
</rss>

