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 is tcode se16?
The extract statements in field groups can be used before or after processing the sort statements. State true or false. : abap modularization
Which function modules can be used to transfer the data using bdc programming? : abap bdc
What is the difference between open_form and close_form?
List the events in abap/4 language?
What is an abap?
Can i Have Some Examples on Enhancements.
What are the different types of parameters?
What actually happens in real-time recruitment? : sap abap hr
Can we set page headers to details lists?
Sy index and sy tabix
What is asap methodology? : sap abap hr
What are the functional areas? User groups?
Difference between user exit and badis?
Explain the call transaction method? : abap bdc