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 is off cycle payroll run
What are the tcodes for performance tuning?
What is a function group? : abap modularization
Can you define a field without a data element?
In what ways we can get the context sensitive f1 help on a field?
Some Realtime Objects on Bdc.
Specify the types of data dictionary objects.
What is sql trace? : abap data dictionary
What are local objects? : abap data dictionary
ABAP : Classical reports events name
Why do we use logical blocks in abap program?
What is the table buffer?
What is asynchronous update?
What are secondary indexes. How can we know which index is being used in a select query?
What is a multiple line field? : abap bdc