Animatron56
Participant
Member since ‎11-04-2020

User Statistics

  • 63 Posts
  • 2 Solutions
  • 26 Kudos given
  • 19 Kudos received

User Activity

we are currently trying to integrate the event mesh into our SAP CAP application. We followed this tutorial here: https://cap.cloud.sap/docs/guides/messaging/event-mesh Therefore our files looks like the following: event mesh config: { "options": {...
we are currently developing a SAP CAP application with fiori elements. The application should display a user all his tools for which he is responsible and the user should give feedback if he is still responsible or not for each tool. In the our data ...
I am currently developing a cap application with typescript. My project structure looks as follows: srvControllersbookshop.tsDefinitionsbookshop.cdsWe used the structure like this since we have a lot of different definitions for different application...
Currently I have the use case, where I need to call a BAPI / RFC in an onpremise system to adapt a users master data (like first name and SNC). I have read in the cloud SDK Docu that this can be achieved with Java via the cloud connector. I know th...
I am currently writing an application with sap cap which firstly fetches Role collections from the BTP and then inserts them in a Hana Cloud DB when it receives a request via API. In my local development environment where I use sqlite, everything ...