jens_borau
Explorer
Member since ‎02-04-2014

User Statistics

  • 40 Posts
  • 0 Solutions
  • 2 Kudos given
  • 21 Kudos received

User Activity

In our ABAP Backend I created an odata service from an CDS view with @OData.publish: true. On top of the odata service I added a FIORI Elements app (list report) with BAS.One of the fields in the CDS view is called "assignedto" which has a foreign ke...
I have a ABAP CDS view in an ERP backend which uses a union with two selects. Without the union one select takes about 4 seconds to load the data, the other select about 5 seconds. With the union the loading takes about 1 Minute. I also tried usi...
I try to deploy the CAP bookshop example app to BTP Trial Cloud Foundry. Everything is deployed but the my-bookshop-db-deployer app does not start and crashes. In the log I find the following error messages: 2023-08-16T13:17:44.64+0000 [APP/P...
I try to deploy an CAP application (bookshop example) to our BTP Cloud Foundry instance. bookshop-db is created without error. bookshop-auth is not created because of an error: Service broker error: Service broker xsuaa failed with: Error crea...
For CAP working on BAS I created a data model with a field "image" with annotation "@Core.MediaType: 'image/png'" in one entity. On top is a FIORI Elements app. Data is provided via csv file and field image is left empty. When using the sqlite in m...