Skip to content

Commit 3f0e174

Browse files
authored
Update cloud.md
1 parent 588e159 commit 3f0e174

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

docs/technical/cloud.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,13 @@ Whether it makes sense to build apps with abap2UI5 depends heavily on future-pro
88

99
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.
1010

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:
1212

13-
- No classic technologies like Web Dynpro or ALV
13+
- No classic UI technologies like Web Dynpro, ALV, GUI CFW
1414
- 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
1718

1819
#### Is abap2UI5 Cloud Ready?
1920

0 commit comments

Comments
 (0)