how to use binary search in internal table?what is the use
of indexes and secondary indexes?
Answer Posted / anuradha
Mainly while reading data from internal tables we will use binary search.And before using binary search in reading table we need to sort the internal table.And this is one of performance technique.
Indexes also used to increase the performance.
Two types of indexes
1.Primary Indexes 2.Secondary Indexes
1.Primary key in table will act as a primary Index.
2.Secondary Indexes can be created from table level.
Table->menu->Goto->indexes.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How many secondary indexes can we create in a table?
A field containing quantity amounts (data type quan) must be assigned to a reference table and a reference field. Explain? : abap data dictionary
What are the page headers for secondary lists?
How do you activate a function exit?
What is asynchronous and synchronous update?
Explain the client concept of sap.
Explain different types of locks?
What is client in the sap system? : sap abap hr
How do you display a data in a detail list?
Can anyone done BDC/LSMW/BAPI for F-02 and F-04.If yes let me know the processs
What is the difference between internal tables and extract datasets? : abap modularization
What does nw 7.4 sp 05/nw 7.5 sp 02 offers in abap?
How to read files and process BDC's automatically ?
What is open sql vs native sql ?
Why do we use abstract class