Communication Channel Administration in ABAP
MotivationIn any environment there maybe communication channels that should not be always started. Like those used for data loads or periodic activities (submitting tax, etc). Without detailed...
View ArticleSAP Process Integration Act as Message Broker for Other SAP Products
In this document, it will demonstrate how SAP PI act as message broker for SAP BPM and SAP MII and common technical strategy.1 .SAP Business Process Management (BPM) manages processes and process...
View ArticleHybrid Integration Solution: SAP Process Integration Transfer into SAP...
Starting from SAP Process Orchestration, the new ONE Integration Solution came out. SAP Process Orchestration not only a composite system combine PI,BPM and BRM together, but also makes system...
View ArticleExcelTransformBean: Convert various Excel formats to XML easily
IntroductionThere are already a handful of blogs on SCN dealing with Excel to XML conversion - so why another one?? Here is my wish list for a comprehensive solution:-Able to read all kinds of Excel...
View ArticleEasiest way to get the jar file for Java mapping
Document Objective: To get the required Java mapping .jar files. There are some methods already discussed in this blog that I have seen on scn to get the Java mapping .jar files.Sometime due to...
View ArticleA Simple approach in Reading Excel File
Hi folks! Working with Adapter-modules has always been challenging and great to use for typical business requirements dealing with Excel files. Excel files carry most of the financial...
View ArticleStep by Step Dynamically choosing target folder using JAVA mapping with SFTP...
Hello All, Business Requirement: We had to route the file to different folder using company-code as routing condition available in the file name. Since there was no transformation required so it was...
View ArticlePI.SFSF Integration.DOC - How to Model Successfactors SOAP and ODATA Entities...
Document Objective Objective of this document is to providing information about “How to Model SFSF SOAP and ODATA Entities using Eclipse Juno Tool”. Modelling consist mainly two activities:-1....
View ArticleFeatured Content in Process Integration (PI) & SOA Middleware
RKT Workshop on SAP HANA Cloud IntegrationWe are organizing a RKT workshop for SAP HANA Cloud Integration (SAP HCI) in Bangalore on Nov. 20+21, 2014. Visit us and get deep insight on SAP HCI with...
View ArticleSFTP Adapter Module in SAP PI 7.0
We don't have SFTP adapter Module in SAP PI 7.0 so if there is any requirement to connect a SFTP server then either we need to purchase an external adapter or we could create a module in JAVA. I was...
View ArticleExcelTransformBean Part 2: Convert simple XML to various Excel formats easily
IntroductionThis is a continuation of the ExcelTransformBean adapter module. The first part ExcelTransformBean Part 1: Convert various Excel formats to simple XML easily covers Excel to simple XML...
View ArticleStep by Step Dynamically choosing target folder using JAVA mapping with SFTP...
Hello All, Business Requirement: We had to route the file to different folder using company-code as routing condition available in the file name. Since there was no transformation required so it was...
View ArticleHow to use Global Variable in SAP PI Mapping
What is Global Variable?The variable which is accessible to whole program i.e. having global scope throughout a program is called as Global Variable. Here in PI we are actually referencing a definition...
View ArticlePI.SFSF Integration.DOC – Successfactors communication channel supports UDF...
Document Objective: Objective of this document is to providing information about that “SFSF SOAP Channel supports for UDF based Lookups”. This document provides an example on implementation of SFSF...
View ArticleConnecting ERP system to PI system via Netweaver Administrator
This document describes step by step with screenshots how to connect an ERP6.04 ABAP system to 7.10 PI system. STEP1 - Login to your NWA via: http://<IP or Hostname of PI>:5SN00/nwa and navigate...
View ArticleHow to pick up files with filename dynamically specified in message content
Update 8 Jan 2015: Add Sync-Async bridge as a use case IntroductionTypically, file based interfaces involve pickup of files for further processing. SAP's file based adapters (NFS, FTP, SFTP) provide...
View ArticleSpecial character’s handling in PI/XI simplest ever.
We normally come across this very common issue where special characters are received from ECC and passes through PI successfully and at receiving system it fails as the receiver does not accept special...
View ArticlePIP(Partner Interface Process) Codes: Consolidated List
The entire business supply chain domains for which PIPs are specified are divided into many clusters. Each cluster is further sub-divided into segments. Each segment consists of several PIPs.PIPs...
View ArticleFCC parameter reference for MessageTransformBean module
Update 2 Jan 2015: Correction for StructPlain2XML- should be xml.processFieldNames instead of xml.<StructureName>.processFieldNamesThis document was moved from the following blog FCC parameter...
View ArticleSimplify Java Mapping with Reusable Abstract Classes
Update 19 May 2014:JAR file also available for download at GitHub repository BackgroundWhenever we need to develop Java mappings in PI, often it involves a lot of copy-paste of codes and doing the same...
View Article