<?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: Indexes in Data dictionary in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/indexes-in-data-dictionary/m-p/9216526#M1716838</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;An index is a sorted copy of database table field which is help to speed up the selection of data.&lt;/LI&gt;&lt;LI&gt;There  are two type of indexes available in DDIC. such as&lt;STRONG&gt; primary index&lt;/STRONG&gt; and &lt;STRONG&gt;secondary index. &lt;/STRONG&gt;         &lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;   &lt;STRONG&gt;P&lt;/STRONG&gt;&lt;B&gt;rimary index : -&lt;/B&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;B&gt; &lt;/B&gt;Primary index is created automatically by the SAP system using key fields of the table.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  &lt;STRONG&gt;S&lt;/STRONG&gt;&lt;B&gt;econdary index : -&lt;/B&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt; Secondary  index is created manually and managed by SAP ABAP Consultant using non primary key field.&lt;/LI&gt;&lt;LI&gt;secondary  index used&lt;STRONG&gt; Binary Search&lt;/STRONG&gt; for that reason searching also faster as compare to primary index.&lt;/LI&gt;&lt;LI&gt;maximum 6 secondary index we can create for a particular database table.&lt;/LI&gt;&lt;LI&gt;syntax for secondary index   select query  : &lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;                                    example for Oracle database&lt;/P&gt;&lt;P&gt;                                            select * from &amp;lt;table name&amp;gt; &lt;/P&gt;&lt;P&gt;                                            into table &amp;lt;internal table name&amp;gt;  &lt;/P&gt;&lt;P&gt;                                           %_HINTS ORACLE  ' index ' ('table name', 'secondary index').                                              &lt;/P&gt;&lt;P&gt;&lt;B&gt;&lt;/B&gt;&lt;B&gt;                                                         &lt;/B&gt;&lt;/P&gt;&lt;P&gt;                             &lt;/P&gt;</description>
    <pubDate>Wed, 19 Aug 2020 13:40:28 GMT</pubDate>
    <dc:creator>susmita21</dc:creator>
    <dc:date>2020-08-19T13:40:28Z</dc:date>
    <item>
      <title>Indexes in Data dictionary</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/indexes-in-data-dictionary/m-p/9216521#M1716833</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
  &lt;P&gt;what is the main use of primary and secondary indexes in Data dictionary,in which case we use indexes.&lt;/P&gt;</description>
      <pubDate>Thu, 27 Dec 2012 09:14:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/indexes-in-data-dictionary/m-p/9216521#M1716833</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-12-27T09:14:22Z</dc:date>
    </item>
    <item>
      <title>Re: Indexes in Data dictionary</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/indexes-in-data-dictionary/m-p/9216522#M1716834</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sravani,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Indexes are use for fast retrieval of data from database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Primary Index:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Primary index is created automatically on key fields of data when table is created in SAP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Secondary Index:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; The secondary idex is required when there is retrieval of data on non-key fields.Secondary index is not created automatically.It is created menually depends on the requirement.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Dec 2012 11:25:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/indexes-in-data-dictionary/m-p/9216522#M1716834</guid>
      <dc:creator>former_member195270</dc:creator>
      <dc:date>2012-12-27T11:25:32Z</dc:date>
    </item>
    <item>
      <title>Re: Indexes in Data dictionary</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/indexes-in-data-dictionary/m-p/9216523#M1716835</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi umar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanxs, what is the main use of includes in data dictionary...how they differ from structure...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Dec 2012 15:44:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/indexes-in-data-dictionary/m-p/9216523#M1716835</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-12-27T15:44:50Z</dc:date>
    </item>
    <item>
      <title>Re: Indexes in Data dictionary</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/indexes-in-data-dictionary/m-p/9216524#M1716836</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sravani,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Customizing includes are used for extending table and will start with name CI_&amp;nbsp; and customizing included can only be attached with one table. append structure will start customer name space zz or YY.Append structure can be attached with multiple table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Dec 2012 17:19:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/indexes-in-data-dictionary/m-p/9216524#M1716836</guid>
      <dc:creator>former_member195270</dc:creator>
      <dc:date>2012-12-27T17:19:48Z</dc:date>
    </item>
    <item>
      <title>Re: Indexes in Data dictionary</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/indexes-in-data-dictionary/m-p/9216525#M1716837</link>
      <description>&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;There are two type of indexes in ddic i,e primary index,seconadary index&lt;/P&gt;&lt;P&gt;primary index- PI is automatically created by system using primary key of table.&lt;/P&gt;&lt;P&gt;seconadry index-In some case primary index not work due to huge no data or we have to search some record based on non primary key so at that time we create secondary index...&lt;/P&gt;&lt;P&gt;when we create secondary index system will generate one table in backend which is combination of some field (which are selected by us)+some of the filed system will take their own+pointer(which point to real position of record) and while searching record secondary index follow binary search(it will sort the record in asending order use divide and conqure method) to search record faster&lt;/P&gt;</description>
      <pubDate>Tue, 18 Aug 2020 11:50:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/indexes-in-data-dictionary/m-p/9216525#M1716837</guid>
      <dc:creator>former_member698793</dc:creator>
      <dc:date>2020-08-18T11:50:58Z</dc:date>
    </item>
    <item>
      <title>Re: Indexes in Data dictionary</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/indexes-in-data-dictionary/m-p/9216526#M1716838</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;An index is a sorted copy of database table field which is help to speed up the selection of data.&lt;/LI&gt;&lt;LI&gt;There  are two type of indexes available in DDIC. such as&lt;STRONG&gt; primary index&lt;/STRONG&gt; and &lt;STRONG&gt;secondary index. &lt;/STRONG&gt;         &lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;   &lt;STRONG&gt;P&lt;/STRONG&gt;&lt;B&gt;rimary index : -&lt;/B&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;B&gt; &lt;/B&gt;Primary index is created automatically by the SAP system using key fields of the table.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  &lt;STRONG&gt;S&lt;/STRONG&gt;&lt;B&gt;econdary index : -&lt;/B&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt; Secondary  index is created manually and managed by SAP ABAP Consultant using non primary key field.&lt;/LI&gt;&lt;LI&gt;secondary  index used&lt;STRONG&gt; Binary Search&lt;/STRONG&gt; for that reason searching also faster as compare to primary index.&lt;/LI&gt;&lt;LI&gt;maximum 6 secondary index we can create for a particular database table.&lt;/LI&gt;&lt;LI&gt;syntax for secondary index   select query  : &lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;                                    example for Oracle database&lt;/P&gt;&lt;P&gt;                                            select * from &amp;lt;table name&amp;gt; &lt;/P&gt;&lt;P&gt;                                            into table &amp;lt;internal table name&amp;gt;  &lt;/P&gt;&lt;P&gt;                                           %_HINTS ORACLE  ' index ' ('table name', 'secondary index').                                              &lt;/P&gt;&lt;P&gt;&lt;B&gt;&lt;/B&gt;&lt;B&gt;                                                         &lt;/B&gt;&lt;/P&gt;&lt;P&gt;                             &lt;/P&gt;</description>
      <pubDate>Wed, 19 Aug 2020 13:40:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/indexes-in-data-dictionary/m-p/9216526#M1716838</guid>
      <dc:creator>susmita21</dc:creator>
      <dc:date>2020-08-19T13:40:28Z</dc:date>
    </item>
  </channel>
</rss>

