Some tips and tricks for adapter modules lifecycle management
Recently I was involved in migrating lot of adapter modules from a PI 7.0 system to a PI 7.4 environment. Creating a custom adapter module is not too complicated but like anything else, we need to be...
View ArticleAnonymous SOAP calls in SAP PI
Best practice in SOAP calls is to provide at least user and password to authenticate call. Unfortunately sometimes the client systems do not provide the option to send credential in SOAP calls. This...
View ArticleDynamic File name and Directory pseudo code
Hi All, There are many articles, blogs and posts on dynamic filename in SCN. I was looking for a pseudo code where dynamic filename and dynamic directory has been implemented at the same time. I did'nt...
View ArticleHow to create SAP PI adapter modules in EJB 3.0
Introduction: We all have worked on creating custom adapter module in various projects at some point. And we have mostly written all our custom modules in EJB(Enterprise Java Bean) 2.1 standard. In...
View ArticleWebinar SAP HANA Cloud Integration
SAP has recognized the need for customers to leverage and augment their existing on-premise investments with cloud applications for faster business outcomes. To help customers rapidly and flexibly...
View ArticleUsing SAP Hana Cloud Integration (HCI) with SAP Cloud Connector
While trying on the SAP Hana Cloud Integration trial version for integration with on premise SAP systems and cloud SAP applications – one issue of concern is the connection between SAP HCI and on...
View ArticleFrom Swing to Eclipse: My two months experience on NWDS 7.31
In my recent role, I have the opportunity to work on PO 7.4 SP08, nearly the latest and greatest version of PO to date. My previous experience on NWDS was on version 7.11 CE which was mainly used for...
View ArticleAdapter Module Development. Set QoS EOIO with Queue Name based on XPath...
This adapter module allow you to set EOIO QoS and Queue ID in sender channel (even it was configured as EO). Queue Id can be setted as fixed value, or as value from Payload (using XPath).Module has two...
View ArticleHow to create Java Mapping in SAP PI / PO
This blog will complement other blogs on 'Java Mapping' in SCN. Sample Java Mapping used in the video: - package com.map; import java.io.*; import com.sap.aii.mapping.api.*; public class...
View ArticleWebSphere MQ JMS adapter configurations for SAP PI
WebSphere MQ JMS adapter configurations for SAP PIBusiness requirements need to integrate with other EAI technologies or some clients may use other EAI tools like(IIB9) in such cases we may get...
View ArticleAdapter module dynamic Queue Name, n xml elements
This is easy way to configure Sender channel to assign dynamic name to Queue, you can use n elements of XML Payload to assigne Qname Module EJB SAP EJB J2EE 1.4 Project, view doc [1], Is a very good...
View ArticleDeploying SQL JDBC driver in PI through NWDS
I am writing this blog as we faced multiple issues while deploying JDBC driver in our PI system through SUM and finally NWDS made it easy. I hope it will be useful for others as well. Our requirement...
View ArticleXML concepts/pre-requisites of XSLT mapping in SAP PI.
XML concepts/pre-requisites of XSLT mapping in SAP PIFirst let’s take a look at basic concepts: 1. what is XML- It is Extensible mark-up language. It is platform independent data format as well as...
View ArticleTime zone conversion in PI mapping
IntroductionI had a requirement recently that involved handling of time zone conversion between the sender and the receiver systems. I had hoped that this was achievable by the standard mapping...
View ArticleIdoc adapter in PI 7.4
a) Configurations in PI side - NWA. Open the NWA page (http://<host>:<port>/nwa)1) Click on: Configuration > Infrastructure > Application Resources Filter by key name in...
View ArticleWhy I hate... I mean avoid using RFC in PI
Warning: This blog is essential a rant and an opinion piece! I have repeatedly mentioned my dislike of the RFC functionality especially in terms of PI-related integration. RFC is a technology from the...
View ArticleEasy searching in your messages with SAP PI/PO
As a seasoned PI consultant, I wanted to create an archiving solution that would make a developer’s work easier. Specifically, I wanted to create an archiving module that would store a lot of metadata...
View ArticleXML concepts/pre-requisites of XSLT mapping in SAP PI.
XML concepts/pre-requisites of XSLT mapping in SAP PIFirst let’s take a look at basic concepts: 1. what is XML- It is Extensible mark-up language. It is platform independent data format as well as...
View ArticleHow to create XSLT Mapping in SAP PI / PO
This blog will complement other blogs on 'XSLT Mapping' in SCN. Direct link: How to create XSLT Mappinng in SAP PI / PO - YouTube I recommend, practicing how to use XSL elements like...
View ArticleHow did you learn SAP XI/PI/PO
I was talking to my little brother yesterday. He is a medical doctor and he is currently finishing his higher education. In this phase, he is working as a general practitioner - but he has supervision....
View Article