Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

SAP-Dictionary

Former Member
0 Likes
594

what is Secondary index? how to create it? Different types of Secondary indexes?

Plz Explain these things

what is Secondary index? how to create it? Different types of Secondary indexes?

Plz Explain these things

3 REPLIES 3
Read only

Former Member
0 Likes
564

Check this <a href="http://help.sap.com/saphelp_47x200/helpdata/en/cf/21eb20446011d189700000e8322d00/content.htm">link</a>.

Read only

0 Likes
564

A secondary index is an alternative key to the database table. Instead of using the primary key to access the data, the system uses secondary indexes that have been created for the table when the optimizer determines that the primary index will result in less performance. The optimizer is an internal "program" that looks at the primary key of the table and the secondary index, also the WHERE clause of the select statement, it then determines which index is best to access the data. Once bad thing about indexes, is that it can reduce performance when INSERTing or UPDATEing a database table.

You can create indexes for your database table using the SE11 transaction. Click display, at next screen click Go To, then Indexes.

Regards,

Rich Heilman

Read only

Former Member
0 Likes
564

Hi Srinivasa,

Please check this online document.

http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCDWBDIC/BCDWBDIC.pdf

Hope this will help.

Regarsd,

Ferry Lianto