What are the pre requisites for For all Entries?
Answer Posted / sainathraj
Prerequisites for "FOR ALL ENTRIES"
-----------------------------------
1) Check the higher level internal table having the data or
not. i.e (for eg)
IF not IT_EKKO is inital.
2)sort that internal table
3)delete the adjacent duplicates
4)consider all posssible key combinations in the WHERE condition
| Is This Answer Correct ? | 27 Yes | 6 No |
Post New Answer View All Answers
Can we control the sequence in which multiple implementations of a multiple use BADI are called? If yes, how?
What are the different types joins?
What is a report?
Can a filed occur in several field groups? : abap modularization
List some of the many different ways that the sap standard functionality can be changed by a customer?
What are the aggregate objects in the dictionary? : abap data dictionary
What does an exec sql statement do in abap? What is the disadvantage of using it?
Power is interrupted while transferring data from internal table to application server. How will you determine many records are transferred in session method and call transaction method? : abap bdc
What is synchronous update?
What are the different modes of processing batch input sessions? : abap bdc
How do you find number of records present in internal table?
What are the basic functions of database utility?
When you prefer lsmw?
What is dialog module?
What is the transaction for recording bdc ? : abap bdc