Hi,
I'm trying to import catalog objects (exported from a different container) in an HDI container on SAP HANA Cloud via the Database Explorer but I always get the following error:
An error occurred while performing a catalog import
(dberror) [6...
Hi,
I have a CAP project (app, srv and db) built with the MTA build tool and deployed with cf deploy. I had some initial data to load so there were some csv files that I used for the initial deployment.
I then removed the csv files (because I don...
This post will show you how to get started with GitHub Actions to build & deploy a CAP application on SCP Cloud Foundry.
GitHub Actions
There are many different solutions to implement Continuous Integration and Continuous Delivery/Deployment for CAP ...
Hi,
I'm trying to use the new semantic date range feature with SAP FE but I can't get it to work. I suppose the issue is that I'm using CAP with the odata v2 proxy and my Date is converted to DateTime?
schema.cds:
entity Requests : managed {
...
Hi,
I'm using CAP Node.js with OData V4 and I have a Fiori Elements app using the new sap.fe library. There's no Edit button on the Object Page even though my entity is updatable:
<Annotation Term="Capabilities.UpdateRestrictions">
<Record Typ...
I don't know why but we often seem to work on the exact same topics Gregor.
Thanks for sharing this, this is another scenario I had on my todo list so this should be very useful.
Hi Maxime,
Do you know if there's a way to use the IMPORT/EXPORT SQL statements with HDI containers? Every user I tried with (DBADMIN, HDI container admin, HDI container group admin etc.) don't have the EXPORT privilege and I can't find a way to gra...
Hi Jason,Yes you can implement custom handlers to achieve this. There's also a library to help with that: https://github.com/sapmentors/cds-scp-apiPierre