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
Give examples of transparent table?
What is the difference between leave transaction and call transaction?
What are the components of selection table?
What are the types of parameters in the function modules?
What are the advantages and disadvantages of ABAP query tool?
Can you show multiple alvs on a single screen?
How can we access the correction and transport system? : abap data dictionary
What is retro active accounting
What is the functionality of BIZTALK and how it handles the IDOC’s and how u will transfer the IDOCS to the BIZTALK ?
Does every abap/4 have a modular structure?
What is dialog module?
Can you create a table with fields not referring to data elements? : abap data dictionary
Is it possible to run host command from SAP environment? How do you run?
what is the transaction transaction for setting parameters rdisp/buffermode
Explain the difference between a pool table and a transparent table and how they are stored at the database level?