former_member748
Participant
Member since ‎07-11-2019

User Statistics

  • 65 Posts
  • 1 Solutions
  • 51 Kudos given
  • 89 Kudos received

User Activity

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...