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
+40-5Lines changed: 40 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ outline: [2, 4]
3
3
---
4
4
# S/4 Public Cloud
5
5
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, meeting all SAP requirements for "clean core" cloud extenisons.
6
+
abap2UI5 can be used for on-stack extension scenarios in S/4 Public Cloud. It exclusively uses released APIs and is fully compatible with the ABAP Cloud language version, meeting all SAP requirements for "clean core" cloud extensions.
7
7
8
8
Follow these steps to install abap2UI5 on S/4 Public Cloud:
9
9
@@ -13,22 +13,57 @@ S/4 Public Cloud only supports the ADT abapGit version. abap2UI5 consists purely
13
13
14
14
Use the standard installation process via [abapGit for Eclipse](https://eclipse.abapgit.org/).
When installing repositories with ADT abapGit, all artifacts are initially imported in an inactive state. You'll need to manually activate them. The easiest approach is to create a dedicated inactive/active folder tree for the abap2UI5 project:
Create a new HTTP handler manually or use the cloud branch of the [abap2UI5-frontend](https://github.com/abap2UI5/frontend) repository.
19
54
20
55
**Important:** In S/4 Public Cloud 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.
21
56
22
-
Therefore, we install the frontend artifacts in the next step.
57
+
To use abap2UI5 in production environments, you'll need to complete the frontend deployment and tile configuration in the following steps.
23
58
24
-
### 3. Deploy the UI5 App
59
+
### 4. Deploy the UI5 App (Optional)
25
60
26
61
Since UI5 apps (BSPs) aren't supported directly via ADT abapGit, you need to manually deploy the app:
27
62
28
63
1. Download the app folder from [abap2UI5-frontend](https://github.com/abap2UI5/frontend)
29
64
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)
30
65
31
-
### 4. Configure Launchpad & Tiles
66
+
### 5. Configure Launchpad & Tiles (Optional)
32
67
33
68
Set up the Fiori Launchpad, pages, sections, and tiles for your abap2UI5 apps:
0 commit comments