Wat is the difference between Select single * and Select ..
Up to one row . And which method is better for performance ?
Answer Posted / stefan wagenblast
As looking on the performance analysis (ST05), both SELECTs
have the same estimated costs (I made a test). So because
estimated costs com from the database system, the same way
of searching in the table will be used --> no difference
which SELECT you use.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What should be declared explicitly in the corresponding abap/4 statements to access internal tables without header lines & why? : abap modularization
What is asynchronous and synchronous update?
Describe data classes? : abap hr
What are internal tables? : abap hr
How to write a bdc – how do you go about it?
Name the special commands of list?
What are the two statements which are required in an abap program to output an icon using a write statement?
How will you define org structure in MM?
Control Break statements- At new...endat.
What are the two different ways of building a match code object? : abap data dictionary
Where do you create indexes in abap?
Explain the use of table maintenance allowed?
How to read 5th record from Hash Internal Table?
What is value table?
How can you access the function code from menu painter?