Skip to content

Latest commit

 

History

History
65 lines (48 loc) · 4.43 KB

File metadata and controls

65 lines (48 loc) · 4.43 KB

Integration Flow recipes

| Browse by Topic | Browsing by Author | Browse by Artefact Type | Request a Recipe | Report a broken link | Contribute |

Authors


Amrita Laxmi Integration scenario developer for Cloud Platform Integration, SAP Labs India
Recipe Description Topic
Accessing Partner Directory entries from within a Groovy script The String and Binary parameters from the Partner Directory can be accessed using a script with the help of getParameter API of the PartnerDirectoryService class. Partner Directory

Kamlesh Zanje Product Owner for SAP Cloud Platform Integration
Recipe Description Topic
Convert JSON to XML using XSLT Mappings This recipe converts and incoming file in JSON format into XML format Mappings
Use Map data structures in XSLT Mapping Utilize Map data structures in XSLT Mappings flow step. Mappings
Invoke Java functions from XSLT Mapping Writing reflexive extension functions in Java to be invoked from XSLT Mappings Mappings

Sharad Dixit Senior Software Developer in SAP Sales Cloud with in-depth experience of designing and developing software for business solution. (https://www.linkedin.com/in/dixitsharad/ )
Recipe Description Topic
Accessing Value Mappings from Groovy script Use ITApiFactory.getApi() to get ValueMappingAPI class that can be used to retrieve the mappings. Mappings

Shweta Walaskar Development Architect in Innovative Business Solutions with 15 years of experience in integrating SAP SuccessFactors, SAP Marketing Cloud, SAP S/4HANA Cloud and also Hybrid integrations.
Recipe Description Topic
Accessing keystore artifacts using a Groovy script Any keypair available in tenant keystore can be accessed programmatically from a script with the help of the getKey and getCertificate api of the KeyStoreService class Security
CMS Decryption with AES256-GCM algorithm using iaik libraries Decryption algorithm AES256-GCM using iaik which is the default security provider for CPI Security
Encryption with AES256-GCM algorithm using iaik libraries Encryption algorithm AES256-GCM using iaik which is the default security provider for CPI Security

Sunny Kapoor Product Manager for SAP Cloud Platform Integration Suite. (https://twitter.com/simplykapoor)
Recipe Description Topic
Connect to Amazon DynamoDB SAP CPI needs to make a rest call to DynamoDB endpoint Amazon Web Service |Database
Generate AWS4-HMAC-SHA256 Signature A reusable recipe to generate an AWS specific AWS4-HMAC-SHA256 signature and pass it as a HTTP Authorization header. Amazon Web Service|Security