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/installation.md
+15-18Lines changed: 15 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,27 +4,24 @@ outline: [2, 4]
4
4
5
5
# Installation
6
6
7
-
As outlined in the Quickstart Guide, you can run the abap2UI5 and its apps directly through an HTTP service:
8
-
{ width=50% }
7
+
As outlined in the Quickstart Guide, you can run abap2UI5 and its apps directly through an HTTP service on any release. This is always the fastest and most straightforward setup option.
8
+
<br><br>
9
+
However, for productive usage, consider additional requirements for different systems.
9
10
10
-
This is the quickest and most programmatic approach; however, for productive usage, you have additional options.
11
+
### S/4 Public Cloud
12
+
In `S/4 Public Cloud`, the HTTP endpoint is accessible only with `S_DEVELOP` authorization, which makes it unsuitable for productive use. To make this app accessible for business users, you can install a separate frontend app and create an additional tile. Find more information [here.](/configuration/s4_public_cloud)
11
13
12
-
<br>
14
+
### S/4 Private Cloud
15
+
In `S/4 Private Cloud` you can make the HTTP endpoint accessible for business users and manage additional authorizations. However, if you want to use the SAP Fiori Launchpad as well, you can install an additional frontend app. Find all the information [here.](/configuration/launchpad)
13
16
14
-
### ABAP Standard
15
-
16
-
In `S/4 Private` or `S/4 On-Premise` it may be required to make this app accessible via Fiori launchpad. Therefore you can install the [abap2UI5-frontend:](https://github.com/abap2UI5/frontend)
17
-
18
-
{ width=50% }
19
-
20
-
Check out this [section](/configuration/launchpad) for more details.
21
-
22
-
23
-
### ABAP Cloud
24
-
In `S/4 Public Cloud` or `BTP ABAP Environment` you can only access the HTTP endpoint with `S_DEVELOP` authority, making this scenario unsuitable for productive usage. Therefore you need to deploy the cloud branch of the [abap2UI5-frontend](https://github.com/abap2UI5/frontend) and set up a new Fiori tile:
25
-
26
-
{ width=50% }
17
+
### S/4 On-Premise
18
+
The setup in `S/4 On-Premise` is the same as in `S/4 Private Cloud`. Follow the guide [here.](/configuration/launchpad)
27
19
28
20
### R/3 Netweaver
21
+
The setup is the same as in `S/4 Private Cloud`. Depending on your release level, you may be able to add the apps to Launchpads. Follow the guide [here.](/configuration/launchpad)
22
+
23
+
### R/3 Netweaver (<7.50)
24
+
For older versions of R/3 NetWeaver lower v7.50, install the downported version with syntax adjustments for earlier releases. abap2UI5 runs on versions down to 7.02. See the downport section for more information [here.](/advanced/downporting)
29
25
30
-
For old `R/3 Netweaver` check out the [downport section.](/advanced/downporting)
26
+
### BTP ABAP Environment
27
+
The setup in `BTP ABAP Environment` is the same as in `S/4 Public Cloud`. Follow the guide [here.](/configuration/s4_public_cloud)
0 commit comments