Integrationintermediate

SAP Cloud Integration (CPI) / Integration Suite

SAP's cloud-native, BTP-hosted integration platform for connecting S/4HANA, SuccessFactors, and third-party systems.

CPI (Cloud Integration, part of SAP Integration Suite on BTP) is SAP's current strategic integration platform, so it's the topic interviewers reach for when they want to confirm a candidate's integration knowledge is up to date rather than frozen at PI/PO, and it's increasingly the default expectation for any greenfield S/4HANA or SuccessFactors project.

CPI is like a cloud-based delivery and translation service you subscribe to rather than operating your own mail-sorting warehouse (PI/PO) - the service handles the machinery, and Cloud Connector is the secure, pre-arranged courier route it uses to reach your private building (on-premise system) without you having to leave your front door unlocked to the whole street.

Key Concepts

1
An integration flow (iFlow) is built visually in the Cloud Integration web-based editor as a sequence of steps on a pipeline: a sender connects via a configured adapter (SOAP, REST/HTTP, OData, SuccessFactors, IDoc, and many others via the growing adapter catalog), passes through processing steps like Content Modifier (adding/removing headers, properties, or body content), Message Mapping (graphical field-to-field transformation, conceptually similar to PI/PO's mapping but in a modern browser-based editor), Router (conditional branching based on message content), and Groovy Script steps for custom logic beyond what the standard palette steps offer, before a receiver adapter delivers the transformed message to the target system.
2
Because CPI is a multi-tenant cloud service, security and credential management work differently from on-premise PI/PO - Secure Store credentials referenced by alias (never hardcoded), OAuth2/client-certificate-based authentication for many adapters, and Cloud Connector as the specific secure tunnel component that lets CPI reach on-premise systems (like an on-premise S/4HANA system's OData service) without exposing that system directly to the public internet - a topic worth understanding well since it's a very common real deployment requirement (cloud CPI needing to reach an on-premise backend).
3
A senior-level answer covers pre-packaged integration content (SAP publishes ready-made iFlows for common scenarios like S/4HANA-to-SuccessFactors or S/4HANA-to-Ariba integration in the Integration Content catalog, dramatically reducing build time versus designing from scratch), monitoring via the Monitor Message Processing view (tracking individual message status, retry failed messages, inspect payload at each processing step for troubleshooting), and positions CPI as the direct strategic successor to PI/PO - while PI/PO remains supported for existing on-premise landscapes, virtually all new integration development, especially anything touching SAP's cloud portfolio (SuccessFactors, Ariba, Concur, S/4HANA Cloud), defaults to CPI.