What are the pre requisites for For all Entries?
Answer Posted / sainathraj
FOR ALL ENTRIES is used to replace nested select loops by
operations on internal tables.
Things to be considerd when working with 'for all entries':
1)Make sure that the select contains atleast the primary key
fields
2)IF NOT <ITAB> IS INITIAL. is a mandatory check before FOR
ALL ENTRIES.
| Is This Answer Correct ? | 46 Yes | 1 No |
Post New Answer View All Answers
Create any functions? How to go about it?
After running a BDC program in background, next day morning when you see the results, few records are not updated(error records). What will you do then ?
Can a transparent table exist in data dictionary but not in the data base physically? : sap abap data dictionary
How can one distinguish between different kinds of parameters? : abap modularization
What do you understand by work area and internal tables in abap? Why do we use it?
What are the internal tables and work area?
Why bapi need then bdc ? : abap bdc
What are the domains and data element?
What are internal tables? : abap hr
What is your current client number?
Table events aNd table maintains generation
What are null values?
What are the steps to execute session method?
Can a domain, assigned to a data element be changed?
What is tcode se16. For what is it used. Explain briefly?