how to use binary search in internal table?what is the use
of indexes and secondary indexes?
Answer Posted / malli.gontla
In binary search, the total records are divided in to two
parts. It will search the particular record in first half
and then in second half. Binary means, dividing in two
parts.
Indexs are used to get the data very fast.
Indexs are 2 types, primary and secondary.
Primary indexes are crated during the creation of table. By
defaultly primary indexes are created. But secondary
indexes are created by used according to user need.
| Is This Answer Correct ? | 1 Yes | 4 No |
Post New Answer View All Answers
Where are you used type casting?
What are the types of the software component being deployed in the sap?
How will u handle the situation – In a report using function module to generate a IDOC, How will u handle the error IDOC in the same report ?
What is view? Different types of view. Explain?
What are the Synchronous and asynchronous methods in bdc ?
When the get cursor command used in interactive lists?
What is the use of table control in bdc is it same in module pool table control? : abap bdc
Did you create help views?
What is a predefined type in abap?
What are the functional areas?
What is sap abap data dictionary?
What is elementary search help? : sap abap data dictionary
Search help exit details.
If I have put commit in badi implementation class after update, is it allowed? Also if some standard functionality already implemented an update and now i m doing update and if it fails, what will be the impact of commit?
What are the components of sap scripts? : abap hr