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 ...
Thanks for the hint, I will give it a try. I am working on a BTP ABAP system and was using the XCO libraries because SAP recommends that for ABAP Cloud, as documented here: https://help.sap.com/docs/sap-btp-abap-environment/abap-environment/xco-libra...
This is not a perfect solution, but a workaround that worked for me:I had this problem when trying to add an API contract to an object in our custom namespace. However, when I recreated the object in the Z-namespace, I was able to add the API contrac...
Hi @thomashammer, does HANA have support for full text searching in JSON Document Stores, to search through fields in JSON documents, the way that you can with Oracle: Introducing JSON Full-Text Search with Oracle Globally Distributed Database 23ai ?