please clear this what is the diff b/w select single * and
select up to 1 row?
Answer Posted / ganesh
Using Select single * we can get exact record as we are using
primary key there,where as in Select up to 1 row,it will pick
first record from the selected records.if we forgot to opt for
primary keys in the where condition in select single then
it'll act like select single up to 1 row.
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
How can cluster table be created?
What is the difference between a structure and a table?
Give an example of interface from your project explaining why you used it?
What is meant by stacked list?
What is the difference between refresh and free statements?
How can we upload a text file having delimiters in to legacy system?
What are the table controls in bdc ? What is the difference between bdc and lsmw ?what is the difference between bdc and rfc ? : abap bdc
Explain Singleton class
What is a bsp application? : sap abap hr
Explain get cursor field?
What is smart forms? : abap hr
What is an update task?
What are the events we use in dialog programming and explain them?
What are the steps in creating screen ?
What is the purpose of sum statement?