what is index and types in indexes?
Answers were Sorted based on User's Feedback
Answer / naveen
index is to avoid duplicate data and for good performance while extracting data from dbtab, these are of 2 types
1> primary: it is created by system by considering all key fields
2> secondary: this are created by abap consultants using key or non key fields up to 9 indexes can be maintained
Is This Answer Correct ? | 20 Yes | 0 No |
Answer / 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 |
Answer / anu
indexes are used for qick search of data
two types of indexes
primay index: is default index, created by sap with the help of primary key
secondary index: is userdefined index created with primary and non primary keys
Is This Answer Correct ? | 3 Yes | 0 No |
what is difference between MOVE and MOVE-CORRESPONDING?
What are logical databases?
delivery and data class.
What are the two ways of searching an ABAP Object and How to navigate to them
What are IDOCs?
What are the different types of parameters? How can you distinguish between different kinds of parameters?
Explain the way(s) you find an exit(s) to a given standard sap program?
what is the difference between Ale abd Bapi?
What is IMG in SAP?
What are function modules?
How can we use / display table in a screen?
What is the last entry in all bdc tables? : abap bdc