It’s time for the news about the SAP Process Integration Test Tool(PIT). With the Support Packages 18 we deliver an email alert function, a where-use list and the configuration viewer. Also Read: SAP PO Certification Preparation Guide We developed an alert functionality via email notifications. This comes in combination with schedules. When an error occurs […]
SAP Process Orchestration
Handling ZIP files in SAP Cloud Platform Integration
Introduction: In below blog would like to share how to deal with File Archives ( ZIP ) in SAP Cloud Platform using ZIP Splitter and ZIP Aggregator. Scenarios: In following sections will cover scenarios involving SFTP,SOAP and HTTP adapter with ZIP file content in detail. Also Read: SAP Cloud Platform Integration Certification Preparation Guide Unzipping […]
Guide on NWBPM – Async/Sync Bridge and Enrich Input Payload with Response
Step by Step guide on NW-BPM – Async/Sync Scenarios and Enrich Request Payload With Response Message Summary This is a simple guidance document which will help to understand how to design NWBPM interfaces in SAP PO. Please note there is other way to build Async/Sync Bridge in SAP PO without NWBPM. However, there might be […]
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 […]
Create multipart/form-data service with forwarded basic authorization using JIRA REST API
Business background Recently I’ve received interesting requirement: integrate SAP system with Atlassian’s JIRA software to enable creating new issues directly from SAP GUI. Because this software provides its own REST API it seemed to be an easy task. However, creating new issue is not enough, because user reporting some kind of an issue would like […]
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 […]
Integration with Graph Database Neo4j
There are many databases on the market, but most of them are categorized into three data models relational, document, and graph. Data models and characteristics of the application to store and retrieve data are the factors to choose databases, and we do not compare which one is better. Very clear that the document model is […]
SAP API Management JavaScript and serviceCallout policy along with SAP PO use-case
Overview:- We use DynamicConfigurationBean bean to edit the message header for adapter-specific message attributes also to add, delete attributes from message headers. We usually use this when we develop pass-through interface using File and SFTP adapter, recently I came across a situation where I need to send (just pass-through) file from SFTP server to REST […]
SAP PI/PO – Java Mapping Create attachments – SFTP
I just would like to post one solution for a project that the requirement to write down the files in the SFTP server must follow the order – first PDF and the corresponding XML for each PDF’s. Integration Diagram: Outbound interface – Abap proxy with attachments (application/pdf and application/xml) in SAP PI transformation of reading […]
SAP PI/PO – Content Conversion plus Java Mapping – ZIDOC
I would like to share one a proof of concept that later one became a project, the solution was to read a text/plain file from FTP/SFTP server and generate the ZIDOC but the text/plain file was not possible to make clear content conversion configuration because it’s not (CSV) file and there was no pattern for […]