Introduction: In this current blog, we will discuss about cloud integration monitoring and accessing of message processing logs (MPL). The MPL stores information about the individual processing steps for each processed message in the tenant therefore providing the detailed overview of every individual messages on the tenant. To access MPL, we have got an OData […]
SAP Integration Suite
Using Cloud Integration & Open Connector to achieve seamless master data upload to S/4HANA Cloud
Introduction Resource utilization is an important aspect of SAP IPAAS (Integration Suite). Since we need to work with a finite amount of processing speed and memory, we need to take this into consideration when developing new interface. Here I will present an alternate way of accomplishing a simple task of master data upload to S/4HANA […]
Integration of SAP CPI(BTP IS) with ChatGPT
Integration of SAP CPI(BTP IS) with ChatGPT Introduction What is ChatGPT? ChatGPT is a language model developed by OpenAI. It is designed to understand natural language, generate human-like responses to a wide range of questions, and carry out various language-related tasks. It has been trained on a large corpus of text data and can understand […]
SAP Integration Suite, advanced event mesh: Using SAP SuccessFactors solutions as an Event Source
SAP SuccessFactors solutions are cloud-based HCM software applications that support core HR and payroll, talent management, HR analytics and workforce planning, and employee experience management. SuccessFactors solutions are used by over 235+ million users in more than 200 countries and territories around the world. SAP SuccessFactors Intelligent Services Events SuccessFactors already comes with Intelligent Services […]
Cloud Integration with SAP Build App (AppGyver)
Introduction: This blog post shows the steps to create a simple CPI monitoring App using AppGyver. Configuration Guide: High level set up guide for AppGyver: 1. Use REST API Direct Integration to connect with API endpoint from SAP API Management, which is in turn connected to SAP CPI. ** Please note, the data used in […]
Principal Propagation from Cloud Foundry to Successfactors System
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 […]
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 […]
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 […]