Using Build Apps to Create a List Report with Charts, Tables and Pagination

SAP BTP, Cloud Integration, SAP CPI

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 […]

Continue reading


SAP Event Mesh: S4 HANA On-Prem and SAP CI(BTP IS) through WebSocket and Webhooks

SAP Integration Suite, SAP ABAP Development, Cloud Integration, SAP Process Integration, SAP Process Orchestration, SAP S/4HANA

Introduction What is Event Mesh? SAP Event Mesh allows applications to communicate through asynchronous events. Experience greater agility and scalability when you create responsive applications that work independently and participate in event-driven business processes across your business ecosystem. In this decoupled integration the producers of the events will not know the consumers of the events. […]

Continue reading


Integration of SAP CI(BTP IS) with IBM MQ through AMQP

SAP Integration Suite, Cloud Connector, Cloud Integration, SAP Process Integration, SAP Process Orchestration

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 […]

Continue reading


Filtering Data Dynamically in SAP CPI using XSLT Mapping

SAP Cloud Platform, Cloud Integration, SAP SuccessFactors Platform

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 […]

Continue reading


Accessing Headers and Properties in Integration Advisor (IA) Mapping Guidelines (MAG) with the Global Parameters

Cloud Integration, SAP Business Technology Platform, SAP Integration Suite

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 […]

Continue reading


Calling ABAP on Cloud Trial V4 ODATA from SAP S4 HANA On-premise Using ABAP – SM59

ABAP RESTful Application Programming Model, SAP ABAP Development, Cloud Integration, SAP BTP

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. […]

Continue reading