In an Internal Table, I have 1000 records. I have to
Retrieve One Record. In Performence wise what is the Best
Query?
Answer Posted / ravi
READ TABLE ITAB INTO WA WITH TABLE KEY F1 F2.. (PROVIDE FULL KEY).
OR
READ TABLE ITAB WITH INDEX 1.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Why do we need enhancements?
Double click function on the lists, identifying the line selected by the user on the list?
Explain how to write a bdc - how do you go about it?
What are the dis-advantages of logical databases? : abap hr
send coding to write a program to create customer quotation using BAPI 'BAPI_QUOTATION_CREATEFROMDATA2/BAPI_QUOTATION_CREATEFR OMDATA'
Program for Prime numbers and Matrix plz explain me the procedural method with steps
What is abap work bench?
What is the disadvantage of a call by reference?
how to see the tables of 200 in client 100?
Can I execute user exits? If yes, how?
How to call transaction in session method without recording?
Explain data dictionary in abap?
What are the events used in abap in the order of execution?
What is screen flow logic? What are the sections in it?
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?