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
Explain the advantages/disadvantages of logical databases?
How table control cn be generated using bdc? : abap bdc
How can the standard tables of sap be modified?
What is the difference between the function module and a normal abap/4 subroutine? : abap modularization
What is the disadvantage of a call by reference? : abap modularization
can anyone please tell me, in orient paper mill project which fields exits for creating report.
Which function modules can be used to transfer the data using bdc programming? : abap bdc
What is the difference between a pool table and a transparent table?
What is the major difference between pool tables and transparent tables?
Write special commands of list?
Name the abap/4 modularization techniques?
What are the different types of luws?
What is a transaction variant and why are they used?
What is the use of the statement leave to list-processing?
Have you printed any report?