File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
docs/technical/technology Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ Backend (RAP Services)
5151Browser (Static UI5 Shell)
5252 ├──> HTTP request: Load XML View + ViewModel
5353 ├──> Renders UI5 controls as defined by backend
54- ├──> Sends event requests on interaction
54+ ├──> Sends event requests on interaction via HTTP
5555Backend (ABAP Class)
5656 └──> Processes event, updates ViewModel, returns changes
5757```
@@ -90,11 +90,10 @@ Backend (ABAP Class)
9090| --------------------------| -------------------------------| -----------------------------------|
9191| UI Architecture | Metadata-based SPA | Backend-driven Over-the-Wire |
9292| Data & Actions | OData V4 | Simple HTTP |
93- | State Handling | RAP Draft + Frontend | Central ABAP ViewModel |
9493| UI Customization | Limited by annotations | Fully dynamic |
9594| Tooling | ADT, Fiori Tools | Any ABAP IDE |
9695| Cloud Readiness | ✅ Yes | ✅ Yes |
9796| Clean Core | ✅ Yes | ✅ Yes |
9897| Use Case Fit | Standardized CRUD Apps | Dynamic, backend-controlled UIs |
9998| Learning Curve | High | Low |
100- | Deployment | Split backend/frontend | Unified backend class |
99+ | Deployment | Split backend/frontend | Pure ABAP backend class |
You can’t perform that action at this time.
0 commit comments