jgonzal
Explorer
Member since ‎2024 Mar 20

User Statistics

  • 11 Posts
  • 0 Solutions
  • 2 Kudos given
  • 0 Kudos received

User Activity

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, I have declared this lineItems: @odata.draft.enabledannotate service.REBuildings with @(UI.LineItem: [    {        $Type: 'UI.DataField',        Value: buildingCode,        Label: '{i18n>Code}',    },    {        $Type: 'UI.DataField',        Val...
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...
Kudos given to