Skip to content

Commit 8c44b0c

Browse files
authored
update
1 parent 3b1b069 commit 8c44b0c

File tree

2 files changed

+20
-19
lines changed

2 files changed

+20
-19
lines changed

docs/configuration/installation.md

Lines changed: 15 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -4,27 +4,24 @@ outline: [2, 4]
44

55
# Installation
66

7-
As outlined in the Quickstart Guide, you can run the abap2UI5 and its apps directly through an HTTP service:
8-
![alt text](image.png){ 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.
910

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)
1113

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)
1316

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-
![alt text](image-1.png){ 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-
![alt text](image-2.png){ 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)
2719

2820
### 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)
2925

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)

docs/configuration/s4_public_cloud.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,8 @@ Manually deploy the app folder from [abap2UI5-frontend](https://github.com/abap2
2020

2121
### 3. Configure Launchpad & Tiles
2222

23-
For detailed steps, follow this [guide.](https://developers.sap.com/tutorials/abap-s4hanacloud-procurement-purchasereq-flp.html)
23+
For detailed steps, follow this [guide.](https://developers.sap.com/tutorials/abap-s4hanacloud-procurement-purchasereq-flp.html)
24+
25+
::: tip **BTP ABAP Environemnt**
26+
Die BTP ABAP ENvoronment hat die selbe technische Basis wie S/4 Public Cloud. Deshab kann obige HInweise für beide Systeme.
27+
:::

0 commit comments

Comments
 (0)