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/get_started/about.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ outline: [2, 6]
3
3
---
4
4
# Introduction
5
5
6
-
**Developing UI5 Apps Purely in ABAP – no JavaScript, OData, or RAP needed.**
6
+
**Build UI5 Apps Purely in ABAP – no JavaScript, OData, or RAP needed.**
7
7
8
8
abap2UI5 is an open-source framework that brings back the simplicity of classic ABAP development to modern UI5 applications. Just as Selection Screens and ALVs could generate functional UIs with minimal code, abap2UI5 lets you create web applications with just a few lines of ABAP:
9
9
@@ -32,10 +32,10 @@ Since launching in 2023, abap2UI5 has evolved from a small side project into a c
32
32
33
33
Traditional UI5 development requires JavaScript expertise, frontend deployment, and OData service configuration. abap2UI5 cuts through these complexities:
34
34
35
-
-**Leverage your existing ABAP skills** – always do what you know best
36
-
-**Cross-Version Development** – buidl apps which run on both very old R/3 systems and the latest S/4 cloud environments
37
-
-**Extend beyond RAP** – when RAP capabilities reach their limits
38
-
-**Prototype rapidly** – quick iteration on new business applications
35
+
-**Leverage your existing ABAP skills** – do what you know best, no frontend expertise required
36
+
-**Universal compatibility** – build apps that run on legacy R/3 systems and modern S/4 Cloud environments
37
+
-**Extend beyond RAP** – when standard capabilities reach their limits
38
+
-**Prototype rapidly** – iterate quickly on new business applications
39
39
40
40
Each application is packaged as an [abapGit](https://abapgit.org) project, simplifying installation across systems without separate frontend deployments.
0 commit comments