In ABAP What is the Use of "FOR ALL ENTRIES" Clause & when
it is being used. And what it really does?
Answer Posted / naresh
FOR ALL ENTRIES IN IS NOTHING BUT INNER JOINS, INNER JOINS IS EXTRACTING A DATA FROM TWO DEPEND TABLES( PRIMARY AND FOREIGN) BUT IN FOR ALL ENTRIES IN EXTRACTING FROM MORE THAN TWO TABLES . MAIN ADVANTAGE OF FOR ALL ENTRIES IN IS IMPROVING PERFORMANCE OF SYSTEM (HOW)..
WE ARE SUPPURATION THE TABLES, AND USING THE INNER TABLE WITH REFERENCE OF FIELD STRINGS TYPE...AND CREATING A FINAL TABLE, IT CONTAINING A TOTAL FIELDS WHICH ARE YOU SELECTED IN
DEPENDENT TABLES ...
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
What is the different between template and a table?
How do you Export a session ?
There is a delivery that is being created through the ABAP code and in the middle it says delivery created but someone is modifying , how would you rectify this issue
How many types of tables exists and what are they in data dictionary? : abap data dictionary
What are the uses of interactive reporting?
State the system field for the current date?
Explain the sequences of event block?
what is the transaction transaction for setting parameters rdisp/buffermode
How do you Export a session ?
What are the names of the function modules that will be generated upon activation of a lock object?
how to create module pool program using table controls based on selection criteria specified for sales document item in the first screen and item details in the second screen. plz mention the detail coding Tahnks, Rahul
How to create a check box/option button in a list?
how to modify the standard method as per your requirement
What are the types of subroutines?
How do you find the information on the current screen?