Authentication between SAP Cloud Integration and SAP SuccessFactors using oAuth

SAP SuccessFactors Employee Central, SAP Integration Suite, SAP SuccessFactors HXM Suite

Introduction Basic authentication has been the way of communication between SAP Cloud Integration and SAP SuccessFactors. However, progessing to more secure ways of authentication mechanisms both SAP SuccessFactors and SAP Cloud Integration have enhanced capabilities to support oAuth based mechanisms. In this blog, the primary focus is on configuring connectivity between SAP SuccessFactors and SAP […]

Continue reading


Message retry using Process Direct and Data Store in SAP CPI

Cloud Integration

Introduction: Currently CPI version 6.20.20 doesn’t have inbuilt functionality to reprocess failed asynchronous messages. For the continuous business support in maintenance projects, it’s important to handle the failures (connection failures, message failures). There are many blogs available on retry using JMS queues, but with the limitation on the JMS queues for each tenant its more […]

Continue reading


Central monitoring of integration scenarios using SAP Cloud ALM

SAP Cloud ALM, Cloud Integration, SAP Integration Suite

Central monitoring of the entire IT landscape covering cloud-based applications and legacy on-premise solutions is more and more crucial today to oversee and react on business-critical incidents. Within this blog I will explain how SAP Cloud ALM and especially the Integration & Exception Monitoring application of this platform helps business and integration experts in their […]

Continue reading


Publishing Events from S/4 HANA to Event Mesh for Cloud integration for external systems

SAP Integration Suite, Cloud Integration

For the past few months, I have been working on an S/4 HANA new implementation leveraging the SAP integration suite – Cloud Integration, Event Mesh, API Hub, Integration advisor, etc. In this blog, I wanted to capture sending out business transaction events from S/4 HANA to the Event Mesh and having CPI read from the Event Mesh and then process the event, read additional data from S/4 HANA using the OData API to enrich the message, and then publish to an outbound queue for downstream systems.

Continue reading


SAP Cloud Integration – Prinicpal Propagation to Backend ABAP System using RFC

SAP Integration Suite, SAP ABAP, Cloud Integration

1. Introduction With the 5.25.x/6.17.x release, SAP Cloud Integration provides the support of Principal Propagation for the RFC adapter for Neo & CF versions. This blog explains on how to make use of this enhancement. 2. Overview The below diagram depicts that a BTP user can pass the identity to the backend ABAP system via […]

Continue reading


Propagate Hashmap values from primary iflow to secondary iflow using Soap adapter in SAP Cloud Integration

Cloud Integration, SAP Integration Suite, SAP Cloud Platform Integration

Introduction: In various requirements in SAP Cloud Integration( SAP CPI) we need to use HashMap (key-value pair) to assign values at message mapping runtime using groovy scripts. Here, We use groovy scripts to initialize, load and get values from hashmaps. Now, In a scenario where we have created a hashmap object in the main Iflow(Primary […]

Continue reading