Overview Identity providers like Auth0 allow companies to “outsource” the hard work of hosting an own identity provider solution by leveraging open standards like Oauth2 and JWT (JSON Web tokens). By that you could establish a trust between your API and Auth0 as authentication service. An API client would then authenticate itself in Auth0 and […]
SAP Process Integration
Consuming RESTful Service using JSON body parameters
Introduction This is a scenario for connect a basic SAP-to-REST synchronous interface using JSON body parameters. Motivation I ran into this problem, I had to research about the specific configuration to use JSon as parameters in the body, not in the request header. Next, I’ll share the solution I’ve come up with… System versions SAP […]
SAP PI/PO Communication Channel Tool
Purpose In this blog post I will show you how can you work this a new communication channel tool in order to start or stop a channel in SAP PO from a SAP ABAP Program. My system My System: SAP S/4HANA 1909 and SAP PO 7.5 SAP Note relevant 2691666 – How to extract PI […]
SAP Process Integration Test Tool (PIT) – News in SP20
With SP20 we enlarge the test strategy supported by PIT Tool. Until now it was only possible to do positive tests. Positive testing is based on the assumption that a message, which was successful in the source system, is expected to be successful in the target system as well. A positive test checks, that the […]
Integrating AWS (DynamoDB) with SAP CPI
As the world is moving towards the Cloud from On-Premise, the need of integrating with Cloud service provider raises. AWS is one of the major cloud service provider and hence, the integration of SAP (or) other third party systems with the services in AWS is needed. AWS has n number of dedicated services and each […]
Receiving events from Dynamics 365 CRM using webhooks
Introduction Starting with Dynamics 365 CRM 9.0 you can send data about events that occur on the Dynamics server to external applications like SCPI application using webhooks. Webhooks is a lightweight HTTP pattern for connecting Web APIs and services with a publish/subscribe model. Webhook consumers register webhook plugins about entity events. Dynamics will use these […]
How to Share/Deploy/Undeploy local BPM process using NWDS
This blog will provide step by step guide on how to Import/Export,Deploy/Undeploy BPM Process using NWDS and PO. 1) How to Export BPM Process/SC? Open Development Infrastructure Perspective window->Perspective->Open Perspective->Other->Development Infrastructure. Open Component browser and select the SC and click on export Select all development components and click on force build. Click on next and […]
SFTP Housekeeping job via SAP PO
Overview SFTP cleanup job is done by the Infrastructure team in most of the organization, I have implemented an interface in SAP PO to automate the manual task. I have developed an asynchronous loop back interface in SAP PO and written a java function to open SFTP connection and look for files, delete them and […]
Trading Platform Integration Automation
Introduction In the latest versions of S4 HANA 2020, SAP has come with per-defined integration with one of the trading platform 360T. Which can be extended to other trading platform subject to the changes in the upload file. S4 HANA cloud back-end systems use Hedge Management cockpit to create Hedge request. Other than S4 HANA […]
File to Mail Attachment Scenario
Overview: This blog’s main objective is to consolidate different approaches to address below cases using PI/PO scenarios: How to send a mail having a FlatFile as a mail-attachment How to encrypt/sign the attachment on runtime before sending it to the mail How to set mail-attachment name as of original file name without using any CustomAdpaterModule […]