Skip to Content
0
May 05, 2021 at 09:42 AM

Implement Saver for Unmanaged BO in RAP

215 Views Last edit Jun 30, 2021 at 04:26 PM 3 rev

Hi all,

I am currently facing issues when implementing an unmanaged BO, specifically I do not get access to the modified entities in the save-method of the custom saver implementation.

My current implementation is pretty close to the travel scenario, but the legacy API I use saves per entity and does not offer a global save as the travel scenario does.

According to the documentation the method should be supplied with a reported data structure, but in my case the contained table of entities is always empty.

Do I miss something here?

Any help is appreciated.

Thanks

Arne