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
@@ -91,6 +94,7 @@ CLASS z2ui5_cl_demo_app_003 IMPLEMENTATION.
91
94
ENDMETHOD.
92
95
ENDCLASS.
93
96
```
97
+
A direct database table read is performed on VBAK, making this app not cloud-ready.
94
98
95
99
Always adhere to cloud-ready development principles to ensure that your apps remain upgrade-stable and compatible with ABAP Cloud environments.
96
100
@@ -104,14 +108,13 @@ RAP (RESTful Application Programming Model) is SAP’s recommended model for bui
104
108
- OData Services for communication
105
109
- Fiori Elements for UI generation
106
110
107
-
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.
111
+
abap2UI5 provides an alternative, especially for developers who prefer lightweight apps and don't require the full RAP stack. As long as cloud development principles are followed, both approaches are valid.
108
112
109
113
#### Conclusion
110
114
111
115
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.
112
116
113
117
Happy ABAPing! ❤️🦖🦕🦣
114
118
115
-
116
119
References:
117
120
*[ABAP Cloud vs. ABAP in der Cloud (software-heroes)](https://software-heroes.com/blog/abap-cloud-vs-abap-in-der-cloud)
0 commit comments