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/advanced/technical/cloud.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,18 +10,18 @@ Cloud Readiness means that an ABAP project:
10
10
- Complies with the restricted **ABAP for Cloud Development** language scope
11
11
- Avoids any modifications or direct access to SAP tables
12
12
13
-
Such developments can run on the standalone BTP ABAP Environment (Steampunk) or the Embedded ABAP Environment (e.g., S/4HANA Cloud Public Edition), making them future-proof and compatible with upcoming SAP upgrades.
13
+
Such developments can run on the standalone BTP ABAP Environment (Steampunk) or the Embedded ABAP Environment (e.g., S/4HANA Cloud Public Edition). Even if still operating on ECC, projects built this way are future-proof and ensure safe, low-effort migration to cloud environments without rework or additional costs.
14
14
15
15
#### Why is abap2UI5 Cloud Ready?
16
16
17
-
abap2UI5 fully meets the requirements of a cloud-compliant ABAP project:
17
+
abap2UI5 fully meets the criteria of a cloud-compliant ABAP project:
18
18
19
19
- It is written entirely using **ABAP for Cloud Development**, with no use of restricted language features or unreleased objects
20
20
- It only relies on internally defined classes or released APIs
21
21
- It requires no core modifications, making it fully **Clean Core compliant**.
22
22
- The UI5 frontend is a static UI5 freestyle app
23
23
24
-
abap2UI5 is cloud-ready, clean-core compliant, and supports modern, upgrade-safe development practices.
24
+
abap2UI5 is cloud-ready by design, Clean Core compliant, and supports modern, upgrade-safe development practices.
25
25
26
26
#### Do I Have to Use RAP to Be Cloud Ready?
27
27
@@ -32,7 +32,7 @@ The RESTful Application Programming Model (RAP) is SAP's official model for buil
32
32
- OData Services for standardized CRUD operations
33
33
- Fiori Elements for automatic UI generation
34
34
35
-
While tightly integrated with ABAP Cloud, RAP is not **mandatory**. Cloud readiness depends on technical compliance, not on using RAP specifically. Any solution that respects SAP’s released APIs and language scope can be considered cloud-ready—even without RAP.
35
+
While RAP is tightly integrated with ABAP Cloud, it is not mandatory. Cloud readiness depends on technical compliance—not on the use of RAP. Any solution that adheres to SAP’s released APIs and language scope is considered cloud-ready, even without RAP.
0 commit comments