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/configuration/productive_usage.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ The project will be continuously further developed, so there's no specific "stab
18
18
19
19
#### Transport
20
20
Install the project using abapGit into your development system. Then, use the normal transport process for deployment to production:
21
-
{ width=80% }
21
+
{ width=80% }
22
22
23
23
#### Renaming
24
24
If you're starting new development but already have abap2UI5 apps running in production, and you're worried about updating to the latest release, consider installing abap2UI5 multiple times in your system using the [renaming feature](/advanced/renaming). This way, you can safely continue development without affecting your existing apps in production.
If certain APIs you need are not yet released, you can still create a cloud-ready abap2UI5 app by accessing these APIs through a separate Tier 2 wrapper:
19
-
{ width=60% }
19
+
{ width=60% }
20
20
21
21
#### Tier 3 Extension
22
22
For a classic extension approach, you can use unreleased APIs, giving you greater freedom to customize and extend your system:
23
-
{ width=60% }
23
+
{ width=60% }
24
24
25
25
### Side-by-Side Extension
26
26
27
27
#### Tier 1 Extension
28
28
Develop applications separately from your S/4 system's lifecycle using only remote API calls. Stick to released APIs and your apps will work with S/4HANA Public Cloud too:
29
-
{ width=60% }
29
+
{ width=60% }
30
30
31
31
#### Tier 3 Extension
32
32
For more flexibility, develop applications with an independent lifecycle from your S/4 system using remote API calls:
33
-
{ width=60% }
33
+
{ width=60% }
34
34
35
35
### Software as a Service
36
36
With a Tier 1 side-by-side extension, you can connect the same abap2UI5 app to multiple S/4 systems. Use the same abap2UI5 code across different customer tenants and remote systems to create a true SaaS scenario:
37
-
{ width=60% }
37
+
{ width=60% }
0 commit comments