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 should be declared explicitly in the corresponding abap/4 statements to access internal tables without header lines & why? : abap modularization
Define batch input session?
What is locking ?
What are the function modules that are generated when you activate a lockobject? : sap abap data dictionary
What are the 3 methods that we use in sequence in a batch input session method? : abap bdc
when run my program in se38 it was showing output, when i take background execution and giving printer details it was shoing out put. but in SP01 when i give the Spool Request Number it was showing not yet processed entire page why it happens i dont know please give me a solution.
Can a constructor be redefined?
What is the significance of the memory table ‘screen’?
How to debug a sapscript?
How do you write a function module in sap?
I am getting the (first) page number and the remaining records displayed in another list in another page BUT the PAGE Number is not displayed? What is the code/solution?
What are the different functions used in sap script? What are the parameters used in each function?
What are the attributes of a field that can be activated or deactivated during runtime?
Define subtype ? : abap hr
What are your ways to performance optimization?