Blogs tagged user defined functions
-
In my earlier blogs I discussed about creating a Custom Function or User Defined Function (UDF) in SAP CPI using Groovy Scripting, and also understood couple of coding approaches for developing the functions, here we will go through few of the... Read More »10Comments10Likes -
As a SAP PI/PO developer, it was challenging to migrate to CPI, as we do not get all the functionalities in CPI. One important functionality that we miss is UDFs given by SAP in B2B Mapping Kit, function libraries. Going ahead with graphical mapping... Read More »3Comments16Likes -
< Part 1 I initially created Part 1 of this blog for beginners to have basic understanding of Groovy Scripting. I suggest to refer previous part to have better understanding on later part. Assuming you have been through Part 1 of the blog, and... Read More »1Comment11Likes -
David Halsband posted on January 23, 2017There are different ways how to authenticate within a REST call in Process Integration. Especially when calling a REST API it is more and more common to use OAuth 2.0. Unfortunately the standard REST adapter so far only supports some types of OAuth... Read More »29Comments9Likes -
Praveen Gandepalli posted on September 18, 2016Introduction There is a common requirement to write user defined functions in the message mapping for string functions, normally we write our own functions when we get the requirement, instead of writing our own functions use StringUtils functions... Read More »1Comment7Likes