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)
51
51
Browser (Static UI5 Shell)
52
52
├──> HTTP request: Load XML View + ViewModel
53
53
├──> Renders UI5 controls as defined by backend
54
- ├──> Sends event requests on interaction
54
+ ├──> Sends event requests on interaction via HTTP
55
55
Backend (ABAP Class)
56
56
└──> Processes event, updates ViewModel, returns changes
57
57
```
@@ -90,11 +90,10 @@ Backend (ABAP Class)
90
90
| --------------------------| -------------------------------| -----------------------------------|
91
91
| UI Architecture | Metadata-based SPA | Backend-driven Over-the-Wire |
92
92
| Data & Actions | OData V4 | Simple HTTP |
93
- | State Handling | RAP Draft + Frontend | Central ABAP ViewModel |
94
93
| UI Customization | Limited by annotations | Fully dynamic |
95
94
| Tooling | ADT, Fiori Tools | Any ABAP IDE |
96
95
| Cloud Readiness | ✅ Yes | ✅ Yes |
97
96
| Clean Core | ✅ Yes | ✅ Yes |
98
97
| Use Case Fit | Standardized CRUD Apps | Dynamic, backend-controlled UIs |
99
98
| 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