What is the use of for all entries in SAP ABAP?
What is the use of for all entries in SAP ABAP? 'FOR ALL ENTRIES' is the addition of a select statement. It allows comparing header(parent) internal table When selecting the item(child) data with internal table-filed in the where condition. Then Data is retrieved from the item table equal based on the where condition internal table key field. Why we use for all entries instead of JOINs? FOR ALL ENTRIES eliminates duplicates from the results. I find JOINs to be more time consuming to code. Some preliminary testing I have done comparing JOINs with FOR ALL ENTRIES show that FOR ALL...