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
Define external layer? : abap data dictionary
5) How to rereive text elements in SF and script?
In order to upload purchase order details, how you handle multiple values for a single field?
Is there any method apart from bdc for data upload to sap? : abap bdc
What is the use of the statement leave to list-processing?
How move-corresponding works
Why bapi need then bdc ? : abap bdc
Explain what are the different functions used in sap script? What are the parameters used in each function?
In events, start-of-selection is a default event. When we have to use this event explicitly? Why?
What are the different types of the sap abap data dictionary objects?
Explain what are the events used in interactive reports?
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 meant by hot spots? : abap data dictionary
What are the modes in which any update tasks work?
What are the different modules of sap? : sap abap hr