<?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 indexes in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/indexes/m-p/3537330#M851082</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How to create a secondary index?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 29 Feb 2008 05:24:02 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-02-29T05:24:02Z</dc:date>
    <item>
      <title>indexes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/indexes/m-p/3537330#M851082</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How to create a secondary index?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Feb 2008 05:24:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/indexes/m-p/3537330#M851082</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-29T05:24:02Z</dc:date>
    </item>
    <item>
      <title>Re: indexes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/indexes/m-p/3537331#M851083</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,,&lt;/P&gt;&lt;P&gt;Use Foreign Keys.. That Might  be a useful  Secondary index..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Karthik Thiruvenkadam on Feb 29, 2008 10:55 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Feb 2008 05:25:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/indexes/m-p/3537331#M851083</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-29T05:25:17Z</dc:date>
    </item>
    <item>
      <title>Re: indexes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/indexes/m-p/3537332#M851084</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="http://www.saptechnical.com/Tutorials/ABAP/SecondaryIndex/Create.htm" target="test_blank"&gt;http://www.saptechnical.com/Tutorials/ABAP/SecondaryIndex/Create.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Feb 2008 05:25:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/indexes/m-p/3537332#M851084</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-29T05:25:50Z</dc:date>
    </item>
    <item>
      <title>Re: indexes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/indexes/m-p/3537333#M851085</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;Creating Secondary Indexes &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Procedure&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the maintenance screen of the table, choose Indexes. &lt;/P&gt;&lt;P&gt;If indexes already exist on the table, a list of these indexes is displayed. Choose .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the next dialog box, enter the index ID and choose  &lt;/P&gt;&lt;P&gt;The maintenance screen for indexes appears.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Enter an explanatory text in the field Short text. &lt;/P&gt;&lt;P&gt;You can then use the short text to find the index at a later time, for example with the R/3 Repository Information System.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Select the table fields to be included in the index using the input help for the Field name column. &lt;/P&gt;&lt;P&gt;The order of the fields in the index is very important. See What to Keep in Mind for Secondary Indexes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the values in the index fields already uniquely identify each record of the table, select Unique index. &lt;/P&gt;&lt;P&gt;A unique index is always created in the database at activation because it also has a functional meaning (prevents double entries of the index fields).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If it is not a unique index, leave Non-unique index selected. &lt;/P&gt;&lt;P&gt;In this case you can use the radio buttons to define whether the index should be created for all database systems, for selected database systems or not at all in the database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Select for selected database systems if the index should only be created for selected database systems. &lt;/P&gt;&lt;P&gt;Click on the arrow behind the radio buttons. A dialog box appears in which you can define up to 4 database systems with the input help. Select Selection list if the index should only be created on the given database systems. Select Exclusion list if the index should not be created on the given database systems. Choose .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Choose .&lt;/P&gt;&lt;P&gt;Result&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The secondary index is automatically created in the database during activation if the corresponding table was already created there and index creation was not excluded for the database system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can find information about the activation flow in the activation log, which you can call with Utilities ® Activation log. If errors occurred when activating the index, the activation log is automatically displayed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;,check this link,&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;Arunsri&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Feb 2008 05:29:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/indexes/m-p/3537333#M851085</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-29T05:29:21Z</dc:date>
    </item>
    <item>
      <title>Re: indexes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/indexes/m-p/3537334#M851086</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Girish ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will be helpful to you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Proceed as follows to create a secondary index on a table:&lt;/P&gt;&lt;P&gt;In the field maintenance screen for the table, choose Goto ® Indexes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. If you went to the field maintenance screen of the table in display mode, only correct the index (and not the table).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If indexes already exist on the table, a list of these indexes is displayed. Choose Create. A dialog box appears in which you must enter the three-place index identifier. If there are no indexes, go directly to the dialog box.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Enter the index identifier and choose Continue. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You will go to the maintenance screen for indexes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. Enter an explanatory short text in the field Short text.&lt;/P&gt;&lt;P&gt;Choose TabFields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. A list of all the fields of the table is displayed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5. Select the fields which you want to copy to the index.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;6. Choose Copy.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The selected fields are copied to the index.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;7. If the values in the index fields already uniquely identify each record of the table, select Unique index.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A unique index is automatically created on the database during activation because a unique index also has a functional meaning (prevents double entries of the index fields).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;8. If it is not a unique index, leave Non-unique index selected. In this case you can use the corresponding radio buttons to define whether the index should be created automatically on the database for all database systems, for selected database systems or for no database system. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;9. If you chose For selected database systems, you must specify these systems.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have two possibilities here:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;List of inclusions: The index is only created automatically during activation for the database systems specified in the list. The index is not created on the database for the other database systems.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;List of exclusions: The index is not created automatically on the database during activation for the specified database systems. The index is automatically created on the database for the other database systems.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Click on the arrow symbol behind the radio buttons. A dialog box appears in which you can define up to 4 database systems. Use the corresponding radio buttons to decide whether this list should be treated as a list of inclusions or exclusions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;10. Activate the index with Index ® Activate. The activation log tells you about the flow of the activation. Call it with Utilities ® Act.log. If an error occurred when activating the secondary index, you will automatically go to this log. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The secondary index is automatically created on the database during activation if the corresponding table has already been created there and index creation was not excluded for the database system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if helpful ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;SreekarKadiri&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Feb 2008 05:32:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/indexes/m-p/3537334#M851086</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-29T05:32:42Z</dc:date>
    </item>
  </channel>
</rss>

