In ABAP What is the Use of "FOR ALL ENTRIES" Clause & when
it is being used. And what it really does?
Answer Posted / sunil
For ALL Entries is used to join two different tables. By
tables i mean the internal tables. For All Entries has an
internal where condition in it. which makes the selection
process much faster. But still it is always better to use
inner joins when you have to join two database tables.
| Is This Answer Correct ? | 18 Yes | 32 No |
Post New Answer View All Answers
What are the page windows?
What are the organizational related infotypes? : abap hr
Do we have to migrate all sapscript forms to smart forms?
What is the company code? : sap abap hr
What are the advantages of logical databases : abap hr
What are the data types of the abap/4 layer? : abap data dictionary
What are the various events associated with screen programming?
How collect statement is different from append?
Normally how many and what files get created when a transaction program is written? what is the XXXXXTOP program?
When was the sap abap being created?
Explain lsmw?
What is the difference between skip and reserve?
What do you mean by batch data communications programming?
What is the table & field to identify the no of items (bottles) stored in one case?
What are the different types of mode (run code) in call transaction method?