simon_roloff2
Participant
Member since ‎2016 Aug 15

User Statistics

  • 20 Posts
  • 1 Solutions
  • 12 Kudos given
  • 10 Kudos received

User Activity

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...