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
Define dispatcher?
HOW TO DIFFERENT CALL TRANSACTION ON THE BASIS OF DOUBLE CLICKING ON DIFFERENT FIELD.
What is meant by search help? : sap abap data dictionary
I am trying to automate a manual processing of iDOCs in BD87. I used the following code to pass idoc-id to global variable 'DCN' and then skip the first screen of BD87 to go to processing directly. After running this code SET PARAMETER ID 'DCN' FIELD itabhdr-idoc_id. CALL TRANSACTION 'BD87' AND SKIP FIRST SCREEN. it takes me to the first screen because it cannot recognize my idoc-id. How I can pass idoc-id to global? I have used the above code to goto VA02 with VBELN and it worked perfectly.
What two statements are required in an abap program to output an icon using a written statement?
What is “call mode”?
What is the maximum number of match code id's that can be defined for one match code object ?
What are the rules to create a BAPI?
In the abap/4 dictionary tables can be defined independent of the underlying database (t/f). : abap data dictionary
What are the types of subroutines? : abap modularization
What is evaluation path, where do we do it and why? : sap abap hr
What are the different types of abap reports in sap?
How do you validate the selection criteria of a report? And how do you display initialvalues in a selection screen?
What is an “on input filed” statements?
What is sap abap data dictionary?