What is the difference between select single and select upto
1 rows?
Answer Posted / gagan
in select single , if multiple records are present matching
the where clause ( if stated ), then it returns the last
record among them.
While in select upto 1 rows , it returns the first
occurrence of the record.
Is This Answer Correct ? | 4 Yes | 10 No |
Post New Answer View All Answers
What are differences between at selection-screen and at selection-screen output?
While sorting field groups we cannot use more than one key field. State true or false. : abap modularization
What is the function of a data element?
How can we create callable modules of program code within one abap/4 program? : abap modularization
what is field string ? & where we are using field strings?
What is the difference between select statement and provide statement ? : abap hr
What are the different types of parameters? : abap modularization
What is internal payroll process? : sap abap hr
Why do we use Abstract classes give an example from your project?
Explain the difference between tables and structures?
How many lists can a program can produce?
Some Realtime Objects on Bdc.
Can we include customizing include or an append structure with pooled or cluster tables?
What are the differences between a database index and a match code? : abap data dictionary
How move-corresponding works