Skip to content

Commit 2235cda

Browse files
authored
Update cloud.md
1 parent 1ef6500 commit 2235cda

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/technical/cloud.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ abap2UI5 can be installed on SAP BTP ABAP Environment and SAP S/4HANA Public Clo
3131

3232
Yes and no - it depends on how the app is developed.
3333

34-
While the framework is cloud ready, each individual app must follow the same development principles to be considered cloud ready.
34+
While the framework is cloud-ready, each individual app must also be developed following cloud-ready principles too.
3535

36-
Example (cloud-ready):
36+
1. Example: Display Sales Orders (Cloud-Ready):
3737

3838
```abap
3939
CLASS z2ui5_cl_demo_app_003 DEFINITION PUBLIC.
@@ -64,7 +64,7 @@ CLASS z2ui5_cl_demo_app_003 IMPLEMENTATION.
6464
ENDCLASS.
6565
```
6666

67-
Example (not cloud-ready):
67+
2. Example: Display Sales Orders (not Cloud-Ready):
6868
```abap
6969
CLASS z2ui5_cl_demo_app_003 DEFINITION PUBLIC.
7070
PUBLIC SECTION.
@@ -94,7 +94,7 @@ CLASS z2ui5_cl_demo_app_003 IMPLEMENTATION.
9494
ENDCLASS.
9595
```
9696

97-
So always follow cloud-ready development principles to ensure your apps are portable, upgrade-stable, and suitable for ABAP Cloud environments.
97+
Always adhere to cloud-ready development principles to ensure that your apps remain upgrade-stable and compatible with ABAP Cloud environments.
9898

9999
#### Do I Have to Use RAP to Be Cloud Ready?
100100

@@ -106,13 +106,13 @@ RAP (RESTful Application Programming Model) is SAP’s recommended model for bui
106106
- OData Services for communication
107107
- Fiori Elements for UI generation
108108

109-
abap2UI5 offers a valid alternativeespecially for developers who prefer freestyle UI5 or need lightweight apps without the full RAP stack. As long as cloud development rules are followed, both approaches are valid.
109+
abap2UI5 provides a valid alternative, especially for developers who prefer lightweight apps without the full RAP stack. As long as cloud development principles are followed, both approaches are valid.
110110

111111
#### Conclusion
112112

113-
abap2UI5 is fully cloud ready and ready for the future. It enables modern, backend-driven UI5 development while remaining upgrade-safe and portable across SAP landscapes. Every app is cloud ready and can be a perfect addiotion to RAP apps already in use. For exmaple integrate them in the laucnhpad they can be used next to other RAP and UI5 freestyle apps.
113+
abap2UI5 is fully cloud-ready. It enables modern, backend-driven UI5 development while remaining upgrade-stable and compatible with SAP BTP ABAP Environment and S/4HANA Public Cloud. Each app can be developed in a cloud-ready manner, making it a perfect addition to existing RAP or UI5 freestyle apps.
114114

115-
HAppy ABAPing. ❤️🦖🦕🦣
115+
Happy ABAPing! ❤️🦖🦕🦣
116116

117117

118118
References:

0 commit comments

Comments
 (0)