martinc_mb
Participant
Member since ‎2022 Jun 01

User Statistics

  • 65 Posts
  • 0 Solutions
  • 52 Kudos given
  • 29 Kudos received

User Activity

We are calling a service where where we can get get varying JSON payload responses, and then processing the response with the XCO library (xco_cp_json=>data->from_string).The outer part is common, but the inside can be different. For example:{ "dat...
(UPDATE - see below)To access certain data, we have implemented a CDS Table Function in a Standard ABAP/Tier 2 package, which we would then need to be consumed by a Tier 1/Cloud for ABAP CDS View.(We are following the recommendation here: Creating Ti...
One of the things our team has been told is that "We have to decide for ourselves what is clean and what is not". This has proven to be very unhelpful and not factual.The truth is: there is no mystery as to what constitutes clean extensibility. SAP i...
I am following the tutorial here: Create a Travel App with SAP Fiori Elements Based on OData V4 RAP Service | SAP TutorialsBut instead of using Business Application Studio, I am using VS Code with Fiori Tools.Connecting to the TRL trial system is suc...
Something I am struggling to understand is the concept of local annotations to OData service metadata in UI5 apps (specifically for OData v4, I think...).I have managed to do little things like make an input multi-line, or hide and element, by using ...