Introduction In this blog, we will discuss how to set up a principal propagation scenario between SAP Integration Suite in Cloud Foundry to the Successfactors system. Overview A user logs in to the Cloud Foundry application. Its identity is established by an Identity Provider (IdP). This could be any trusted IdP. When the application retrieves […]
SAP Integration Suite
Exposing master data as ODATA service from S/4 HANA on-premise
The ABAP CDS views are present already in the S/4HANA on-premise waiting to be used up. The question is how to expose these CDS views from S/4HANA and consume as APIs in SAP BTP. In this blog post I will try to explain the steps to identify and expose the ABAP CDS views from SAP […]
AWS Serverless Lambda Functions to integrate S3 Buckets with SAP S/4 HANA using OData APIs
Introduction This blog shows to integrate AWS S3 Buckets, AWS Lambda Functions and SAP S/4 HANA OData APIs. For those unfamiliar with AWS S3 and Lambda functions, here are descriptions from the AWS websites: AWS (Amazon Web Services) Lambda is a serverless, event-driven service that allows you to execute any type of application logic dynamically […]
Simplify EDI with SAP S/4HANA Cloud with SAP Trading Partner Management and Cloud Integration
Introduction In this blog post I will demonstrate the feature provided by SAP TPM which can be provisioned in SAP CI. SAP TPM targets mainly EDI related integration and brings greater control and faster delivery by smartly orchestrating 3 technologies of integration suite. SAP cloud integration. SAP Integration advisor. Partner directory – plays a major […]
Inject Mapping Artifacts Generated by Integration Advisor (IA) into Cloud Integration (CI)
A B2B integration scenario involves many tasks associated with the exchange of business messages between the business partners. The required tasks include defining interfaces for the involved partners, creating mappings between the interfaces, generating the runtime artifacts and, finally, modeling the integration scenario. SAP Integration Advisor (IA) and SAP Cloud Integration play a key role […]
Send C4C Activity to Outlook Calendar using CPI with MS Graph API
Introduction This blog, we will go through a scenario of posting a new Meeting Event on Outlook Calendar from C4C Activity (Appointment ) using MS Graph API in CPI iFlow. As part of the iFlow we will take care of CREATE / UPDATE / CANCEL Event on the Outlook Calendar of the Activity Owner. The […]
SAP Integration Suite – Integration with SAP Master Data Integration (MDI) service
Introduction SAP Cloud Integration version 6.27.**, one of the capabilities of SAP Integration Suite, comes with addition of Master Data Integration – MDI – adapter, to integrate your scenarios with SAP Master Data Integration service. SAP Cloud Integration version 6.27.** software update is planned on end of May 2022 or beginning of June 2022 (date […]
Create Purchase Orders in S/4HANA by enabling a public API from a S/4HANA On-Premise System using SAP API Management and Cloud Connector
The use case I wanted to set up was to expose an API from a S/4HANA on-premise system to consume it in a custom application developed in SAP Business Technology Platform, which its purpose is to create a Purchase Orders in the S/4HANA system. Prerequisites: Important note: Make sure your Cloud Connector is running otherwise […]
Cloud Integration (SAP CPI / BTP CI) – On-Premise FTP connectivity by enabling passive mode
Introduction FTP supports two modes. These modes are called Standard (or Active) and Passive (or “PASV”). The Standard mode FTP client sends PORT commands to the FTP server. The Passive mode client sends PASV commands to the FTP Server. These commands are sent over the FTP command channel. Standard mode FTP clients first establish a […]
SAP BTP Integration Suite: Integration flow from SuccessFactors to a SFTP system
This was a request from one of my customer, they wanted to see a half interface from a SuccessFactors systems to a SFTP system. Let’s begin! First let’s connect to our SAP BTP integration Suite and create a new integration flow. Give it a name and click ok. Click on the newly created integration flow […]