Java 8 Update 20->40 - Security Error prevents ESR/ID Opening
Introduction So perhaps like me you couldn't help yourself and updated your local Java Run-time Environment to Update 40 of Java 8. That runtime is central to your loading of the development and...
View ArticleHow to create Java Mapping in SAP PI / PO - using DOM parser
This blog will complement other blogs on 'Java Mapping using DOM parser' in SCN.Direct link: How to create Java Mapping in SAP PI - PO using DOM parser - YouTubeAttached text file has: -1. XML used in...
View ArticleUSEFUL UDFs
Dear SCN Users, Collected some UDFs which will be used in most of the scenarios.1.UDF to get the input filename and write the output file with input filenameDynamicConfiguration conf =...
View ArticleIntegration between SAP and SharePoint using Advantco REST Adapter
RequirementThis blog is to demonstrate How Advantco REST Adapter can be used to retrieve or place file in the SharePoint server using Microsoft Azure Integration. REST (Representational State Transfer)...
View ArticleRead Entire Input file data as-is in Single node and pass to Output - With...
Hi All, In one of our projects, we had a requirement to read the incoming .CSV file and pass its entire content as-is in one of the Target Structure Node. As in normal scenario, I decided to use FCC in...
View ArticledynamicSubstring - simplifying your substring logic
IntroductionA common mapping requirement that crops up every now and then is the requirement to extract a portion of data from a source field. This can be easily achieved with the standard function...
View ArticleWebinar Series: Innovate and Monetize with SAP HANA Cloud Integration as an...
I recently mentioned it here, but it's so true that it's worth repeating: cloud opportunities are up for grabs by everyone, and especially by SAP's ecosystem... Not sure about it? Join us for a series...
View ArticleFormatConversionBean - One Bean to rule them all!
IntroductionOver the past months, I have introduced various custom adapter modules that are configurable and reusable; aiming to handle various format conversions to/from XML that are not available in...
View ArticleExtracting data for ESR Objects in a SAP PI System
This wiki link already covers how to extract information from ESR / ID objects . This works fine for checking a single object. However, sometimes we may need to extract metadata of all PI objects ( for...
View ArticleCompare map versions between two PI systems
In this blog, I'll extend to what we learnt in this blog ( link ) about populating SimpleQuery Parameters and getting metadata about ESR Objects. We'll get the maps in system 1 and compare them with...
View ArticleGet List of all Graphical Maps using Value Mapping
This is one more use case of automating extracting ESR information via Simple Query. This link has the introduction and this link has a use case to compare map versions between two systems. Now, let's...
View ArticleIs it bye bye to SAP standard enterprise services? With no way to enhance in...
Hi all,This is just a warning to all fans of the standard SAP enterprise services. I am beginning to suspect that there are not that many of us , but I will keep hope alive. One of these days, I hope...
View ArticleWhitepaper: Customer Use Cases in SAP HANA Cloud Integration
Hello Colleagues! We see an explosion of cloud applications in the market today. And the ability to quickly and accurately integrate your existing on-premise systems with the cloud applications is a...
View ArticleData integration with Salesforce and SAP PI/PO using Outbound Messaging.
Introduction:One of the challenges for any Salesforce and SAP PI/PO integration project is getting data from Salesforce back to SAP in reliable and secured way. Salesforce provides different ways like...
View ArticleSFTP Adapter - Handling Large File
In SFTP adapter the following interactive options are included for handling large sized files:Bypass PI Runtime For File TransferChunk ModeBypass PI Runtime for File TransferThis option allows user to...
View ArticleAdd External Jar files in your UDF - Working with API's
Background Writing UDF was always more easier than writing a Java code outside ESR and bring it back as Imported Archive. You can find all the details in this blog about implementing Java Mapping...
View ArticleAdvantco receiver SFTP adapter and Variable Substitution
Recently, I happened to discover a nice feature of Advantco SFTP adapter which we might have missed checking in any of the other vendor SFTP adapters or even SAP SFTP adapter. The feature which I would...
View ArticleDid you ever wanted to link an XI/PI message with a business document?
Did you ever wanted to link a message with a business document? Often, messages are generated in the background and in hidden places like a BADI making it difficult to trace. In my current project for...
View ArticleCreate two files with same time stamp using StreamTransformationConstants
IntroductionThe requirement is to create two files with different file names from one source message but we have to keep the same time stamp for both files (ABC_20140409-1030-897.txt and...
View ArticleUsing PGP module in advantco receiver SFTP adapter and need FCC? - Do not use...
When it comes to FCC errors during runtime, it always become tricky in identifying the point of failure if the file content is the problem or if some parameters are missing in channel for special case...
View Article