pkaushiksrinivas
Explorer
Member since ‎2021 Jan 02

User Statistics

  • 8 Posts
  • 0 Solutions
  • 1 Kudos given
  • 18 Kudos received

User Activity

IntroductionVery often we come across requirements wherein 3rd party applications post the data to S4 Hana OData in backend through SAP API Management. The implementation for the same have been discussed in multiple SAP Blogs by authors in : GET and ...
Introduction This blog covers a groovy script for converting deep nested JSON elements from string to double or boolean data types. In some cases some requirements may arise wherein some specific fields of a JSON are not accepted in string format by ...
Introduction This blog covers an idea on how we can convert a Flat File to dynamic XML structure with Field Fixed Lengths in CPI using groovy script. Input Flat File Sample : 202310FABCDX 01TEST123 4530450801000100000002825999010152023 202310FABCD...
Introduction This blog covers an idea on how we can put CPI Aggregator to use for clubbing payloads having a similar value and creating separate files for them. As an example, we can take Customer Master payloads being triggered from SAP to CPI. All...
Introduction This blog covers some ideas and approaches on routing of messages based on a particular XPath condition in SAP CPI. Requirement : Flow : SAP S4 HANA --> CPI --> 3rd party SFTP Source : IDOC, Target : External Definition IDOCs havi...