Wat is the difference between Select single * and Select ..
Up to one row . And which method is better for performance ?
Answer Posted / aditya
select single read db records with primary key.
select upto doesnt read for a primary key, instead it will
try to find the most suitable index.
hence select upto is faster than select single.
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What are the attributes of the data? : abap data dictionary
Explain get pernr concept when we use logical data base? : abap hr
What is the differrences between structure and table in data dictionary in abap? : abap hr
what is friend class
Does the call transaction method allow multiple transactions to be processed by sap? : abap bdc
What is the collect statement?
Explain the difference between function group and function module?
What is the significance of delivery class?
What is tmg?
Sales Order Information Report that lists information like sales order no, Item no, material no, Quantity, Quantity unit, Net value, Currency,Sub Total, Grand Total. plz mention the detail coding Tahnks, Rahul
Is it possible to bring select option in module pool screens?
What is the length of function code at user-command?
Define database layer? : abap data dictionary
How do you display a data in a detail list?
How can cluster table be created?