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 […]
SAP PO
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 […]