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

Can i Have Some Realtime Examples On Modulepool programming.

5548


Can a transparent table exist in the data dictionary but not in the database physically?

626


Write special commands of list?

572


What is the differences between structure and table in the data dictionary in abap?

605


Can we define our own match code id's for sap matchcodes ?

582






Explain the use of insert and append statement in sap abap?

584


What are the 3 methods that we use in sequence in a batch input session method? : abap bdc

573


Performance tuning techniques

884


Define abap/4 layer? : abap data dictionary

597


What is a report?

746


What are the 3 types of function modules in sap?

606


Power is interrupted while transferring data from internal table to application server. How will you determine many records are transferred in session method and call transaction method? : abap bdc

676


What is pakey structure, pshd1 structure and what type of fields it contains? : abap hr

743


What has to be done to the packed fields before submitting to a BDC session.

710


Reports: Event functionality.

883