Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Unmanaged Behavior Definition

alanfljesus
Explorer
0 Likes
1,097

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?

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?

1 REPLY 1
Read only

ozturkozan
Explorer
0 Likes
1,043

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.