In an Internal Table, I have 1000 records. I have to
Retrieve One Record. In Performence wise what is the Best
Query?
Answer Posted / nyk
select *
from <itab>
upto 1 row.
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
What are the different types of operators in the sap abap?
What is use of transparent table in abap? How it is different from pool tables?
If A is the super class of B. And both the classes have constructor. We create an object of class B. Then which constructor will be called? If both then in which order?
What functions does a data dictionary perform ?
what is user specific parameter?
What is exception class and test class. How to use it?
What are base tables of an aggregate object? : abap data dictionary
What are hashed tables?
What statement will be found in an sap application program that implements a function module exit?
Mention some important events in abap programming.
How many types of views are there? : abap data dictionary
What is payroll driver
What is projection view?
Hi guy.. i have to face an interview in a couple of day.. so can you please give me some good and tough question on abap.
What do you do when the system crashes in the middle of a BDC batch session?