In ABAP What is the Use of "FOR ALL ENTRIES" Clause & when
it is being used. And what it really does?
Answer Posted / raghunath
In order to avoid nested select statements we can go
for "FOR ALL ENTRIES".First fetch values from database
table to internal table and only for the values in the
internal table we can fetch values from other database
table based on conditions in the where clause.
it is mandetory that we have to declare allthe primary keys
in either select Stmt or in where condition. orelse
duplicate records will not get selected.
| Is This Answer Correct ? | 78 Yes | 4 No |
Post New Answer View All Answers
What are the attributes of the data? : abap data dictionary
please give the remaining answers.
How do you move on to the next screen in interactive reporting?
Which transaction code can I use to analyze the performance of abap program?
Did you create primary index?
What is the difference between dialog program and a report?
What are the 2 other types of views, which are not allowed in release 3.0?
what are the important fields while preparing sales order,inquiry?
Difference between top-of-page and top-of-page during at line- selection?
What are the control break events in abap? : abap data dictionary
How would you define the exponents for a type âfâ field?
What is the use of start-of-selection.,if not use in report what will happen,?
What are the arithmetic operators in the sap abap?
Why lsmw does not support call transaction method? : abap bdc
What are the functional areas, user groups? How does abap query work in relation to these?