1. SAP Help Portal
SAP Integration Suite Documentation: In the section describing Data Store operations
the Write operation's parameters are detailed. It explicitly states for the "Overwrite Existing Message" parameter: "If you select this option
an existing entry in the data store is overwritten if a new entry with the same ID is being written. If you do not select this option
the integration flow fails if an entry with the same ID already exists."
Source: SAP Help Portal
Cloud Integration -> Creating an Integration Flow -> Define Data Store Operations
Section: "Write".
2. SAP Learning Journey
Developing with SAP Integration Suite: The official training material for the CCPI2404 certification covers data persistence. In the unit on "Using Data Store and Variables
" the behavior of the Write operation is explained
highlighting that the "Overwrite Existing Message" checkbox is the specific mechanism to prevent the process from failing on duplicate keys.
Source: SAP Learning
SAP Integration Suite Certification Path (CCPI2404) -> Unit: Using Data Store and Variables.