former_member182048
Active Contributor
Member since ‎01-10-2004

User Statistics

  • 622 Posts
  • 53 Solutions
  • 16 Kudos given
  • 330 Kudos received

User Activity

I have a requirement to build admin utility apps for the Launchpad Service - think /ui2/flia, the ability to find apps by semantic link The Launchpad Site Manager - Content Manager uses Semantic Services to get the Site Content https://<subacco...
in XSOData we can generate a local ID for a key like key generate local "ID"; In ABAP CDS we can do something similar in a couple of ways, one is to add a @Default Aggregation to a property and not nominate a key How do we generate a local I...
I have a Fiori service which has lots of views which share many of the same properties Currently i am repeating the same boiler plate annotations over and over again In my Fiori Annotations .cds file i would like to be able to create my own type ...
In a .CDS query I can derive a property in a view like so case PROPERTY_NAME when 'SPECIAL VALUE' then 'Information' else 'None' end as RowHighlight, In the DB it gets mapped to the following type which is not an allowable type...
how do we take an existing HANA Guid and convert it to what CDS will accept and map to an OData edm.guid? Context I am using data across a number of different sources. the key that links the data is a guid I am having troubles getting the exist...