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
+3-6Lines changed: 3 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -8,9 +8,9 @@ But what exactly does that mean? And are abap2UI5 apps truly cloud ready? Let’
8
8
9
9
#### What is ABAP Cloud?
10
10
11
-
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 adjustments to compliant code.
11
+
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.
12
12
13
-
ABAP Cloud enforces a simplified technology stack, syntax, and toolset:
13
+
Therefore ABAP Cloud contains of a simplified technology stack, syntax, and toolset:
14
14
15
15
- No classic technologies like Web Dynpro or ALV
16
16
- Simplified syntax (e.g., no `WRITE` statements)
@@ -26,10 +26,7 @@ Yes — abap2UI5 is fully compatible with ABAP Cloud:
26
26
- Requires no modifications to standard SAP code
27
27
- Frontend is a normal UI5 freestyle app (additionaly fully compatible with the Launchpad)
28
28
29
-
abap2UI5 can be installed on:
30
-
- SAP BTP ABAP Environment
31
-
- SAP S/4HANA Public Cloud ABAP Environment
32
-
- Any on-premise system from 7.02 onward
29
+
abap2UI5 can be installed on SAP BTP ABAP Environment and SAP S/4HANA Public Cloud ABAP Environment (and besides that also on any on-premise system from 7.02 onward).
0 commit comments