former_member184789
Active Contributor
Member since ‎12-14-2011

User Statistics

  • 468 Posts
  • 39 Solutions
  • 0 Kudos given
  • 31 Kudos received

User Activity

Hi, I have added an xsd file in my iFlow .I need to access it in my groovy script. Can anyone advise me. Here is the code snippet I used but it is not working: import com.sap.gateway.ip.core.customdev.util.Message;import java.util.HashMap;def ...
Hi, I am trying to transport SAP CPI package using CTS+. I have followed the documentation & I am able to see the MTAR file attached in the transport request generated using CTS system. However when I import this transport request in the target CPI...
Introduction: In this document, I would discuss the generation of a sequence number  which should be unique per message id and should increment by 1 per message. So, when the first time the message is processed, 1 should be populated in a certain fie...
Hi,I have a SOAP to IDoc scenario where I will get an IDoc flat file embedded in  a single XML tag in the source message & I have a custom module to extract the contents of that tag, which works fine. Below this custom module, I have the standard mod...
INTRODUCTION: This document covers the details of custom adapter module developed to populate an IDoc flat file into an XML tag which would be sent to 3rd Party system for outbound scenarios & to extract the IDoc flat file sent from an XML tag from t...