Wat is the difference between Select single * and Select ..
Up to one row . And which method is better for performance ?
Answer Posted / vijayaraghavan
Select Single * will pickup only one matching record from the database into the buffer, and returns the same to the internal table.
Select upto 1 rows will pickup all the records matching the condition into the buffer, but return the top record to the internal table.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
How do you write manual bdc session method? : abap bdc
How to copy table across clients?
What is append structure?
Explain the difference between get and get late?
What is the name of the system variable that holds the contents of the selected line in interactive reporting?
What are the types of views? : sap abap data dictionary
What is size category?
What is an update task? : abap modularization
How can we declare a table control in the abap/4 program?
Can i have some Realtime Scenarios on Reports.
When, how and how would you control changes to standard SAP objects.
What is asynchronous and synchronous update?
What is the difference between RETURNING and CHANGING parameters for a method?
dear friends, do you know how to configure web dynpro and adobe into ECC6.0 IDES?
What is the difference between tables and structures?