how to use binary search in internal table?what is the use
of indexes and secondary indexes?
Answer Posted / malli.gontla
In binary search, the total records are divided in to two
parts. It will search the particular record in first half
and then in second half. Binary means, dividing in two
parts.
Indexs are used to get the data very fast.
Indexs are 2 types, primary and secondary.
Primary indexes are crated during the creation of table. By
defaultly primary indexes are created. But secondary
indexes are created by used according to user need.
| Is This Answer Correct ? | 1 Yes | 4 No |
Post New Answer View All Answers
Why do we use dynamic where conditions?
How you attach search help to data element? : sap abap data dictionary
How are BAPI different from Normal function modules ?
What two statements are required in an abap program to output an icon using a write statement?
What are conditional chain statement?
What is logo in sap script?
What is a subroutine?
Static and instance variable and method with live example. Why and when to use
What are the pooled and cluster tables?
Which objects are independent transport objects? : abap data dictionary
Explain the different types of screen keywords?
wat is the default file name of BAPI trace?
What is the different type of projects? : sap abap hr
What is match code? : sap abap hr
What are the relational operations that can be performed on view in sap? : abap data dictionary