MattDion
Participant
Member since ‎2018 Aug 14

User Statistics

  • 74 Posts
  • 8 Solutions
  • 66 Kudos given
  • 42 Kudos received

User Activity

I'm struggling to build analytical cards in a Fiori Overview Page. My source is an ABAP RAP Object providing the annotations via an OData v4 service. The symptom is that the card is displayed properly, with the frame of the chart (legend, axis look O...
In BTP ABAP Environment, I have a RAP entity with an action. Let's call the action 'generateFile'. In that action, I have specific logic that uses the XCO classes to build out an XLSX file. The RAP entity and its action are projected and exposed into...
In BTP ABAP Environment, how can I access the user group that the user is assigned to? As far as I can tell, the field (table usr02, field class) is only included in view entity P_BPUsrDetail as field UserGroup. However, neither the table nor the vie...
I have a RAP object with the following structure:RootEntitySubEntityChartEntityAll associations are [0..*]RootEntity's object page has a line item facet for the association to SubEntity. This is a basic setup and works fine.Now I want to display a Li...
I am attempting to use XCO classes to get a list of sub packages for a given package. I have working code to retrieve other things from a package (such as Data Definitions), but the comparable coding for packages is not behaving the same way. See the...