1. SAP Help Portal - What Is a Data Flow?: This official documentation states
"You use a data flow to integrate
transform
and combine data from one or more source objects and load it into one or more target objects." This supports options B and D.
2. SAP Help Portal - Data Flow Execution: This page confirms parallel processing: "If your data flow has multiple branches that are independent of each other
they are processed in parallel." This directly supports option D.
3. SAP Help Portal - Script Operator: This document details the Python script functionality: "You can use the Script operator to write a Python script to transform your data." This supports option E.
4. SAP Help Portal - Loading Data into a Target Table: This page describes the available load types (Append
Truncate
Upsert)
confirming the absence of a selective Delete operation
which makes option C incorrect.