jthuijls
Participant
Member since ‎12-11-2017
Online

User Statistics

  • 50 Posts
  • 2 Solutions
  • 50 Kudos given
  • 77 Kudos received

User Activity

Custom authentication in CAP with social logins Hey everyone, a little while ago I prepared a small demo for CAP that shows how to add a custom authentication handler, and how to use that to add a social login to your CAP project. In this case, I cho...
Hi, I've been trying to add a button that launches a custom dialog on a subsection of an object page. I've gone through most of the examples as far as I could find them like the cloud samples, the bookshops, the star wars apps, and I've t...
Hi, Noticing that the annotations for descriptions are not properly expanding when using an analytical query. Perhaps I'm not using the correct annotations, I have not tried this in ABAP CDS either. Let's assume the following sample: entity Orde...
Hello, Trying to write an aggregation on a CAP service. Imagine the following schema: entity Master : cuid { description: String(100); details: Composition of many Details on details.master = $self; } entity Details: cuid { master: Associ...
Hi, Lifted and shifted an XSA application from one HANA Express to another. Both 2.0 but there might be a minor version difference. the xsodata $metadata returns: { "error": { "code": "500", "message": { "lang": "en-US", ...