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
What is a fall back class?
Can we handle two transaction codes in the same program using call transaction bdc input method? : abap bdc
what are the two methods of modifying sap standard tables? : abap data dictionary
How do we handle multiple line items in BDC's.
Did you use buffering?
What are the aggregate objects in the data dictionary? : abap data dictionary
What are the different types of mode (run code) in call transaction method?
What is the company code? : sap abap hr
Explain the difference between function group and function module?
GUYS any one please can u post questions in sap a bap webdynpro questions.. please i need to know some technical questions regarding webdynpro and ADOBE forms ?
What are matchcodes?
Explain the structure of a bdc sessions?
How to read files and process BDC's automatically ?
How do you execute the payroll
Name the function module used to convert logical file names to physical file names in abap/4 programs?