what is the use of FOR ALL ENTRIES in an internal table?
Answer Posted / manohar.b
FOR ALL ENTRIES is used to join the tables.
The Main Advantage is whenever we r using this FOR ALL
ENTRIES we r going to join the tables in the appliction
level.In all other joining conditions like INNER
JOINS,VIEWS,NESTED SELECTS we r going to join them in
database level itself.which may cause some bad performance
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
what is diff between idocs,bdc,rfc and bapi. give real time answer
How does the interection between the dynpro and the abap/4 modules takes place?
What is difference between check table and value table ?
In Table Field when display the Name, whose first charecter should be capital letter and rest will be small letter.
Explain the difference between cluster tables and pool table?
What are the system fields? Explain?
Which objects are independent transport objects?
Define spool request?
How to split one Invoice into Multiple ( Step by Step)?
How can an internal table with header line and one without header line be distinguished when passed to a subroutine? : abap modularization
How to find the return code of an stmt in abap programs?
What is dynpro? what are its components ?
How many types of views are there ?
Why lsmw does not support call transaction method? : abap bdc
How many lists can a program can produce?