<?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 index in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/index/m-p/3688382#M888162</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ABAP GURU'S&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt; I want to create indexes in a program. How i can create indexes.plz reply immedeitly with an example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 15 Apr 2008 17:15:54 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-04-15T17:15:54Z</dc:date>
    <item>
      <title>index</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/index/m-p/3688382#M888162</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ABAP GURU'S&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt; I want to create indexes in a program. How i can create indexes.plz reply immedeitly with an example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Apr 2008 17:15:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/index/m-p/3688382#M888162</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-15T17:15:54Z</dc:date>
    </item>
    <item>
      <title>Re: index</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/index/m-p/3688383#M888163</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;-&amp;gt; First decide the order in which you need the index to be created,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-&amp;gt; goto to se11 &amp;amp; enter table name &amp;amp; display(f7),&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-&amp;gt;then press indexes.. button on the application toolbar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; -&amp;gt;if secondary indexes already exist, a list of them will &lt;/P&gt;&lt;P&gt;be displayed in a dialog box named indexes for table &lt;/P&gt;&lt;P&gt;xxxxx.to create an index,press the create(f5) button.the &lt;/P&gt;&lt;P&gt;create index dialog box will be displayed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-&amp;gt;if no secondary indexes exist,you will not see a list of &lt;/P&gt;&lt;P&gt;indexes.Instead, you will see the create index dialog box &lt;/P&gt;&lt;P&gt;immediately.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-&amp;gt;enter an index id in the index id field.customer indexes &lt;/P&gt;&lt;P&gt;should begin with y or z,although the system does not &lt;/P&gt;&lt;P&gt;enforce this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-&amp;gt;press the continue button.the abap/4 dictionary:table &lt;/P&gt;&lt;P&gt;maintain index screen is displayed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-&amp;gt;in the short text field,type a description of the index.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-&amp;gt;in the fld name column,type the fields that should &lt;/P&gt;&lt;P&gt;comprise the index in the order that they should be sorted.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-&amp;gt;if the values in these fields when taken together must &lt;/P&gt;&lt;P&gt;always be unique be unique,tickmark the unique index check &lt;/P&gt;&lt;P&gt;box.if you tickmark the Unique Index checkbox, the &lt;/P&gt;&lt;P&gt;combination of fields in the index is guaranteed to be &lt;/P&gt;&lt;P&gt;unique; An insert or modify &lt;/P&gt;&lt;P&gt;statement will fail if the combination of values in index &lt;/P&gt;&lt;P&gt;fields is already present in the table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-&amp;gt;press the save button on the application toolbar.the &lt;/P&gt;&lt;P&gt;values in the status fields are now NEW &amp;amp; SAVED &amp;amp; directly &lt;/P&gt;&lt;P&gt;below them the message Does not exist in the database &lt;/P&gt;&lt;P&gt;appears.Also, the message Index xxx to table xxxxx was &lt;/P&gt;&lt;P&gt;SAVED appears at the bottom of the window in the status bar.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-&amp;gt;press the Activate button on the Application toolbar&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-&amp;gt; in the status bar, the message INDEX xxxxx was successfully &lt;/P&gt;&lt;P&gt;activated , is displayed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-&amp;gt;press Back. The Indexes for Table xxxxx screen is &lt;/P&gt;&lt;P&gt;displayed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For demo with screen shots,pls check the link below&lt;/P&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;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN __default_attr="red" __jive_macro_name="color"&gt;&lt;STRONG&gt;&amp;lt;REMOVED BY MODERATOR&amp;gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Byju&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Alvaro Tejada Galindo on Apr 15, 2008 4:29 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Apr 2008 17:24:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/index/m-p/3688383#M888163</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-15T17:24:23Z</dc:date>
    </item>
    <item>
      <title>Re: index</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/index/m-p/3688384#M888164</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;Please refer the below link which has step by step process with screenshots.&lt;/P&gt;&lt;P&gt;&lt;/P&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;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sriram Ponna.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Apr 2008 17:30:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/index/m-p/3688384#M888164</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-15T17:30:18Z</dc:date>
    </item>
    <item>
      <title>Re: index</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/index/m-p/3688385#M888165</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You are saying that you want to create indexes in a PROGRAM? Are you sure that you want to do it in a program. Suggestions above all relate to creating indexes for database tables, which makes sense to me. However creating them in a program doesn't.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or are you referring to creating 'indexes' for internal tables in a program? This is also 'possible', however, these are not really indexes, but more key definitions. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Decide yourself what it is you want to do.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Apr 2008 20:55:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/index/m-p/3688385#M888165</guid>
      <dc:creator>Sm1tje</dc:creator>
      <dc:date>2008-04-15T20:55:12Z</dc:date>
    </item>
    <item>
      <title>Re: index</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/index/m-p/3688386#M888166</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sachin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please refer to these links because it is very clearly given what is an index and how to create indexes. So it might be very useful for you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_erp2005/helpdata/en/6a/c943401a306f13e10000000a1550b0/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_erp2005/helpdata/en/6a/c943401a306f13e10000000a1550b0/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_erp2005/helpdata/en/ad/99008eeaf111d4aa2800a0c9430730/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_erp2005/helpdata/en/ad/99008eeaf111d4aa2800a0c9430730/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_erp2005/helpdata/en/c4/3a7271505211d189550000e829fbbd/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_erp2005/helpdata/en/c4/3a7271505211d189550000e829fbbd/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_erp2005/helpdata/en/c4/3a71e2505211d189550000e829fbbd/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_erp2005/helpdata/en/c4/3a71e2505211d189550000e829fbbd/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;AMK.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN __default_attr="red" __jive_macro_name="color"&gt;&lt;STRONG&gt;&amp;lt;REMOVED BY MODERATOR&amp;gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Alvaro Tejada Galindo on Apr 15, 2008 6:01 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Apr 2008 21:22:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/index/m-p/3688386#M888166</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-15T21:22:21Z</dc:date>
    </item>
    <item>
      <title>Re: index</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/index/m-p/3688387#M888167</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sachin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;An index can be considered a copy of a database table that has been reduced to certain fields. This copy is always in sorted form. Sorting provides faster access to the data records of the table, for example using a binary search. The index also contains a pointer to the corresponding record of the actual table so that the fields not contained in the index can also be read.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The primary index is distinguished from the secondary indexes of a table. The primary index contains the key fields of the table and a pointer to the non-key fields of the table. The primary index is created automatically when the table is created in the database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can create secondary index for the table ,by clicking on the index button on the toolbar.and give your name and save the changes&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward Points if useful,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Surya Pydikondala&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Apr 2008 00:29:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/index/m-p/3688387#M888167</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-16T00:29:01Z</dc:date>
    </item>
  </channel>
</rss>

