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...
For development scope, hooking it up to gateway is quick and painless. It doesn't need to be public as long as you are inside the same (private) network. If you do not have a gateway the only other exposure I can think of is the OData provisioning on...
Hey Federico, Good question. For proof-of-concept purposes I connected it straight to the on-premise gateway. Assuming this is the way you're working now and you can reach your launchpad on gateway, you should be able to use that directly in your CAP...