Step1: Create the Iflow with the desired name and connect the Sender and the integration process with the HTTP Adapter. Step2: Add the Content Modifier with two properties LogStartDate, LogEndDate as shown in below image. Name Source Type Source Value Data Type LogEndDate Expression ${date:now:yyyy-MM-dd’T’HH:mm:ss.SSS} java.lang.String LogStartDate Xpath /Root/StartDate java.lang.String Step3: Now add one […]
Cloud Integration
Integration of SAP CI(BTP IS) with IBM MQ through AMQP
Introduction What is IBM MQ? IBM MQ is a family of message-oriented middleware products that IBM launched in December 1993. It was originally called MQSeries, and was renamed WebSphere MQ in 2002 to join the suite of WebSphere products. In April 2014, it was renamed IBM MQ. IBM MQ supports the exchange of information between […]
Filtering Data Dynamically in SAP CPI using XSLT Mapping
You may have encountered various scenarios where you configured more than three filters and created different paths yet performed the same task in all these paths. The first filter has the department equal to HR, while the others correspond to Finance, Sales, and Audit, respectively. Even though the data processing occurs in different paths, the […]
Accessing Headers and Properties in Integration Advisor (IA) Mapping Guidelines (MAG) with the Global Parameters
Introduction: In this blog post, I would be explaining about how to access Headers and Properties in Integration Advisor (IA) Mapping Guidelines (MAG) Pre-Requisites: The following steps explain the step-by-step procedure of accessing Header and Properties in MAG Step 1: – Create Source MIG Step 2: – Create Target MIG Step 3: – Create MAG […]
Calling ABAP on Cloud Trial V4 ODATA from SAP S4 HANA On-premise Using ABAP – SM59
As a ABAP developer, creating and deploying your application in SAP BTP Platform is now very easy. Use of ABAP Restful application Programming model makes this tasks very easy. More over there is a huge demand now to deploy your application in ABAP on Cloud and to consume it in your On-premise applications and enhancements. […]
Test SAP CPI Mappings using Postman
Overview In this blog, we will see how you can use postman, to test the SAP CPI mappings. You can use this approach for testing your groovy/xslt mapping as well if you find it useful. SAP CPI mapping simulation lacks more functionality where as SAP PO has better one. In SAP CPI there is no […]
Cloud Integration(CPI) Monitoring made easy with SAP CAI Chatbot to help monitor message processing in Mobile Devices
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 […]
How to create External API using custom CDS view on S/4 Hana Cloud
Introduction: This document describes that if the standard API is not available to fulfil any integration requirement, then how to create an external API using standard or custom CDS view in S/4HANA cloud so that we can get the required data via created external API Here I will take one example where i want to […]
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 […]
SAP Datasphere: On Premise SFTP connectivity
Introduction: In this blog post we will be discussing the steps required to setup connectivity between SAP Datasphere (formerly Data Warehouse Cloud) and SFTP data source hosted on-premise. Components involved: The connectivity type used will be ‘Generic SFTP’ and it will support ‘Data flows’. Pre requisites: Step 1: SAP Datashphere environment Collect details of your […]