Koen_VL
Participant
Member since ‎06-03-2008

User Statistics

  • 55 Posts
  • 3 Solutions
  • 72 Kudos given
  • 31 Kudos received

User Activity

Hello,I'm trying to implement a fuzzy search to find employee names in the HR table PA0002.The search I want to perform is on firstname and lastname. The challenge with the PA0002 table is that there are multiple fields to hold first and last name.Fo...
Hello, I have an iFlow with multiple endpoints. https://host.hana.ondemand.com/http/MONITOR_TASKhttps://host.hana.ondemand.com/http/START_TASKhttps://host.hana.ondemand.com/http/TASK_FULL_LOG In the log I would like to add which endpoint of the i...
Hello, I am implementing an oData service with an update operation (PUT) On success the framework returns the http return code 204 in the header ~status_code. I would like to provide a bit more detail in the return header ~status_reason. Is t...
Hello, I'm using an https sender adapter to start an iFlow. In the response i would like to receive the SAP message and correlation ID. These are in the headers SAP_MessageProcessingLogID and SAP_MplCorrelationId. In the repsonse however, I onl...
Hello, I have an iFlow that receives and sends an iDoc. On the adapter, I get the following warning message: "idoc sender may not pass xml message to receiver. Idoc receiver supports XML input only" Any hints on what this actually means a...