AttachmentSplitterBean - Split attachments into child messages
IntroductionSplitting a message into multiple messages is a common integration requirement. One of the most common approach is with multi-mapping, however this approach only works for splitting the...
View ArticleProcess Integration - Previously Featured
Previously featuredSAP HANA Cloud Integration WebinarIn this 60 minutes webinar presented by Sindhu Gangadharan you can understand the core product capabilities of SAP HANA Cloud Integration. You can...
View ArticleChoosing between Graphical Variable and useOneAsMany
To repeat a target field in message mapping, we can use one-to-one mapping, CopyValue, Graphical Variable and useOneAsMany. Example 1: -Let’s try one-to-one mapping and CopyValue in below example. Both...
View ArticleCustomer Use Cases: SAP HANA Cloud Integration
In this article, we'll look at some of the use cases for which many customers choose SAP HANA Cloud Integration as their integration-of-choice.View this Document
View ArticleRead input text content into a field - using UDF
Requirement of reading entire input text content (CSV, fixed-length) into a output field, can be achieved using 'File Content Conversion' OR 'MessageTransformBean' in sender channel and a UDF in...
View ArticleFlat file to deep XML - using an UDF
'File Content Conversion' OR 'MessageTransformBean' in sender channel can produce a 4 level deep XML, maximum.If expected XML is more than 4 level deep.Solution: - Develop FCC or MTB to read each line...
View ArticleDeep XML to Flat file - using an UDF
'File Content Conversion' OR 'MessageTransformBean' in receiver channel can process 3 level deep XML, as input.If input XML to receiver channel is more than 3 level deep.Solution:- Map using an...
View ArticleParameter reference for SFTP Advanced Mode
IntroductionI must admit that I am not good at searching for solutions from SAP Notes. There are many regular contributors in this space that are really good at searching through SAP Notes (you know...
View ArticleUDF Basic Building Block
IntroductionUDF can be written for many different purpose, and with many different way of coding. Still, there should be some reusable coding/statement/patterns that keep on occurs again and again. In...
View ArticleExcelTransformBean Part 1: Convert various Excel formats to simple XML easily
Update 25 Mar 2015: ExcelTransformBean has been refactored to be part of FormatConversionBean. Parameter conversionType replaced with converterClass. Parameter indentXML replaced by indentFactorUpdate...
View ArticleDeepFCCBean - The better FCC at meeting your deep (structure) needs! (Part 1...
Update 25 Mar 2015: DeepFCCBean has been refactored to be part of FormatConversionBean. Parameter conversionType replaced with converterClass. Note that some of the screenshots are not updated to...
View ArticleDeepFCCBean - The better FCC at meeting your deep (structure) needs! (Part 2...
Update 25 Mar 2015: DeepFCCBean has been refactored to be part of FormatConversionBean. Parameter conversionType replaced with converterClass. Note that some of the screenshots are not updated to...
View ArticleJSONTransformBean Part 1: Converting JSON content to XML
Update 2 Apr 2015: New parameters allowArrayAtTop and topArrayName to handle JSON Array at top level of JSON contentUpdate 25 Mar 2015: JSONTransformBeanBean has been refactored to be part of...
View ArticleProcess Integration - Previously Featured
Previously featuredSAP HANA Cloud Integration WebinarIn this 60 minutes webinar presented by Sindhu Gangadharan you can understand the core product capabilities of SAP HANA Cloud Integration. You can...
View ArticleFeatured Content in Process Integration (PI) & SOA Middleware
What's new in SAP Process Orchestration 7.31 SP15 / 7.4 SP10Read the blog by Alexander Bundschuh and get insight of the latest enhancements of SAP Process Orchestration that are available since March...
View ArticleIntegrating Human And Automated Activity in NWBPM
Dear SCN Users, This Document is about integrating Human and automated ativities of NWBPM.It can be used in business case where user needs to view,update or approve some events or orders etc. Scenario...
View ArticleSynchronous retrieval of dynamically specified file from file system/server
IntroductionThis article is an extension of the approach initially described in How to pick up files with filename dynamically specified in message content. In that article, the example use case was to...
View ArticleBase64DecodeConverter - Base64 decoding made easy!
IntroductionBase64 is an encoding scheme to represent binary data in a textual format. In the area of integration, occasionally there are requirements to handle content that are encoded in Base64....
View ArticleFlat file to deep XML - using an UDF
'File Content Conversion' OR 'MessageTransformBean' in sender channel can produce a 4 level deep XML, maximum.If expected XML is more than 4 level deep.Solution: - Develop FCC or MTB to read each line...
View ArticleDeep XML to Flat file - using an UDF
'File Content Conversion' OR 'MessageTransformBean' in receiver channel can process 3 level deep XML, as input.If input XML to receiver channel is more than 3 level deep.Solution:- Map using an...
View Article