raghunath


{ City } chennai
< Country > india
* Profession * consultant
User No # 1002
Total Questions Posted # 0
Total Answers Posted # 1

Total Answers Posted for My Questions # 0
Total Views for My Questions # 0

Users Marked my Answers as Correct # 78
Users Marked my Answers as Wrong # 4
Questions / { raghunath }
Questions Answers Category Views Company eMail




Answers / { raghunath }

Question { Patni, 58935 }

In ABAP What is the Use of "FOR ALL ENTRIES" Clause & when
it is being used. And what it really does?


Answer

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