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
hi..i hav developed an interactive report in which alv list display in basic list and 1st secondary list in alv grid display.I want to get summation(total) of the columns in the secondary list.I hav used 'do_sum' but i couldnt get.is there any other way to get summation(total) in secondary list which is an alv grid display
difference between Valuation type and valuation category?
What are the names of the function modules that will be generated upon activation of a lock object?
What is the difference between the exits created in M.M and S&D?
What is asap methodology? : sap abap hr
Explain how to Handle the internal tables in ABAP?
What kind of deliverables you have on a day to day basis?
5) How to rereive text elements in SF and script?
Difference between transparent tables and pooled tables? : abap hr
What is native sql?
What is pakey structure, pshd1 structure and what type of fields it contains? : abap hr
i have executed a report via back ground job, in this report i have used enqueue and dequeue function modules on a table, but before releasing the lock(before dequeue function module is not call) job gives the dump, so the lock is not released the table, here my question is how to set the lock automatically release the there is a short dump before calling the dequeue module?
What is the last entry in all bdc tables? : abap bdc
Explain the uses of the simple maintenance interface? : sap abap hr
How to add a column to a table control while using alphanumerical layout editor ?