Please enable JavaScript.
Coggle requires JavaScript to display documents.
Modernization with RAP - Coggle Diagram
Modernization with RAP
Read-Only
Query
Implementation
Type
Unmanaged
Achieved via
Custom Entities
Managed
Achieved via
CDS Views
Transactional
BO (Business
Object)
Managed
Greenfield apps
Brownfield
apps
If existing code
cannot be reused
Unmanaged
Legacy Code
Tightly Coupled with
UI Tech and Protocol
Examples
Dynpro/Webdynpro
SEGW via code in
DPC_EXT and MPC_EXT
classes
If existing custom code
cannot be decoupled, use
CDS Custom Entities
Legacy Code
Loosely Coupled with
UI Tech and Protocol
Examples
FM/BAPI/ClassMethod
without COMMIT
Classic BOPF
framework
Separate APIs for
CRUD ops available
(AND) transactional buffer
provided by these APIs
CDS Custom Entities
Managed with
Unmanaged Save
Legacy Code
Tightly Coupled with
UI Tech and Protocol
If only Update FMs
can be reused
Legacy Code
Loosely Couple with
UI Tech and Protocol
If only Update FMs
can be reused