jthuijls
Participant
Member since ‎12-11-2017
Online

User Statistics

  • 50 Posts
  • 2 Solutions
  • 51 Kudos given
  • 78 Kudos received

User Activity

Whether you’re an SAP enthusiast, a seasoned consultant, or just curious about all things SAP, you’ve found the right place. We’re thrilled to have you join our vibrant community right here in sunny Brisbane, Queensland, Australia.  What to Expect: C...
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...