Fetch Delta Records from Multiple Entities in SuccessFactors Using OData API and Groovy Script

SAP Integration Suite, SAP SuccessFactors Employee Central, Cloud Integration, SAP SuccessFactors Employee Central integration to SAP Business Suite

Fetching delta records in Success Factors can be straightforward when dealing with a single entity using filters and the lastModifiedDateTime field. However, the process becomes more complex when multiple entities are involved, each with its own lastModifiedDateTime field. Traditional methods, such as using properties or XSLT mapping, can be cumbersome and may lead to inefficient […]

Continue reading


Create DataType and Message Type artifact in Cloud Integration capability of SAP Integration Suite

SAP Integration Suite, Cloud Integration, SAP Process Integration, SAP Integration Strategy

Introduction SAP Cloud Integration version 6.54.xx comes with new feature, where in one can create Datatype and Messagetype as reusable design time artifacts in Cloud Integration capability of SAP Integration Suite This feature is available only in SAP Integration Suite standard and above service plans. SAP Cloud Integration version 6.54.xx software update is planned on […]

Continue reading


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