What is the difference between select single and select upto
1 rows?
Answer Posted / manu gowdru
select single:it selects the first record which matches the condition defined in WHERE clause.so if there many records which matches the criteria will be ignored,so its not unique
select upto 1 rows:it retrieves all the records which matches the condition mentioned in WHERE clause and puts aggregate,average and gives the result
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
What is the difference between leave transaction and call transaction?
How do you do bdc for a table control? : abap bdc
How to call a subroutine in sapscript?
Explain the data types of internal tables?
What is the difference between bdc_open_group and bdc_open_dataset. : abap bdc
What is the difference between the function module and a normal abap/4 subroutine?
What is the use of buffering?
Explain the difference between free and refresh?
What is the difference between collect and append statements?
When a function module is activated syntax checking is performed automatically. State yes or no. : abap modularization
What is the use of abap data dictionary? : abap data dictionary
What is modularization and its benefits? : abap modularization
What is retro active accounting
How do you find number of records present in internal table?
Define batch input session?