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
Where the payroll results are stored
What is a predefined type in abap?
What is the significance of hide?
How many types of views are there ?
How to find Kernal badi ?
What are the differences between a database index and a match code?
how to see the table output?
Interactive Report that list purchase order details of a vendor. When the user double clicks on material number it shows detail list with fields matkl, meins, brgew, ntgew, gewei.The selection screen consist of sales organisation, distribution channel and material number. plz mention the detail coding Tahnks, Rahul
Can i Have Some Examples on Enhancements.
How many ways can a sap system be accessed?
hi i need detailed information on badi and bapi how can this work in real time senarios plz explain with exp
What are the components in sap application server?
Explain the relationship between a functional area, user group, and query when developing queries using the sap query tool?
What is the difference between function group and function module?
From excel to abap - is batch mode possible ? : abap bdc