M_Zimmermann
Explorer
Member since ‎11-17-2016

User Statistics

  • 11 Posts
  • 1 Solutions
  • 23 Kudos given
  • 0 Kudos received

User Activity

Hi everybody, the following coding is working with version 5.6.3 but is broken since version 5.7.1 (up to 5.7.3). db/schema.cds: namespace db;entity Books { ID : UUID; author : Association to Authors;}entity Authors { ID : UUID;} ...
Hello everybody, I want to clear incoming cash payments via the Journal Entry - Clearing API on S/4HANA Cloud, but according to this question this isn't working at the moment. For this reason I wanted to use a workaround but I'm currently stuck. ...
Hello everybody, I'm using the SAP CAP framework and thereby I'm having a problem with a generated .hdbview which cannot be deployed onto SAP HANA Cloud. Locally the application can be run using SQLite without any problems. Here's a simple exampl...
I need to allow encoded slashes in the URL for my Java OData service. But by default this isn't allowed by the SCP. To fix the issue with an tomcat server you can do the following: https://stackoverflow.com/questions/39931538/how-set-allow-encoded-sl...