Skip to content

Commit d2b33ec

Browse files
authored
Update cloud.md
1 parent ede5e69 commit d2b33ec

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

docs/technical/cloud.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
# abap2UI5 Cloud Readiness
22

3-
#### What is ABAP Cloud?
3+
_Future Ready or Not?_
44

5-
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:
5+
Whether it makes sense to build apps with abap2UI5 depends heavily on future-proofing. In the ABAP ecosystem, this means cloud readiness, which is closely tied to using the ABAP Cloud language version.
66

7-
- SAP BTP ABAP Environment
8-
- SAP S/4HANA Public Cloud ABAP Environment
7+
But what exactly does that mean? And are abap2UI5 apps truly cloud ready? Let’s take a closer look.
8+
9+
#### What is ABAP Cloud?
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.
912

1013
SAP guarantees long-term compatibility with future platform updates — without requiring adjustments to compliant code.
1114

@@ -16,6 +19,7 @@ ABAP Cloud enforces a simplified technology stack, syntax, and toolset:
1619
- Use of only released APIs — no direct access to SAP database tables
1720
- Development via ADT or browser-based tools, but no SAP GUI
1821

22+
Every application developed according to these principles is considered cloud ready.
1923

2024
#### Is abap2UI5 ABAP Cloud Compatible?
2125

0 commit comments

Comments
 (0)