In my last blog post Keep the Core Clean with CAP Model, we found out that CAP's service API doesn't support handling the draft-generated properties out-of-the-box, however, it's technically feasible to handle this ourselves in the custom handler. An...
So I created a Model Class that provides data from a remote OData service.
Here's the source code: zcl_product_model_es
This class is making use of the OData Client Proxy for OData V2 (class interface `/iwbep/if_cp_client_proxy`).
Is there a t...
This is a follow-up blog post to my previous one called Keep the Core Clean with RAP Model.
Like in the previous blog post, this is not about convincing you to adopt a clean core policy and why it is important, but instead, this blog post is more ab...
This is not a blog post about convincing you to adopt a clean core policy and why it is important, but instead, this blog post is more about asking the question: Can we keep the Core Clean with RAP Model?
If you're still unfamiliar with this clean c...
Hi CAP team,
The feature flag `cds.env.requires.auth.restrict_all_services: false` is broken on the latest release @sap/cds@6.7.1. However, it still worked on 6.1.0.
Related cap documentation: https://cap.cloud.sap/docs/releases/jun22#auth-by-def...
Hi Silvia, Thanks for the quick response!
I tried your suggestion, registered, and logged in, but still I got the same results. I checked with a few of my colleagues and they also had the same issue. Is there anything else we could do?
Thanks and r...
Hi Silvia, I'm interested in this, however, when I clicked on the "Register Now" hyperlink, I got the message "There are no search results with your keyword or search criteria. Please remove your criteria and try a new search." -- the keyword used in...
Hi Federico, thanks for going through my blog post, however, at the time of writing this blog post CAP doesn't have a built-in concept of using Mocha and Chai, hence, I shared how to use them with CAP projects. But over the years, CAP framework has f...
Hi @gregorwI didn't encounter the issue in other UI5 versions. I build an app recently using UI5 version 1.114.0 and default side effects work flawlessly. I created a new entity from Object Page -- after I pressed the "create" button, the page was re...
Hi gallaphanikumarAs I understand your question, you both have data from HANA Cloud DB and S4HANA which you want to (1) consume, (2) combine the data, (3) then feed the data to UI through CAP OData service.Yes - this is possible. It's easy to consume...