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
Which transaction code can I use to analyze the performance of abap program?
What are the abap/4 commands that link to a layout set?
Explain the advantages of different types of bdc's?
Which objects are independent transport objects?
What is the diffreence between bdc_close_group and bdc_close_dataset? : abap bdc
What is the purpose of sum statement?
What is a match code? : abap data dictionary
Can multiple abap systems connect to abap database?
What is the difference b/t Session method and call transaction method ??
What are the difference between tables and structures?
Different types of locks?
What are the function modules that are generated when you activate a lockobject? : sap abap data dictionary
What is the relationship existing between the various data elements? : abap data dictionary
where do we store all custom programs in SD module?
How is the command suppress-dialog useful?