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 meant by authorization? Did you ever work on it? : sap abap hr
how to read the standard field value in your custom program.
Give an example of interface from your project explaining why you used it?
Name a few data dictionary objects? : abap data dictionary
What are the different types of laws. What are they?
What is Field group?
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?
What are the types of the software component being deployed in the sap?
How do you populate data into a multiple line field?
What are interactive reports?
What is alv programming in abap? When is this grid used in abap? : abap hr
Structures can contain data only during the runtime of a program (t/f) : abap data dictionary
Difference between top-of-page and top-of-page during at line- selection?
Why do we use FOR ALL ENTRIES and what is the pre-requisite
What is the difference between select statement and provide statement ? : abap hr