Animatron56
Participant
Member since ‎2020 Nov 04

User Statistics

  • 74 Posts
  • 3 Solutions
  • 27 Kudos given
  • 19 Kudos received

User Activity

We are currently implementing a cap application with the flexible programming model. In the background we a huge number of importers which need to be selected by the user. I have read into the guidelines from SAP and found out that the SELECT input f...
I am currently trying to implement a distinct entity projection based on one of my tables. The table in the data base is pretty simple and holds onto users in differnt sap onprem systems: entity SAPUsers: cuid { userId: String; userName: String; e...
I am currently implementing a SAP fiori elements application and using the List report floor plan as a base. Till now everything worked fine and fiori elements made it super easy to implement the application. However we now got the requirement to add...
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 ...