what is the use of FOR ALL ENTRIES in an internal table?
Answer Posted / sriram
Actually It is used instead of inner join because when we want to join morn than 3 tables using inner join it will put a heavy load on the database server. instead of taking heavy load on DB server we will use for all entries ...
USED to retrieve the matched Records from the Different DB Tables..
Syntax :
select * from DBTABLE1 into table ITAB1
if itab1 is not initial
select * from DBTABLE2 into table itab2
where condition.
| Is This Answer Correct ? | 1 Yes | 5 No |
Post New Answer View All Answers
How do you read files from the application server ? : abap bdc
What is an internal table?
Explain the different types of mode (run code) in call transaction method?
Does the call transaction method allow multiple transactions to be processed by sap? : abap bdc
2)In production what is the user exit?
List the events in abap/4 language?
Explain get pernr concept when we use logical data base? : abap hr
Explain different types of locks?
Can you give the Example for the structure of an ABAP program? REPORT... NODES: SPFLI, SFLIGHT. DATA:... INITIALIZATION. AT SELECTION-SCREEN. START-OF-SELECTION. GET SPFLI... GET SFLIGHT... GET SPFLI LATE. END-OF-SELECTION. FORM... ENDFORM.
Table events aNd table maintains generation
What is table attribute? : abap data dictionary
How many types of size categories and data classes are there? : abap data dictionary
What is the difference between table and template?
Some Realtime Objects on Bdc.
How to copy table across clients?