how to use binary search in internal table?what is the use
of indexes and secondary indexes?
Answer Posted / abani kanta sahoo
In binary search, the total records are divided in to two
parts. First It will search the particular record in first half and then in second half. Indexs are used to get the data very fast.
Primary indexes are crated during the creation of table it's come by default but secondary indexes are created by user with the fields from the corresponding table according to need.
Table->menu->Goto->indexes
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What are the differences between primary and secondary indexes?
Explain the difference between tables and structures?
hi..i hav developed an interactive report in which alv list display in basic list and 1st secondary list in alv grid display.I want to get summation(total) of the columns in the secondary list.I hav used 'do_sum' but i couldnt get.is there any other way to get summation(total) in secondary list which is an alv grid display
What is the difference between the function module and a normal abap/4 subroutine?
What is the difference between a dialog program and a report?
What is is a match code? : abap data dictionary
What are different types of parameters?
How do you delete duplicate records from internal table?
Is sap xi intended to replace ale?
Difference between sy-tabix and sy-index? Where it is used? Can you check sy-subarc after perform?
how to see the table output?
What are extracts?
What are the differences between session method and call transaction method? : abap bdc
Define external layer?
What are base tables of an aggregate object?