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 […]
SAP PI
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 […]
SuccessFactors Integrations Beginners Guide- API Center
Introduction: Its been several years working on SuccessFactors Implementation Projects using SAP Cloud Platform Integration Suite Services for SAP and Non-SAP integrations .Will try for short series covering good to know Integration Touch Points for who are working on SuccessFactors Integrations.Will try not to cover topics where there are already nice blogs by fellow members. […]
Step-by-step guide on ‘How to create BPM scenario in SAP PO’
The step-by-step guide for creating BPM scenario in SAP PO 7.5 We will develop a scenario where BPM will decide whether the file will be placed to Developer or Manager folder based on Employee Designation. Prerequisites: 1) Check for proper connection is established between NWDS and PI Server. (Windows–>Preferences–>PI Tools Configuration–>Connections) 2) Check for PO […]
Let’s Consume GraphQL API from SAP PO
Recently I came across to a challenge of consuming GraphQL API through SAP PO 7.5. Obviously i though somebody must have had written GraphQL API Call’s through SAP PO, but to my surprise, i was not able to find any single blog on it. Also Read: SAP PO Certification Preparation Guide Currently, when industries are […]
View PIPO Monitoring logs from a SAP ABAP program
PO (Process Orchestration) message monitoring could be time consuming, annoying and difficult-to-do for most SAP users, especially as PO runs on JAVA stack and there is no ABAP stack to view message logs anymore. Therefore, most users may find it difficult to access the message monitor available on the JAVA stack and also it may […]