Hello,
I need to create ODATA service annotations dynamically in our CAP JAVA ODATA V2 Backend. How could I achieve that? The documentation (CAP Doc) suggests, that it is possible: "Models are processed dynamically at runtime and can also be create...
Hi community,
we as SAP partner are developing Apps on SAP BTP (Cloud Foundry).
Our Apps use HaaS (enterprise plan) to store configuration data. And I wonder how I could transport the corresponding HANA table contents from DEV tenant to QA to PR...
Hey Community,
I'm developing a SAP CAP Java application with HANA persistency. And I'm wondering what would be the easiest way to implement multitenancy with the discriminator column approach.
Would I have to use JPA to get make use of the annot...
Hey there,
I'm using the cds-odata-v2-adapter-proxy (1.4.33) in front an CAP JAVA ODATA V4 Backend.
Now, I have an entity that uses encoded slack (%2F) in its (String) key property. Calling the V4 Backend directly, it works. But using the proxy, ...
Hey folks,
I'm implementing a JAVA App according to SAP CAP. I have an Odata Entity with a String key.
entity FavoriteSet{
key Id: String;
Desc1: String;
Desc2: String;
Pinned: String;
}
As long the key contains only URL-valid chara...
Hi iwona.hahn ,thank you very much for your attentive hint. I'll check that out.On the first glance it seems to be more focussed on the Node.js flavor of CAP. Is that correct, or are there also examples on how to process models dynamically in the JA...
Hi sperstorfer ,thanks for sharing. I agree, that this solution is quite complex. But I haven't found a better solution so far, because we use AnalyticalTable inside the SmartTable, which has far more options via annotation than just changing header...
Hi Anil,my "solution" was to add some coustom logic to each service, which is quite annoying. So I switched to schema separation which is now supported very well by CAP.Simon