Wat is the difference between Select single * and Select ..
Up to one row . And which method is better for performance ?
Answer Posted / aditya
select single read db records with primary key.
select upto doesnt read for a primary key, instead it will
try to find the most suitable index.
hence select upto is faster than select single.
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
Explain what is the step-by-step process to create a table in data dictionary?
What is the table buffer? Which type of tables used this buffer?
What is buffering allowed but switched off?
What are the parameters in bdc_insert? : abap bdc
What are base tables of an aggregate object?
Explain the table, which contain the details of all the name of the programs and forms?
How can you access the function code from menu painter?
What are ranges?
Explain get pernr concept when we use logical data base? : abap hr
Folder types in smatforms? 2)What is Command line?
What is the max no of match code id’s that can be defined for one match code object?
What are the sequences of event block?
What are the aggregate objects in the dictionary? : abap data dictionary
What is search help exit? : sap abap data dictionary
How do you populate data into a multiple line field? : abap bdc