<?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: Using indexes in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-indexes/m-p/4211232#M1006298</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the replies.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 23 Jul 2008 07:23:46 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-07-23T07:23:46Z</dc:date>
    <item>
      <title>Using indexes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-indexes/m-p/4211225#M1006291</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 have a table with a created index ZIN (containing 4 fields).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I want to use the index in the selection, what is the right statement?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jul 2008 07:14:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-indexes/m-p/4211225#M1006291</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-23T07:14:19Z</dc:date>
    </item>
    <item>
      <title>Re: Using indexes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-indexes/m-p/4211226#M1006292</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;    To use that Index write a Select statement with all the four fields available in the index in your where clause..&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;Raghav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jul 2008 07:17:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-indexes/m-p/4211226#M1006292</guid>
      <dc:creator>former_member182354</dc:creator>
      <dc:date>2008-07-23T07:17:07Z</dc:date>
    </item>
    <item>
      <title>Re: Using indexes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-indexes/m-p/4211227#M1006293</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;u write the select query normally. using those four fields.&lt;/P&gt;&lt;P&gt;The utilisation of indexing will be done internally.&lt;/P&gt;&lt;P&gt;It will enhance the performance of ur select query&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jul 2008 07:18:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-indexes/m-p/4211227#M1006293</guid>
      <dc:creator>former_member195383</dc:creator>
      <dc:date>2008-07-23T07:18:11Z</dc:date>
    </item>
    <item>
      <title>Re: Using indexes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-indexes/m-p/4211228#M1006294</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;You have to use the fields that are specified in the Index into the where clause of your Select Query.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The sequence should be same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Make sure your Index have MANDT field as well.&lt;/P&gt;&lt;P&gt;You can ignore this in the where condition though.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pranu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jul 2008 07:18:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-indexes/m-p/4211228#M1006294</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-23T07:18:26Z</dc:date>
    </item>
    <item>
      <title>Re: Using indexes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-indexes/m-p/4211229#M1006295</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If I use 7 fields in the select statement, but it is including my 4 fields from the index, the system will automatically know that I want to use an index, am I right?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jul 2008 07:20:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-indexes/m-p/4211229#M1006295</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-23T07:20:46Z</dc:date>
    </item>
    <item>
      <title>Re: Using indexes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-indexes/m-p/4211230#M1006296</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes...it will automatically decide&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jul 2008 07:21:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-indexes/m-p/4211230#M1006296</guid>
      <dc:creator>former_member195383</dc:creator>
      <dc:date>2008-07-23T07:21:51Z</dc:date>
    </item>
    <item>
      <title>Re: Using indexes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-indexes/m-p/4211231#M1006297</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jul 2008 07:23:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-indexes/m-p/4211231#M1006297</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-23T07:23:04Z</dc:date>
    </item>
    <item>
      <title>Re: Using indexes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-indexes/m-p/4211232#M1006298</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the replies.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jul 2008 07:23:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-indexes/m-p/4211232#M1006298</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-23T07:23:46Z</dc:date>
    </item>
  </channel>
</rss>

