bdeboer
Explorer
Member since ‎09-03-2020

User Statistics

  • 41 Posts
  • 0 Solutions
  • 7 Kudos given
  • 9 Kudos received

User Activity

I am facing an issue with the aggregate function "STRING_AGG" in CDS, which is not supported in both HANA and SQLite. As a solution I'm currently maintaining two sets of CDS files to handle STRING_AGG / GROUP_CONCAT depending on the database. But thi...
Is there some place where I can find the SAPUI5 Vizchart documentation? I find this link: https://sapui5.hana.ondemand.com/docs/vizdocs/index.htmlBut it seems broken.
Not sure if it is fixed already (as we're currently not in the time to upgrade CDS to the latest version). When having an entity like: entity SomeEntity : managed { key validFrom : Timestamp @cds.on.insert : $now; key ID : UUID; etc... ...
So our BTP/CF/CAP/CDS application has a role 'Costmanager'. But someone had accidentally made a typo and used 'CostManager' with a capital 'M'. This then got deployed throughout our environments. Unfortunately in CAP/CDS roles are case sensitive. So ...
When executing queries we receive errors like: [cds] - SQLITE_CONSTRAINT: FOREIGN KEY constraint failed in: COMMIT at /home/node/app/node_modules/@sap/cds/libx/_runtime/sqlite/execute.js:43:15 at new Promise (<anonymous>) at _executeSim...