what is the use of FOR ALL ENTRIES in an internal table?
Answer Posted / manohar.b
FOR ALL ENTRIES is used to join the tables.
The Main Advantage is whenever we r using this FOR ALL
ENTRIES we r going to join the tables in the appliction
level.In all other joining conditions like INNER
JOINS,VIEWS,NESTED SELECTS we r going to join them in
database level itself.which may cause some bad performance
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
while implementing badi what are the tables u find??
What are the buffering types?
What are the internal tables and work area?
How do you set up background jobs in sap? What are the steps? What are the event driven batch jobs?
What has to be done to the packed fields before submitting to a BDC session.
What are the 3 methods that we use in sequence in a batch input session method? : abap bdc
What are the different types of views in sap? : abap data dictionary
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
Can we set page headers to details lists?
hi to all abap interview guys please notify this .. first if u have any doubts please go through google search or else please do debugging with some sample programs . but don't post even silly questions too. thanking you.
What is the tcode to create indexes?
What are authorization objects and what statement is used to perform an authorization check in an abap program?
I need the coding for BDC program to upload Purchase orders of known vendor (ME21) in Material Management
Event handling in oops
How will you link form with the event driven in sap scripts?