cp11
Explorer
Member since ‎2018 Dec 07

User Statistics

  • 26 Posts
  • 3 Solutions
  • 6 Kudos given
  • 10 Kudos received

User Activity

Hello SAP Experts,I am trying to trigger the following SQL in an I-Flow via the JDBC Adapter  UPDATE TelHdr SET STATUS=31 WHERE SND = xyz AND TELEID = 1  Unfortunately, I always get the following error:  "org.springframework.dao...
Hello experts,I am currently trying to make a call to the SAP CPI I-Flow via an SAP Analytics Cloud Custom Widget.The I-Flow is triggered via REST-API and everything works so far via Postman with Basic Authentication via ClientID + ClientSecret.Unfor...
Hello SAP Experts,I currently have a problem that I could not find out exactly how I can read a binary value from the Partner Directory via a Groovy Script ( inside the I-Flow).Writing, updating and reading the binary value via Postman works as desir...
Hello SAP Experts, I am currently facing the problem that some I-Flows take too long to run through. The reason is the content modifier which is used after the filter to append the root element to the XML. Because the filtered document is ve...
Hello SAP Experts, I would like to read data from SAP Datasphere (View or Table) from an I-Flow. For this I wanted to use the approach with the OData Adapter in the I-Flow, unfortunately I am not sure what my mistake is with this approach or if ...