Hi everyone,
I’m developing an application using the SAP CAP framework as the backend and Fiori Elements as the frontend. My app is structured as a List Report with an Object Page.
For OData V2, I know there’s an easy way to achieve a “navigate to list on save” behavior by setting the attribute `”navToListOnSave”: true` in the `manifest.json` of the Object Page, as described in the SAPUI5 documentation
I need to replicate this behavior in OData V4: when the user presses the “Save” button on the Object Page, the app should automatically navigate back to the List Report.
Does anyone have recommendations for implementing a robust, fast, and elegant solution for this requirement in OData V4? Ideally, I’d prefer to keep modifications minimal and aligned with Fiori Elements’ declarative approach.
Any guidance, code snippets, or resources would be greatly appreciated!
Thanks in advance!