Answer Posted / aruna
If the data in the Internal table is huge and
you are trying to read the data from the Internal table
then it is recommend to use binary search.
Read table <itab> with key <fieldname> binary search .
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Which FM do you use to find out who is reporting to whom
Name the special commands of list?
Why do we use events and actions in web dynpro?
What is the difference between the function module and a normal abap/4 subroutine? : abap modularization
What are the different types of the variable in the sap abap?
What are the uses of table pool or table cluster.
What is the reserve command?
What is amdp (abap managed data procedures)?
What are the differences between table and structure in data dictionary?
What is the difference between a dialog program and a report?
How do you restrict the data to be entered in the payroll area? : sap abap hr
can any one answer these questions 1)How do you convert non-character field to character field? 2)How do you work with semi colon separated files? 3)why cant we use normal function module for data transfer? 4)what is the structure of CTU-PARAMS? 5)can we use transfer dataset to transfer data in internal table?
A field containing currency amounts (data type curr) must be assigned to a reference table and a reference field. Explain?
How to know if the value entered contains records or not?
What is time constraint ? : abap hr