Skip to Content
0
Dec 15, 2022 at 07:34 PM

ABAP RAP actions on Fiori List report

97 Views

Given a list of Invoices shown by a Fiori List Report, I want the option to Accept/Reject a selected one via custom Action buttons on the toolbar of my List.

I managed to add one Action to my 'Status' column, but how do I add another Action linked to the same column?

@UI: {
            fieldGroup: [{ qualifier: 'General', position: 40 }],
            lineItem:   [ { position: 50, label: 'Status', importance: #HIGH },
                          { type: #FOR_ACTION, dataAction: 'acceptInvoice', label: 'Accept' } ] }
      status as Status,