Suppose u r using FOR ALL ENTRIES. What happens when there
is no data in the itab which is using all the entries?
Answer Posted / lokesh
Please Ignore my earlier Answer ....I regret for that
answer...Please check this one..
If no data is there in ITAB which you are applying for FOR
ALL ENTRIES then select query will fetch all the values
from the DB table which can be real performance issue.
so before making for allentires for a table make a check
that its not empty.
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
Where the payroll results are stored
What are critical issues you have faced in your project
What are conditional chain statement?
In the abap/4 dictionary tables can be defined independent of the underlying database (t/f). : abap data dictionary
SAP Script for Billing in which Billing document number was displayed as header, Bill Type, Bill Category, Bill Item, Cost, Base Unit of Measurement and Material number were categorically displayed for each billing document number. plz mention the detail coding Tahnks, Rahul
Explain the uses of the simple maintenance interface? : sap abap hr
How to determine the attributes of an internal table?
Differentiate between static and dynamic step loops?
Explain the difference between open_form and close_form?
Where do you use help views?
What is the syntax for call transaction? : abap bdc
Differentiate between abap memory and sap memory?
Explain the differences between at selection-screen and at selection-screen output?
Difference between transparent tables and pooled tables? : abap hr
Does the table can have multiple foreign keys?