Hi Everyone ,I am trying to capture the attachment names in SAP CPI, from an outbound proxy call from SAP- but I am only getting the attachment ID as name and not the actual attachment name.I am using the below line in my Groovy - message.setProperty...
Hello Experts,I am trying to setup a used defined search criteria for synch message in S4 side. But, it is not working when executed from SXMB_MONI and working only when tested in the test search criteria.Here are some links for this configuration - ...
Hi Experts,In order to create the ISA segment (EDI Envelope) I am assigning the values as property (which in turn a configurable externalized parameter) but I found that the values are not retained same when some trailing spaces are added to the prop...
Hello Experts,
We are currently sending Customized DELVRY07 to an API-based application and upon receiving the API response we are mapping that response into a different type of IDoc SHPCON and sending it back to sap. Along with this we are also s...
Hi Experts,I have the following scenario where I am trying combine the payloads after the multicast and filters. However,The Gather step is just showing the same input payload before the multicast. But, when I checked the payload for each filter step...
Hello @fatihpense ,This is a wonderful tool and I have been using this for a while. but I recently started seeing the below error for both Edge and Chrome extension option -Could you please review this and help us correcting this?Chrome version used ...
def Message setAttachmentProperty(Message message) { // Create a new Map of attachments and store it in a property. def attachments = new HashMap<String, DataHandler>(message.getAttachments()); Iterator<DataHandler> it = attachments.values().iterator...
I have resolved the issue by adding extra spaces in the content modifier body tab like this - <D_I06>${property.InterchangeSenderID}.......... </D_I06>consider the dots here as spaces.But still want to know why trailing spaces are removed fr...
Hi All,I have identified the issue:the issue was : I was
sending a SYSTAT01 IDoc to SAP to update the original IDoc which was in
turn giving me back the response from S4 with the IDoc transfer id etc.
and because of this IDoc type sent to S4. ther...