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
Is there any BAPI to retrieve list of customers and their sales areas i.e., Cust No, Distr Channel and Division for all the customers.
How are BAPI different from Normal function modules ?
if u take one worst program,in this program user write the logic is session method.in that program user can get some errors ,that errors we will see in call transaction method,how it is possible.?
What are the function module in bdc?
What are the organizational related Infotypes
How to upload more than 2GB file from External Source to SAP?
What is the use of at new statement ?
What is abap work bench?
Explain the difference between open_form and close_form?
Explain how to create any functions? How to go about it?
Module Pool Programming: Events and Table Control handling.
What statement will be found in an sap application program that implements a function module exit?
Explain about workbench request and customization requests?
How many types of data classes are there in sap abap? : abap data dictionary
What are the uses of the information in the data dictionary? : abap data dictionary