Hi,I'm looking for a solution to handle state messages in SAP CAP, combined with SAP Fiori Elements.According to the UI5 documentation, state messages should be part of the response payload. https://ui5.sap.com/#/topic/fbe1cb5613cf4a40a841750bf813238...
We’ve now completed an end-to-end application development cycle using SAP Build Code. We have a minimal application running which we generated using generative AI offered to us by SAP Joule.In this last blog post, I’ll give you some last insights and...
In the previous blog posts, we’ve created a project in which we now have a fully functional CAP backend service, but what is a backend service without a user interface? In this blog post we will extend our project with an SAPUI5-based application and...
Up until now, we’ve already covered creating a project through the lobby, we’ve added a basic data model and service to our project including some local testing data. We’ve seen that SAP Joule takes our data model into consideration when generating s...
Hi,Unfortunately, the documentation also states that the messages get transported to the sap-messages header of the http response. Error messages go to the error response in the body of the response.For state messages, the messages should be part of ...
Hi @martinstenzig,Did you try adding a requires section to your plugin referencing the model?Haven't tested it myself, but for example the change-tracking plugin uses an index.cds and adds a reference to the model in the requires section of package.j...
Hi 20eed143c19f4b82bc4cf049916102cb,I'm going to that right away, completely looked over the fact that there's a public repo available Cheers,Geert-Jan