I am using the RAP Generator Wizard in Eclipse ("Generate ABAP Repository Objects ...") on a behaviour definition of a standard SAP RAP object.Like in the RAP630 tutorial I use the behaviour definition I_BANKTP and try to create an "OData UI Service"...
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...