You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/advanced/technical/concept.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -137,17 +137,17 @@ ENDCLASS.
137
137
The **key concept of abap2UI5** is to bring the simplicity and efficiency of the HTML Over-the-Wire pattern into the SAP ecosystem.
138
138
139
139
Key Benefits:
140
-
-**Static UI5 Frontend App:** Delivered with the first HTTP request and remains generic and stable across all applications.
141
-
-**Backend-Driven UI Control:** All UI definitions and business logic are implemented in ABAP classes.
142
-
-**Pure ABAP Development:** No need for custom JavaScript or separate frontend development.
143
-
-**Simplified Architecture:** No frontend builds or complex SPA frameworks — everything is managed through backend artifacts using abapGit and transports.
144
-
-**Seamless SAP Integration:** Fully aligned with SAP’s UI5 and ABAP technology stack, compatible with all ERP and S/4HANA releases.
145
-
-**Efficient for Business Applications:** Particularly well-suited for CRUD-heavy apps, forms, tables, dashboards, and typical enterprise use cases.
140
+
- Static UI5 Frontend Application: Delivered with the initial HTTP request; generic and consistent across all use cases.
141
+
- Backend-Driven UI Control:UI definitions and business logic are implemented entirely in ABAP classes.
142
+
- ABAP-Centric Development: Eliminates the need for additional JavaScript or dedicated frontend development.
143
+
- Simplified Deployment Model: No SPA-specific tooling or build processes; application logic and artifacts are maintained via abapGit and standard transport mechanisms.
144
+
-Tight SAP Integration: Fully aligned with existing UI5 and ABAP technology stacks; compatible with ERP and S/4HANA systems.
145
+
- Efficient for Business Applications: Particularly well-suited for CRUD-heavy apps, forms, tables, dashboards, and typical enterprise use cases.
146
146
147
147
Limitations:
148
-
- Not suitable for highly interactive, real-time collaboration apps.
149
-
- Offline functionality or complex client-side interactions are not covered.
150
-
- Less effective if frontend and backend teams work independently.
148
+
- Not designed for highly interactive or collaborative real-time applications
149
+
- Offline functionality or complex client-side interactions are not covered
150
+
- Less effective if frontend and backend teams work independently
151
151
152
152
By shifting UI control back to the ABAP backend and leveraging SAP UI5 for rendering, abap2UI5 enables maintainable, pragmatic business applications — without the overhead of SPA architectures. For typical enterprise apps — forms, dashboards, transactions — abap2UI5 offers a clean, backend-driven alternative with faster time-to-market and lower complexity.
0 commit comments