<?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 Problem while creating secondary Index in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-creating-secondary-index/m-p/8773777#M1677569</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi to All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have to create a secondary index for improve the performance of one report. I created and activated though this warning (Index does not exist in database system) is coming.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Is this mean that the secondary index is created or not.&lt;/P&gt;&lt;P&gt;2) Why it is not coming like Index EKBE~PLA exists in database system ORACLE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any one please explain in detail with steps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Radhakrishna.Ette&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;Moderator Message: &amp;lt;subject altered&amp;gt;...Please do not post the subject in CAPS and let it be more descriptive&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Kesavadas Thekkillath&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 26 Jun 2012 08:02:35 GMT</pubDate>
    <dc:creator>former_member767623</dc:creator>
    <dc:date>2012-06-26T08:02:35Z</dc:date>
    <item>
      <title>Problem while creating secondary Index</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-creating-secondary-index/m-p/8773777#M1677569</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi to All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have to create a secondary index for improve the performance of one report. I created and activated though this warning (Index does not exist in database system) is coming.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Is this mean that the secondary index is created or not.&lt;/P&gt;&lt;P&gt;2) Why it is not coming like Index EKBE~PLA exists in database system ORACLE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any one please explain in detail with steps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Radhakrishna.Ette&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;Moderator Message: &amp;lt;subject altered&amp;gt;...Please do not post the subject in CAPS and let it be more descriptive&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Kesavadas Thekkillath&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jun 2012 08:02:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-creating-secondary-index/m-p/8773777#M1677569</guid>
      <dc:creator>former_member767623</dc:creator>
      <dc:date>2012-06-26T08:02:35Z</dc:date>
    </item>
    <item>
      <title>Re: Problem while creating secondary Index</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-creating-secondary-index/m-p/8773778#M1677570</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;First - Create Secondary index in customer namespace.&lt;/P&gt;&lt;P&gt;Second - STOP. Don't create a secondary index on standard table for a single report performance issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Creating a secondary index consumes memory, and also, might have performance impact on standard functionality.&lt;/P&gt;&lt;P&gt;Be very careful and very very confident that you need to create the secondary index.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Most of the times, you need to change the custom code to improve the performance, and it will solve the issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyway.&lt;/P&gt;&lt;P&gt;The index is not created.&lt;/P&gt;&lt;P&gt;Is your index active? What is the status of your index? Can you give a screenshot?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jun 2012 08:41:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-creating-secondary-index/m-p/8773778#M1677570</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-06-26T08:41:09Z</dc:date>
    </item>
    <item>
      <title>Re: Problem while creating secondary Index</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-creating-secondary-index/m-p/8773779#M1677571</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;Secondary index gets created when you activate a table.&lt;/P&gt;&lt;P&gt;Try adjusting the database (SE14) and check whether this will solve it.&lt;/P&gt;&lt;P&gt;You can also got DB02 and check the Diagnostics-&amp;gt;Missing Table and Indexes.&lt;/P&gt;&lt;P&gt;Find you index and Press 'Create on DB'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Shambu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jun 2012 09:39:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-creating-secondary-index/m-p/8773779#M1677571</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-06-26T09:39:37Z</dc:date>
    </item>
    <item>
      <title>Re: Problem while creating secondary Index</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-creating-secondary-index/m-p/8773780#M1677572</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shaym,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It i have done by DB02---&amp;gt;Diagonostics---&amp;gt;Missing tables and indexes---&amp;gt;secondary indexes&lt;/P&gt;&lt;P&gt;Here i have find my index, It beside icon with Create to DB Just activated it , my prob is solved&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanq &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jun 2012 10:05:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-creating-secondary-index/m-p/8773780#M1677572</guid>
      <dc:creator>former_member767623</dc:creator>
      <dc:date>2012-06-26T10:05:56Z</dc:date>
    </item>
  </channel>
</rss>

