does select single *.. / select * .. affect performance ? how?
Answer Posted / kumar bgk
select single * ---> retrieves all the records in that
particular row defined by our selection citeria.
select * ---> retrieves all records from all the coloumns of
the table i.e., the entire table.
so the time consumed in retrieving all this information is
very high atleast in terms of programming and so it
significantly affects the performance.
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
How are the function code handles in flow logic?
How to handle errors in call transaction bdc method without using bdcmsgcoll internal table? : abap bdc
Can you define a field without a data element? : abap data dictionary
What will you code in start-of-selection & end-of-selection ?
Difference between /N and /BEND?
What is the purpose of at first and at last?
What are number ranges?
5) How to rereive text elements in SF and script?
What is meant by search help? : sap abap data dictionary
What is the difference between open_form and close_form?
Explain the advantages/disadvantages of logical databases?
Name the special commands of list?
Can a filed occur in several field groups?
How can we create callable modules of program code within one abap/4 program?
can anybody give me functional specification (or table name & field names) of stock analysis report, work in progress report,generating vendor detailed list