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
Can we use on change of between select and endselect?
Where the payroll results are stored
What are the uses of table pool or table cluster.
Can we call reports and transactions from interactive reporting lists?
In selection screen I have three fields, plant mat no and material group. If I input plant how do I get the mat no and material group based on plant dynamically?
Does the table can have multiple foreign keys?
How do you send files to the legacy systems from sap and vice versa? How does one know that the legacy files have come on to the sap server you are working on? : abap bdc
Can we use transfer dataset to transfer data in internal table ?
How do you set up background jobs in sap? What are the steps?
Explain the call transaction method? : abap bdc
What is the difference between Classic badi and Kernal badi ?
What is sap luw or update transaction?
What does hide statement do?
Explain the difference between tables and structures?
What is native sql?