SAP Process Integration is a part of the SAP NetWeaver platform. It is called SAP NetWeaver Exchange Infrastructure XI in NetWeaver 7.0 ehp2 and older versions. SAP NetWeaver Process Integration is a part of the NetWeaver software component and is used for exchange of information in company’s internal system or with external parties.
SAP Process Orchestration
Facilitate JWT with Auth0 and OpenAPIs on SAP PO
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 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 […]
SAP Cloud Platform Integration- Connecting Microsoft SQL Sever
Introduction: JDBC connectivity to On Prem Database Systems-it was long awaited feature in SAP Cloud Platform Integration space. Latest release finally have option to work on it. Lets see how to work on the same. Scenario: Lets consider 3 most used concepts from integration perspective. Setup your SAP Cloud Connector: Follow below tutorial to install […]
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 […]
C_PO_7517: How to Pass the SAP Process Orchestration Exam?
SAP Process Orchestration or the C_PO_7517 certification could be helpful for a newbie to make a career. The C_PO_7517 study guide, overview, and benefits are written in this article to provide knowledge about the exam.
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 […]