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
Different types of locks?
What is update task
Explain the types of bdc's?
Give few names of pooled tables in sap ?
When you prefer lsmw?
What are the contents in technical specifications?
What is the diff between database view and maintenance view?
In Table Field when display the Name, whose first charecter should be capital letter and rest will be small letter.
What is meant by read lock? : sap abap data dictionary
can i use table key and key in an internal table and explain the functionalities of each one and what functionality does it give if both are used for same internal table
What are the tcodes for performance tuning?
How many tables are there in sap?
Can you set up background processing using call transaction?
What is the use of 'for all entries'?
What is the difference between synchronous and asynchronous update? : abap bdc