Skip to content

Commit 7096869

Browse files
authored
Update concept.md
1 parent dcc8340 commit 7096869

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/advanced/technical/concept.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,8 @@ client->view_model_update( ).
128128
Although RAP shifts more logic and development to the backend, it cannot be considered an “over-the-wire” approach:
129129
- RAP focuses on defining data models (CDS), services, and transactional logic in ABAP, exposing them via OData endpoints consumed by the frontend
130130
- It remains a traditional API-driven model, not one based on server-rendered UI. RAP applications treat the frontend as a consumer of data, not as a passive renderer of server-generated views
131-
- The UI is delivered initially as part of an SPA; subsequent changes are limited to annotation-driven updates or small adjustments—not full UI replacements. RAP apps typically require redeployment for UI changes beyond configuration annotations [(3)](https://developers.sap.com/group.abap-create-fiori-element-btp.html).
131+
- The UI is delivered initially as part of an SPA; subsequent changes are limited to annotation-driven updates or small adjustments—not full UI replacements. RAP apps typically require redeployment for UI changes beyond configuration annotations [(3)](https://developers.sap.com/group.abap-create-fiori-element-btp.html)
132+
132133
In contrast, abap2UI5 continuously sends UI definitions from the server for rendering, eliminating the need for additional deployments.
133134

134135
#### Summary

0 commit comments

Comments
 (0)