In an Internal Table, I have 1000 records. I have to
Retrieve One Record. In Performence wise what is the Best
Query?
Answer Posted / sathish
Use READ TABLE STATEMENT
READ TABLE <ITAB> INDEX 1.
| Is This Answer Correct ? | 9 Yes | 2 No |
Post New Answer View All Answers
Explain the advantage of structures?
Can we use write statements in screen fields?if not how is data transferred from field data to screen fields?
How can we create callable modules of program code within one abap/4 program?
If a table that is to be extended contains a long field, we cannot use append structures why? : abap data dictionary
What are the two levels in defining a match code ?
How can we access the correction and transport system?
Explain the properties of selection screen?
Explain badi in abap.
Explain the systems fields used for interactive lists and lists?
What is a data element?
Explain how to create any functions? How to go about it?
What is a data class? : abap data dictionary
What is structure?
In which particular scenario we use sorted table and which particular scenario we use standard table?
Sy index and sy tabix