In ABAP What is the Use of "FOR ALL ENTRIES" Clause & when
it is being used. And what it really does?
Answer Posted / sunil
For ALL Entries is used to join two different tables. By
tables i mean the internal tables. For All Entries has an
internal where condition in it. which makes the selection
process much faster. But still it is always better to use
inner joins when you have to join two database tables.
| Is This Answer Correct ? | 18 Yes | 32 No |
Post New Answer View All Answers
What are the disadvantages of abap query tool?
Explain the table, which contain the details of all the name of the programs and forms?
there are 2 selection screens. material num in screen 200 and plant in screen 300. so how can you write in INITIALISATION event?
Abstract class and interface, multiple inheritance, live example
If I want to execute a bdc program only in background not in foreground is there any option for this? : abap bdc
What is a table attribute? : abap data dictionary
Difference between user exit and badis?
What are the functional areas? User groups? and how does ABAP query work in relation to these?
What are the different database integrities?
Can we define our own match code id's for sap matchcodes ?
Define database layer?
what is a text table ?
what is user specific parameter?
What is an update type with reference to a match code id? : abap data dictionary
What is Transactional based Application & Role based Application?