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
What are critical issues you have faced in your project
What are the events we use in dialog programming and explain them?
SAP query how to use end users?
What is macro? : abap hr
What are the aggregate objects in the data dictionary? : abap data dictionary
What is the bitwise operator in the sap abap?
What are the domains and data element?
How do you set up background jobs in sap? What are the steps? What are the event driven batch jobs?
How to write a code for multiple transactions? : abap bdc
What is sap abap data classes?
What is table attribute? : abap data dictionary
What is the modification assistant?
What are client dependent objects in abap/sap?
In Table Field when display the Name, whose first charecter should be capital letter and rest will be small letter.
Difference between /N and /BEND?