What is the difference between select single and select upto
1 rows?
Answer Posted / nigesh
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 ? | 3 Yes | 4 No |
Post New Answer View All Answers
Explain the advantages of different types of bdc's?
What is the maximum number of match code id's that can be defined for one match code object ?
1. what is IDOC monitoring ? what is the tcode used for idoc monitoring ? 2 . what is change pointer in ale ?
Does the call transaction method allow multiple transactions to be processed by sap?
What is sql trace? : abap data dictionary
Exception handling and how does it transfer from called method to calling method?
When was the sap abap being created?
Difference between Read and Get cursor?
Describe data classes? : abap hr
What is runtime analysis?
What are the system fields? Explain?
What are the function modules used to create batch input session? : abap bdc
What is a data dictionary? : abap data dictionary
What is the table & field to identify the no of items (bottles) stored in one case?
What is img? : sap abap hr