what is index? I need exact defination? how will create a
secondary index?

Answer Posted / lokesh

By using Index you can search a table for data records
which will satisfy certain search criteria .Using index
will speed up the search .An index can be considered a copy
of the DB table that has been reduced to certain fields.
This copy is always in sorted form. Sorting provides faster
access of the data records of the table.

There are 2 types :

1) Primary index
2) Secondary index

Is This Answer Correct ?    2 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are standard layouts sets in the sap script?

548


Explain about interactive report?

601


What is sap luw or update transaction?

604


What is the step-by-step process to create a table in data dictionary? : abap data dictionary

685


What does the extract statement do in extract datasets?

641






What is the first thing you do after vendor setup is complete?

883


How many lists can a program can produce?

588


What is the table buffer? Which type of tables used this buffer?

552


What is meant by stacked list?

590


If A is the super class of B. And both the classes have constructor. We create an object of class B. Then which constructor will be called? If both then in which order?

927


Describe the data classes?

608


What is a modification assistant?

583


What is the different between abap and ooabap? Why do we use ooabap?

625


Difference between Field groups and internal tables?

638


What are the different methods of bdc? : abap bdc

599