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
what is difference between set screen and call screen ?
What are the advantages/ dis-advantages of logical databases?
What is the collect statement?
What is the procedure you followed to upload the data?
What is a fall back class?
What does a lock object involve?
Which transaction code can I use to analyze the performance of abap program?
What are the various events associated with screen programming?
What are the differences between primary and secondary indexes?
Explain the disadvantages of logical databases?
How to find Kernal badi ?
can any one answer these questions 1)How do you convert non-character field to character field? 2)How do you work with semi colon separated files? 3)why cant we use normal function module for data transfer? 4)what is the structure of CTU-PARAMS? 5)can we use transfer dataset to transfer data in internal table?
What is the difference between a dialog program and a report?
How can you display frames (horizontal and vertical lines) in lists?
What are the user interfaces of interactive lists?