Is der any other criteria for using For All Entries except
if not itab is initial?
Answer Posted / nivedhan
In case of FOR ALL entries,
1. Move the contents of the internal table to a local
internal table.
2. Sort the local internal table with the key you are going
to use.
3. Delete adjacent duplicates in the local internal table
with the same key you have used for sorting.
4. Finally, before the select query check if the local
internal table is not initial.
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
What is the difference between skip and reserve?
How can you distinguish between different kinds of parameters?
What are the different kinds of lock modes?
What are the disadvantages of logical databases?
how to track records from data dictionary?
Difference between sy-tabix and sy-index? Where it is used? Can you check sy-subarc after perform?
What is the purpose of creating symbolic a/c, what is transaction code for same? Can we assign one symbolic a/c to multiple wage types? : sap abap hr
What are conversion routines? : abap data dictionary
Explain what are the different functions used in sap script? What are the parameters used in each function?
What is meant by a schema? : sap abap hr
What is Transactional based Application & Role based Application?
Explain what are interactive reports?
While sorting field groups we cannot use more than one key field. State true or false. : abap modularization
What does a lock object involve?
What are the different types of sapscript symbols?