Tag Archives: PI/PO

Attach Files to SAP Business Documents Using GOS – ABAP

In this article, we will see how to attach files to SAP business documents (objects) using Generic Object Services (GOS). First, we will understand the concept of GOS, then, how to use the GOS toolbox in GUI to attach files. Afterward, we’ll learn to implement an ABAP logic to attach a file interfaced through SAP […]

Digital Signature of Portugal Invoices SAP S4 HANA

What is the legal requirement for document verification using digital signatures? How does SAP store the digital signatures created for electronic documents by external systems? We will look into the aspect of integrating SAP S4 HANA with externally-generated digital signatures. What is a Digital Signature? A digital signature is an algorithm that verifies the authenticity […]

Electronic Bank Statement Integration (SAP S4 HANA)

In the article, we will go through different aspects related to Electronic Bank Statement (EBS) integration with SAP S4 HANA. First, we will have a look at the system integration architecture of message exchange between banks and SAP ERP. Then, at the integration solution design from an SAP perspective: how messages are encoded/decoded by systems, […]

Handling Attachments with Java Mapping – SAP PI/PO

In this article, we’ll look at how to handle attachments in incoming messages in PI/PO interfaces. We will go through use cases that involve attachments; Java class used for processing the attachments; and methods of the Java class that can be used to process attachments. Then, we will build a Java Mapping to read and […]

B2B Integration Scenario (EDI to iDoc) Using B2B Cockpit of SAP PI/PO

In the article, I will show you how to develop, configure and test a plain EDI to iDoc integration scenario step by step using B2B Integration Cockpit (Add-on). Not only will we configure an example EDI file to iDoc interface, but also look at the advantages of using B2B Integration Cockpit; prerequisites for B2B integration; […]

Receiver sFTP Adapter Configuration

Complete guide to sFTP receiver adapter Communication Channel configuration in SAP PI/PO. Each configuration’s parameter functionality explained in detail. In this article, we will look at these settings in sFTP Adapter, sFTP Adapter Transport Protocol, Message Protocol, and Adapter Engine Configuration. sFTP Receiver Server Destination Configuration. Authentication Methods of sFTP Channel. sFTP File Name and […]

The Difference Between Collapse Context and Remove Context in SAP PI/PO

Node Functions ‘Collapse Context’ and ‘Remove Context’ can be confusing if you are new to PI/PO space. Although Collapse Context and Remove Context have similarities, there are a few major differences between them. SAP Versions used in the illustration: SAP PO 7.5 What is a Context in PI? Before we look at the differences between […]

Alert Configuration Example in PI/PO Single Stack

The article is a guide on Alert configuration in Process Integration (PI) single stack installation or Process Orchestration (PO) with a step-by-step configuration example. In this article we will discuss the features of the SAP PI/PO alert framework, then we will look into the architecture of Component-Based Message Alerting (CBMA), and finally the SAP PI/PO […]

B2B Add-On Installation Guide

SAP introduced B2B Integration Cockpit (add-on) to facilitate all EDI communications of an organization with one component. Let’s look at how to install B2B add-on in Process Integration (PI) or Process Orchestration (PO). We will look at the steps that should be carried out as part of the Post Installation of B2B Integration Cockpit. B2B […]

Parametarized Mapping Example in SAP PI/PO

Parameterized mapping is a great way to leverage your mapping program to have multiple applications. SAP introduced this technique first in SAP PI version 7.1. Parameterized mapping allows you to transfer values to mapping program or values from the mapping program. Similar to how we use import and export parameters in a function, parameters can […]