vode
Participant
Member since ‎04-04-2017

User Statistics

  • 25 Posts
  • 0 Solutions
  • 4 Kudos given
  • 6 Kudos received

User Activity

Hello together, I've created a new CAP Project and would like to connect to CPI from my ajax call. $.ajax({ url: "http/cpi/templatedata", method: "GET", data: JSON.stringify(that.CPIDataModel), headers: { "Content-Type": "application/json", }, ...
Dear Sap Experts, I've tried to use the "Copy"-Action from the ServiceRequest-BO in my BeforeSave-Event. For both Attempts I've got the following Error: Source type \INTERFACE=IF_SERVICE_REQUEST\TYPE=TY_ROOT is not compatible, for the purposes...
Hello together, I've been using a Responsive Table within my CAP Project to show some Data I've got from my Hana Database. I would to group and hide this Datasets within my Table. Like this Repsonsive Tables dont have this feature, but I c...
Hello together, I've build a CAP Projekt with one Association. In the next Step I've created a Worklist to show all Entries of "Conditons" if a new Priceversion has been created. The Entries of "Conditions" and Priceversion are store...
Hello together, I've created on a new CAP project and tried to filter the initial data based on a read operation from our Hana DB. Is it possible to query this "Initial Load" with some parameters. In the first Step I would like to read parameter...