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
Did you create any joins?
What are null values? : abap data dictionary
What is the use of table control in bdc is it same in module pool table control? : abap bdc
What are the basic functions of database utility? : abap data dictionary
what is call back in alv?
What are the different types of abap/4 programs?
What is meant by stacked list?
What is an interactive report?
What work you have done in HR module
Can you delete data element, which is being used by table fields?
what are the important fields while preparing sales order,inquiry?
What is synchronous update?
What is the use of the raising exception?
Explain Singleton class
Explain buffering concept usage?