what is the difference between FOR ALL ENTRIES and SELECT *
FROM ?

Answer Posted / surya

For all entries means: select query will be fetch the
records based on the records which are in the internal
table fields using for all entries.it gives the better
performance,while fetching records from the database.

select * from : it will fetch the records of all the fields
in the database table.it consumes the time .performace
problem.

Is This Answer Correct ?    4 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can we achieve MVC ?

903


Explain what are interactive reports?

619


What are data classes? What are the various data classes available for selection? : abap data dictionary

551


What are screen painter? Menu painter? Gui status?

596


What is is a match code? : abap data dictionary

683






Can we write the code both call transaction and session method in single program?

601


State the differences between database view & projection view? : abap data dictionary

606


What does an exec sql statement do in abap?

540


did u done enhancement framework?how u implemented?

5037


HOW CAN YOU USE A PAGE COUNT IN CALLING A PAGE IN SMARTFORM?

1628


On which even we can validate the input fields in module progams?

582


Explain the systems fields used for interactive lists and lists?

527


what is leave to TRANSACTION?

1000


Performance tuning techniques

886


How many lists can a program can produce?

592