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 is payroll driver
What is at exit-command:?
how to use table control?if suppose i have 6 records and i want more 4 records in sequence.How to handle this scenario?
What is Transactional based Application & Role based Application?
What are the two statements which are required in an abap program to output an icon using a write statement?
Where do you find info on new developments in SAP?
What is the difference between data elements and domains?
MY DOMAIN IS SAP-ABAP COMPARE TO WEBDYNPRO AND CRM-TECHNICAL WHICH IS BEST?
Create any functions? How to go about it?
What are internal tables? : abap hr
when run my program in se38 it was showing output, when i take background execution and giving printer details it was shoing out put. but in SP01 when i give the Spool Request Number it was showing not yet processed entire page why it happens i dont know please give me a solution.
What is the meaning of abap/4 editor integrated with abap/4 data dictionary?
What are datasets in abap?
What are the buffering types?
What two statements would be used to exchange data between programs using abap memory?