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
What is the function module to popup contents in the internal table?
How to combine multiple billing into one RV document ( Step by Step)?
What is open sql?
How to read 5th record from Hash Internal Table?
What is the difference between retroactive accounting period, earliest retroactive accounting period? : sap abap hr
what is code to upload cost centers through call trans. and procedure
How can we upload a text file having delimiters in to legacy system? : abap bdc
The max number of calling modes stacked at one time is?
How do you Export a session ?
What is a function group? : abap modularization
What is partner selection?
How to upload data using catt ? : abap hr
What is dynamic action? : sap abap hr
How collect statement is different from append?
Does the external program run in the same sap luw as the caller, or in a separate one?