This article illustrates the complete file to inbound Proxy interface development in detail. In addition, we will look at how to generate Proxy class in SAP back-end and implement ABAP logic. File to Proxy interface scenario is illustrated using an SAP exchange rate creation asynchronous interface. Exchange rates included in the XML file are sent […]
Tag Archives: Message Type
SAP S4 HANA
SAP iDoc Status Codes (Ultimate Guide)
In this article, we will learn the concept of iDoc status and its purpose. Then [...]
2 Comments
Continue reading →CPI
Introduction to SAP CPI and Integration Suite
In this article, we will look into SAP Cloud Integration Suite, Cloud Integration Platform, and [...]
2 Comments
Continue reading →ArchiveLink
Download Files from ArchiveLink
Let’s look at how to access files stored in ArchiveLink and download them to the [...]
Continue reading →ArchiveLink
Store Files in SAP ArchiveLink
In this article, we will discuss the functionality of ArchiveLink, a data storage interface provided [...]
1 Comment
Continue reading →ABAP
Attach Files to SAP Business Documents Using GOS – ABAP
In this article, we will see how to attach files to SAP business documents (objects) [...]
5 Comments
Continue reading →There are several ways to encode and decode Base64 messages in SAP PI/PO. In this post, we will discuss how to convert Base64 using User Defined Functions (UDF). You can also use Java Mapping class to encode or decode Base64 format. In SAP Back-end system the same functionality can be achieved using ABAP Function Modules […]
There are a lot of instances when you need to transform plain file formats such as .txt .csv .des to XML formats in integration scenarios. SAP PI/PO has capabilities to convert plain file formats to XML formats such as adapter specific content conversion techniques, Plain2XML adapter modules, Java Mapping, etc., but these methods have a […]