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 take care of performance issues in your ABAP programs?
hi..i hav developed an interactive report in which alv list display in basic list and 1st secondary list in alv grid display.I want to get summation(total) of the columns in the secondary list.I hav used 'do_sum' but i couldnt get.is there any other way to get summation(total) in secondary list which is an alv grid display
What are the classifications of the sap abap data classes?
What is the difference between abap and hr abap? : abap hr
What is ps structure? : abap hr
Polymorphism real time scenario
A field containing currency amounts (data type curr) must be assigned to a reference table and a reference field. Explain?
Why is pretty printer user in abap?
any one can tell me which is the tables can store in ddic plese dont say db02l,please give me different ways of resideing the tables ?
What are the steps in creating screen ?
What are the types of windows in sap script?
What are the check tables?
what is the t-code to link technical and functional operation?
Can we access static attribute from instance method
Workbench request are client dependent or client independent