Skip to content

Commit 9d49d65

Browse files
authored
Update concept.md
1 parent f66789b commit 9d49d65

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

docs/advanced/technical/concept.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -137,17 +137,17 @@ ENDCLASS.
137137
The **key concept of abap2UI5** is to bring the simplicity and efficiency of the HTML Over-the-Wire pattern into the SAP ecosystem.
138138

139139
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.
146146

147147
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
151151

152152
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.
153153

0 commit comments

Comments
 (0)