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/technical/cloud.md
+5-4Lines changed: 5 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -8,12 +8,13 @@ Whether it makes sense to build apps with abap2UI5 depends heavily on future-pro
8
8
9
9
ABAP Cloud is a restricted ABAP language version that ensures cloud readiness and upgrade stability. Developments that follow the ABAP Cloud rules can run on SAP BTP ABAP Environment and SAP S/4HANA Public Cloud ABAP Environment. SAP guarantees long-term compatibility with future platform updates — without requiring code adjustments or any further investments.
10
10
11
-
Therefore ABAP Cloud contains of a simplified technology stack, syntax, and toolset:
11
+
ABAP Cloud contains of a simplified technology stack, syntax, and toolset:
12
12
13
-
- No classic technologies like Web Dynpro or ALV
13
+
- No classic UI technologies like Web Dynpro, ALV, GUI CFW
14
14
- Simplified syntax (e.g., no `WRITE` statements)
15
-
- Use of only released APIs — no direct access to SAP database tables
16
-
- Development via ADT or browser-based tools, but no SAP GUI
15
+
- Use of only released APIs
16
+
- No direct access to SAP database tables, use the VDM instead
17
+
- Development via ADT or browser-based tools, but no SE80
0 commit comments