2023 Sep 26 7:15 PM
I am learning about defining the basic transactional behavior of Travel and Booking entities – i.e. create, update and delete – and will test the enhanced SAP Fiori Elements Travel application.
I'm following this pattern: example
However, for me it does not appear as Managed but as Unmanaged, what makes this happen? I need to insert the table where I persist the data "persistent table", but from what I understand, as Unmanaged this is not possible, any solutions or tips that can help with this?
2023 Sep 27 12:11 PM
Hi Alan,
For managed applications, CRUD(Create/Read/Update/Delete) operations are managed by RAP framework, you do not need to implement them. But for unmanaged applications, CRUD operations should be implemented manually by developer.