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/s4_public_cloud.md
+20-10Lines changed: 20 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,26 +3,36 @@ outline: [2, 4]
3
3
---
4
4
# S/4 Public Cloud
5
5
6
-
In S/4 Public Cloud and BTP ABAP Environment, you can only access the HTTP endpoint with `S_DEVELOP` authorization, making this scenario unsuitable for productive usage. <br>
6
+
abap2UI5 can be used for on-stack extension scenarios in S/4 Public Cloud. It uses exclusively released APIs and is fully compatible with the ABAP Cloud language version, making it cloud-ready and upgrade-stable while meeting all current SAP requirements for ABAP development.
7
7
8
-
Install the [abap2UI5-frontend](https://github.com/abap2UI5/frontend) project to set up abap2UI5 apps as tiles for business users, including managing permissions.
8
+
Follow these steps to install abap2UI5 on S/4 Public Cloud:
9
9
10
-
Since UI5 apps (BSPs) aren't supported directly via ADT abapGit, you'll need to manually deploy the app and complete a few additional configuration steps:
10
+
### 1. Install abap2UI5 with abapGit
11
11
12
-
### 1. Install the HTTP Service
12
+
S/4 Public Cloud only supports the ADT abapGit version. Since abap2UI5 consists purely of classes, interfaces, and tables, it's fully compatible and can be pulled without issues.
13
13
14
-
Use the cloud branch of the [abap2UI5-frontend](https://github.com/abap2UI5/frontend) repository and install the backend artifacts via ADT abapGit.
14
+
Use the standard installation process via [abapGit for Eclipse](https://eclipse.abapgit.org/).
15
15
16
+
### 2. Install the HTTP Service
16
17
17
-
### 2. Install the UI5 App
18
+
Use the cloud branch of the [abap2UI5-frontend](https://github.com/abap2UI5/frontend) repository.
18
19
19
-
Manually deploy the app folder from [abap2UI5-frontend](https://github.com/abap2UI5/frontend) into the system. Follow this [guideline.](https://developers.sap.com/tutorials/abap-s4hanacloud-procurement-purchasereq-shop-ui..html#4c15de5c-bce6-46d0-a634-0008261b3117)
20
+
**Important:** In S/4 Public Cloud and BTP ABAP Environment, you can only access the HTTP endpoint with `S_DEVELOP` authorization. This is the quickest way for testing in development environments, but makes this scenario unsuitable for productive usage. Therefore, we install the frontend artifacts in the next step.
20
21
22
+
### 3. Deploy the UI5 App
21
23
22
-
### 3. Configure Launchpad & Tiles
24
+
Since UI5 apps (BSPs) aren't supported directly via ADT abapGit, you need to manually deploy the app:
23
25
24
-
Setup Launchpad, Pages, Section and Tiles for your abap2UI5 app, follow this [guide.](https://developers.sap.com/tutorials/abap-s4hanacloud-procurement-purchasereq-flp.html)
26
+
1. Download the app folder from [abap2UI5-frontend](https://github.com/abap2UI5/frontend)
27
+
2. Deploy it into your system following this [deployment guide](https://developers.sap.com/tutorials/abap-s4hanacloud-procurement-purchasereq-shop-ui..html#4c15de5c-bce6-46d0-a634-0008261b3117)
28
+
29
+
### 4. Configure Launchpad & Tiles
30
+
31
+
Set up the Fiori Launchpad, pages, sections, and tiles for your abap2UI5 apps:
32
+
33
+
1. Follow this [configuration guide](https://developers.sap.com/tutorials/abap-s4hanacloud-procurement-purchasereq-flp.html)
34
+
2. Configure tiles for business users and manage permissions
25
35
26
36
::: tip **BTP ABAP Environment**
27
-
The BTP ABAP Environment has the same technical foundation as S/4 Public Cloud, so the above instructions apply to both systems.
37
+
The BTP ABAP Environment shares the same technical foundation as S/4 Public Cloud. All instructions above apply to both systems.
0 commit comments