Answer Posted / gvkreddy
SORT itab by BINARY SEARCH
LOOP at itab.
write:...
ENDLOOP.
| Is This Answer Correct ? | 0 Yes | 4 No |
Post New Answer View All Answers
Difference between sy-tabix and sy-index? Where it is used?
HOW CAN YOU USE A PAGE COUNT IN CALLING A PAGE IN SMARTFORM?
What are indexes? : abap hr
Explain what are the events in screen programming?
How do you populate data into a multiple line field?
Difference between sy-tabix and sy-index? Where it is used? Can you check sy-subrc after perform?
What is a modification assistant?
what is difference between set screen and call screen ?
Difference between sap script and report?
How to read files and process BDC's automatically ?
What will be your approach towards optimizing legacy code? Will you suggest change in technology? Does OO ABAP bring any performance benefits? How will you deal with queries in a loop? How will you optimize nested loops?
In sap script how to print bar code in vertical manner
What are the different types of the variable in the sap abap?
What are the update types possible? : abap data dictionary
Can we write the code both call transaction and session method in single program?