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
why particularly lock object name starts with EZ OR EY?
What are the page headers for secondary lists?
What should be the approach for writing a bdc program? : abap bdc
How do you process errors in session method ? : abap bdc
Explain the difference between domain and data element? What are aggregate object?
What is partner selection?
What does hide statement do?
Explain what are the different functions used in sap script? What are the parameters used in each function?
What is meant by payscale structure? How did you configure pay scale structure? : sap abap hr
Can you give the Example for the structure of an ABAP program? REPORT... NODES: SPFLI, SFLIGHT. DATA:... INITIALIZATION. AT SELECTION-SCREEN. START-OF-SELECTION. GET SPFLI... GET SFLIGHT... GET SPFLI LATE. END-OF-SELECTION. FORM... ENDFORM.
What are the features of abap/4 dictionary? : abap data dictionary
What is a currency factoring technique?
What is the use of table maintenance allowed?
Difference between top-of-page and top-of-page during at line- selection?
Define abap/4 layer? : abap data dictionary