In ABAP What is the Use of "FOR ALL ENTRIES" Clause & when
it is being used. And what it really does?
Answer Posted / sreehari patnaik
"for all entries" is used when a developer wants to join a
transparent table with a cluster table so as to avoid the
nesting of select statements. It increases the performance
of the program.
Is This Answer Correct ? | 7 Yes | 5 No |
Post New Answer View All Answers
How to select valid lines for secondary list?
What is the function of a data element? : abap data dictionary
Explain how do you use structures in the abap programs?
What are the main events of which are used for logical database?
What is transparent table?
What are indexes? : sap abap data dictionary
Of the two call transaction and session method, which is faster?
How do you process errors in session method ? : abap bdc
What is asynchronous update?
What are the differences between se01, se09 and se10?
If I forgot some command in sap script e.g.: Suppress zero display – how to do find it?
What is a view in sap? : abap data dictionary
What are the different message types available in the abap/4 ?
What kind of BDC programs are written ?
what is friend class