• SAP Cloud Integration / CPI – AES Encryption of Payload ( Symmetric Encryption)

    Introduction For one of our Integrations to Salesforce, we had to send data to Salesforce APEX Webservices as a Encrypted Payload. Salesforce has standard methods for Encryption and Decryption as documented here. Our requirement was to send the data as AES128 Encrypted from Cloud Integration. Of course you might think of using SAP Cloud Integration […]

    By

  • Cloud Integration – Message Mapping – getHeader and getProperty Standard Functions Released

    Introduction So far on Cloud Integration if you needed to access Headers and Properties in your Message Mapping you needed to use a Groovy Script (Access Header and Properties in Message Mapping) . Unfortunately this Groovy Script had to be defined in every IFlow as Reusable Groovy Script Collection was not supported in your Message […]

    By

  • SAP CPI – Payload Logging – Use B2BMonitoring for A2A Integration Flows

    Introduction Recent enhancements of the Trading Partner management provides a comprehensive payload logging and monitoring solution for B2B Messages in CPI. B2B Monitoring in CPI as the name implies is heavily tailored for B2B transactions ( read EDI over AS2 ) but it provides an out of the Box UI and Payload Display. Below is […]

    By

  • SAP CPI – Reusable Groovy Script to Log All EDI Headers

    Introduction SAP CPI EDI to XML Convertor Have you had a look at the headers of your messages after you perform a EDI to XML Conversion? SAP adds a lot of headers that help identify your EDI message to the Headers of your message. These are essentials headers that help you identify the message from […]

    By

  • SAP CPI – Message Monitoring – Standard Out of the Box Features to use in your Iflows

    Introduction With more customers now migrating or thinking about migrating their SAP PI/PO Integrations to CPI; a few common questions I get from seasoned PI/PO developers and Integration Managers is This post is an attempt to list out the Standard Out of the Box Features available in CPI that every developer “should” mandatorily use and […]

    By

  • SAP CPI – Reusable Groovy Script to Log Payload as Attachments – Turn off Logging at a Tenant Level

    Introduction In my previous post : Reusable Groovy Script to Log Payload as Attachments in CPI , I had described the option to log your Payload as an Attachment. There was also a control to turn on and off logging at a Iflow Level. What if you want to control this at a Tenant Level […]

    By

  • SAP CPI – Reusable Groovy Script to Log Payload as Attachments

    Introduction I had previously blogged here with a sample Groovy Script HCI – Payload Logging using Groovy Scripts – Part 1 on how you can log to CPI Payload as Attachments. This is a 7 year old blogpost of mine and is still relevant but with newer features of CPI, there is a need to re-visit this. […]

    By