Skip to content

Commit 5ce5ee1

Browse files
authored
Update rap.md
1 parent 0064876 commit 5ce5ee1

File tree

1 file changed

+2
-3
lines changed
  • docs/technical/technology

1 file changed

+2
-3
lines changed

docs/technical/technology/rap.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Backend (RAP Services)
5151
Browser (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
5555
Backend (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 |

0 commit comments

Comments
 (0)