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
How are the function code handles in flow logic?
When the top-of-page event does get triggered?
What are the personnel administration related Infotypes
what is diff between ECC 5.0 AND ECC 6.0
How to create a button in selection screen ?
How can a lock object be called in the transaction?
What are the payroll related Infotypes
What is the t-code to display batch input sessions? : abap bdc
Can we create field without data element? If yes, how?
What are the different types of the variable in the sap abap?
What is PS structure
How will you define org structure in MM?
What’s value table?
What is the process to enhance the Infotype
Why is pretty printer user in abap?