former_member766336
Explorer
Member since ‎09-01-2021

User Statistics

  • 11 Posts
  • 0 Solutions
  • 2 Kudos given
  • 2 Kudos received

User Activity

Hello, I want to update the address data in the S4Hana system via API. /sap/opu/odata/sap/API_BUSINESS_PARTNER/A_BusinessPartnerAddress(BusinessPartner='{BusinessPartner}',AddressID='{AddressID}') Unfortunately, the request fails with the follo...
Hello, I call a bapi in my trial. Now I want to catch the errors that appear when posting to the Bapi. For this I created an exception subprocess. However, this only catches one error and then interrupts the flow. Is it possible to catch multiple ...
Hello together, we want to create an XML-File in Groovy. This is our current code: def Message processData(Message message) { def writer = new StringWriter(); def xml = new groovy.xml.MarkupBuilder(writer); xml.mkp.xmlD...
Hello together, I have a problem with my message mapping. I try to split the following split. As the output i get both parts of the splitted string, but i just want to have the first part. Format of the String: 008E7S54|XD56 Output: <m...
Kudos from
Kudos given to