RAP: MANAGED VS UNMANAGED RAP
Managed RAP• Greenfield Implementation• CRUD operations are handled by the framework.• Transactional buffer is managed by the framework.• The framework takes care of the save sequence.Unmanaged RAP• Brownfield Implementation• CRUD requires custom imp...