Hello SAP Community,I'm working on an SAP CAP project and need some assistance with a specific reporting requirement. I have an entity called Invoice that has a composition to another entity InvoiceLines. I'm trying to create a reporting view that in...
I'm looking to enhance the user experience of my Fiori Elements application by adding a dropdown menu with buttons directly within the object page.How can i achieve this using cds annotations?Do you have any working example of this implementation tha...
Hi all,I was following this tutorial for deploying a sap cap mta to hana database, and I'm getting an issue when executing task "deploy" of db-deployer when trying to deploy the app to BTP.This is the log message retrieved from execution: [db-deploye...
We have a SAP CAP project with multiple applications. Our folder structure looks similar to this:-app1:webapp:Component.jsannotations.cdsmanifest.js ...-app2:webapp:Component.jsannotations.cdsmanifest.js ...I have a custom action defined in the servi...
Thank you for this blog, really useful! I was wondering if you could trigger a custom action in one app that creates an object and after it is succesfully taken place, do navigation to an external app that displays the newly created object.