Adapters for SAP HCI: Integration with MS Dynamics CRM and RabbitMQ
IntroductionThis blog describes integration scenarios between Microsoft Dynamics CRM Online, Microsoft Azure Cloud Service Bus and RabbitMQ with SAP HCI. These scenarios are to show that non SAP...
View ArticleLength limitation for parameterized mappings
IntroductionUsage of Parameterized Mapping Program is a common design technique that increases the possible applications of a mapping program as well as its flexibility. Below are some of the use case...
View ArticleTo send data from request message payload to response message payload for...
Hi guys,Recently, I have come across a scenario where we needed to send some data from request payload to response payload for an Async-Sync bridge scenario. The approach I followed is described below:...
View ArticleREST Adapter in PI/PO: Enhanced XML/JSON Conversion
One of features of SAP standard REST adapter, is XML/JSON conversion - that surely makes sense, considering that internal processing in SAP PI/PO is done in XML format on one hand, and JSON format is...
View ArticleHCI: XML to CSV conversion in HCI
IntroductionHCI provides functionality to convert between XML to CSV and vice versa. Compared to PI, its functionality is relatively rudimentary and can only cater for very simple structures.Ā The...
View ArticleExample of Sender Rest Adapter in PI 7.4 - PUT Operation
Hi Everybody, Greetings from Colombia.Ā This is my first Blog.This is a step by step example of how to setup a Sender RESTAdapter Channel (with the Operation PUT), and how to test it using the Chrome...
View ArticleLookup of alternativeServiceIdentifier via CPA-cache failed for channel
I know we are not new to error "Lookup of alternativeServiceIdentifier via CPA-cache failed for channel" issue in SCN .Many blogs and references are there I am sharing my experience with this error as...
View ArticleStandalone Testing of SAP PI/PO Java Mapping Programs: Decoupling Mapping...
IntroStandalone testing of developed Java mapping programs for SAP PI/PO is one of effectively utilized techniques aiming simplification and reduction of efforts required for a mapping program testing....
View ArticleFrom PI to HCI: My one month adventure with HANA Cloud Integration
IntroductionRecently, I had the opportunity to evaluate the trial version of HANA Cloud Integration (HCI). With SAP focusing its business on cloud-based services, HCI is an area that is receiving...
View ArticleHow to persist custom data in SAP PI java table - Part 1
Introduction:In this blog, we will have a look on how to store and retrieve data in SAP PI on java database in a custom table. And perform CRUD (Create, Read,Update and Delete) of records in the custom...
View ArticleHow to persist custom data in SAP PI java table - Part 2
In part-1 we created table in java dictionary and deployed it on SAP PI server. And we also created Entity bean class for the table. Next we have to create EAR project for the EJB entity bean and...
View ArticleHow to persist custom data in SAP PI java table - Part 3
In part-1 and part-2 of the blog we created a table in java stack, created and deployed entity and session bean in java server. Also we added HTTP authentication for the deployed service.Ā In this part...
View ArticleHow to slow down the deletion process of Archiving jobs on Integration Engine
The archiving on Integration Engine always consists of two steps. First the message is written to an archive file (ARV_BC_XMB_WRP*) and afterwards the messages will be deleted (ARV_BC_XMB_DEL*).Ā -...
View ArticleSetup com.equalize.xpi.af.modules Adapter Module project in NWDS easily using...
IntroductionWhen I first shared on SCN the custom adapter modules that I developed, I hoped that it would be beneficial to others who require similar solutions for their requirement. My intention was...
View ArticleHCI: Parse XML easily with Groovy scripts
IntroductionHCI allows the usage of scripting languages in Integration Flows which can be used to enhance the functionality of the integration flow. Groovy scripts or Javascript can be implemented as a...
View ArticleSAP HCI: Integrate with Success Factors using OData API Query ($Select and...
Hello,Ā Two weeks ago we(myself, Patrick Kelleher and Paul Todd) were preparing for an event and were doing a full blown integration scenario using SAP HANA Cloud Integration.And today's blog is just a...
View ArticleIntroduction of the tables that keep message related data in the database of...
When you check the database of PI/PO system, you can see different table names and you may be wondering what message related data they keep and how to control the size of these tables. Here I will...
View ArticleAutomating PI Interface Volumes Monitoring
Problem -We recently faced a problem wherein a 3rd party vendor was not able to connect to our system and the communication channel showed no errors. There was no way we would have know about this...
View ArticleBuilding your first iFlow - Part 8: Dealing with certificates
In the previous installmentĀ Building your first iFlow - Part 7: Handling Errors we covered implementing error handling. However subsequently it appears that not all tenants come configured with the...
View ArticleBuilding your first iFlow - Part 5: Completing the iFlow
In the previous instalment Building your first iFlow - Part 4: Configuring your credentials we built an integration process and configured receiving the data and forwarding the response. The actual...
View Article