Skip to content

Commit 6a7d8a4

Browse files
authored
Update s4_public_cloud.md
1 parent cc730ad commit 6a7d8a4

File tree

1 file changed

+20
-10
lines changed

1 file changed

+20
-10
lines changed

docs/configuration/s4_public_cloud.md

Lines changed: 20 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,26 +3,36 @@ outline: [2, 4]
33
---
44
# S/4 Public Cloud
55

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.
77

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:
99

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
1111

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.
1313

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/).
1515

16+
### 2. Install the HTTP Service
1617

17-
### 2. Install the UI5 App
18+
Use the cloud branch of the [abap2UI5-frontend](https://github.com/abap2UI5/frontend) repository.
1819

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.
2021

22+
### 3. Deploy the UI5 App
2123

22-
### 3. Configure Launchpad & Tiles
24+
Since UI5 apps (BSPs) aren't supported directly via ADT abapGit, you need to manually deploy the app:
2325

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
2535

2636
::: 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.
2838
:::

0 commit comments

Comments
 (0)