Hello,
I have a local configuration for a CAP project which is using Mock Authentication:
"auth": {
"strategy": "mock",
"users": {
"gigel": {
"password": "developer",
"roles": ["authenticated-user"]
...
I've started developing a multitenant CAP app with a UI5 module and the following services: Portal, HTML5 repo, SAP Theming and UI5 Flexibility.
I have the following handler for GET dependencies:
const xsenv = require("@sap/xsenv");
const service...
Hello community,
Is it possible when using SAP Portal service to have multiple tiles which point to the same SAPUI5 module but in different views?
There is in the documentation something about Multiple Intents but it's not clear how this can be a...
Hello,
There is an option in WebIDE of Build CDS which generates the HANA artifacts and you can select just a couple of table/views and deploy them to HANA. Is this also possible in VSCode using the cds CLI?
I tried with cds deploy --to hana:my-h...
I have a XSUAA service instance bound to a deployed app in SAP BTP and I want an external system like a SAP S/4HANA to call the OData service exposed by my app.
So the flow is that the external system calls the XSUAA API with the client id and clie...
Hello thomas.jung
Thanks so much for the blog post, looking forward to using it and having more extensions available in VSCode for HANA development!
Is there also an extension for calculation view editor or will it be available?
Best regards,
Ste...
Hello patricetao ,Do you know if it's planned to be supported in future?I'm asking because in Neo XS Classic environment the types defined in *.hdbdd files were becoming table types and we could use them to define the type of procedure parameters. T...
philip.mugglestone ,
Just a short mention, that extending the approuter and EXTERNAL_REVERSE_PROXY is not needed if you set up the
TENANT_HOST_PATTERN: "^(.*).localhost"
and access http://subdomain.localhost:5000
Extending the approuter was a worka...