1. SAP Help Portal
ABAP Platform on SAP BTP
"Enabling ABAP CDS Views for Data Extraction": This document outlines the different delta mechanisms for CDS Views. It describes Change Data Capture (CDC) as the mechanism that "records all data changes (inserts
updates
deletes) in a database table in the source system
" highlighting its ability to capture deletions
which a simple byElement (timestamp) delta cannot.
2. SAP Note 2830590 - ODP-CDS: Recommendations and Restrictions for Delta Extraction: This official SAP Note provides best practices. It explicitly states
"For transactional data
it is recommended to use the CDC delta mechanism because it can handle deleted records and ensures that no data changes are lost." A customer table
while master data
requires the same level of transactional integrity for changes.
3. SAP Help Portal
SAP BW/4HANA
"Transferring Data from ABAP CDS Views": This documentation details the integration between S/4HANA and BW/4HANA. It presents the ODP-CDS context and explains that for delta-enabled CDS views
the "Change Data Capture" (CDC) mechanism is a key feature for reliable data replication
reinforcing it as the strategic choice.