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
While using extract datasets it is required to have a special workarea for interface. State true or false. : abap modularization
What are the 3 methods that we use in sequence in a batch input session method? : abap bdc
What do you mean by transparent tables in sap abap? : abap data dictionary
What are the different methods of bdc? : abap bdc
Describe the data classes?
What is an update task?
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.
How do you set up background jobs in sap? What are the steps? What are the event driven batch jobs?
How do you work with semi colon se[arated files in BDC ?
How can I get ascii value of any letter? Is there any function?
What is the difference between commit-work and rollback-work tasks?
What is abap?
How will you insert record in a sorted table
How many types of data classes are there in sap abap? : abap data dictionary
What is table buffer?