Answer Posted / deepthi
index : Indexes are associated with tables for data retrieval.
E.g.) read table itab index 1. This means the 1st record is read.
2 types :
Primary key index : automatically created in sap when ever a table is created with number 0.
Secondary index : a Key which is Created other than primary keyto speed up the process
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
how 2 create the normal form by using functional module
How can an internal table with header line and one without header line bedistinguished when passed to a subroutine?
What is an abap dictionary? : abap data dictionary
What are the basic functions of database utility?
What is the difference between the function module and a normal abap/4 subroutine?
What is the maximum number of structures that can be included in a table or structure : abap data dictionary
How many secondary indexes can we create in a table?
What is the difference between abap and hr abap? : abap hr
Can matchcode object contain ids with different update types? : abap data dictionary
Difference between stand alone CRM and back-end CRM
What is an evaluation path? : sap abap hr
What is singleton pattern in OOPS?
What is the difference between get and get late?
What is meant by authorization? : sap abap hr
How to create a check box/option button in a list?