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 meant by hot spots? : abap data dictionary
What is the table & field to identify the no of items (bottles) stored in one case?
what is the exact code that shoud be implimented in sap note
Give few names of pooled tables in sap ?
What are the classifications of the sap abap data classes?
where are the passwords for ITS stores?
What is narrow casting and wide casting?
Proxy Programming with ABAP - How to develop the Proxy identification through programming
What are field symbols?
A function module can be called from a transaction screen outside an abap/4 program. State true or false. : abap modularization
What is the difference between data elements and domains?
The commands through which an abap/4 module can “branch to “ or “call” the next screen are?
What is a transaction variant and why are they used?
If I have put commit in badi implementation class after update, is it allowed? Also if some standard functionality already implemented an update and now i m doing update and if it fails, what will be the impact of commit?
Did you create primary index?