Skip to content

Commit 3b1b069

Browse files
authored
update
1 parent bc8cf1d commit 3b1b069

File tree

4 files changed

+34
-9
lines changed

4 files changed

+34
-9
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
*node_modules

docs/.vitepress/cache/deps/_metadata.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,43 @@
11
{
2-
"hash": "34402e93",
3-
"configHash": "6d601f02",
2+
"hash": "1ec9cdc8",
3+
"configHash": "5fdbd13a",
44
"lockfileHash": "b0e705e6",
5-
"browserHash": "2cf8fca0",
5+
"browserHash": "4fc59ccc",
66
"optimized": {
77
"vue": {
88
"src": "../../../../node_modules/vue/dist/vue.runtime.esm-bundler.js",
99
"file": "vue.js",
10-
"fileHash": "70e40748",
10+
"fileHash": "0b0dc818",
1111
"needsInterop": false
1212
},
1313
"vitepress > @vue/devtools-api": {
1414
"src": "../../../../node_modules/@vue/devtools-api/dist/index.js",
1515
"file": "vitepress___@vue_devtools-api.js",
16-
"fileHash": "dc9a636d",
16+
"fileHash": "f163a942",
1717
"needsInterop": false
1818
},
1919
"vitepress > @vueuse/core": {
2020
"src": "../../../../node_modules/@vueuse/core/index.mjs",
2121
"file": "vitepress___@vueuse_core.js",
22-
"fileHash": "5b276d73",
22+
"fileHash": "481ce488",
2323
"needsInterop": false
2424
},
2525
"vitepress > @vueuse/integrations/useFocusTrap": {
2626
"src": "../../../../node_modules/@vueuse/integrations/useFocusTrap.mjs",
2727
"file": "vitepress___@vueuse_integrations_useFocusTrap.js",
28-
"fileHash": "5d75d333",
28+
"fileHash": "4dc70d51",
2929
"needsInterop": false
3030
},
3131
"vitepress > mark.js/src/vanilla.js": {
3232
"src": "../../../../node_modules/mark.js/src/vanilla.js",
3333
"file": "vitepress___mark__js_src_vanilla__js.js",
34-
"fileHash": "9aa05912",
34+
"fileHash": "5f833050",
3535
"needsInterop": false
3636
},
3737
"vitepress > minisearch": {
3838
"src": "../../../../node_modules/minisearch/dist/es/index.js",
3939
"file": "vitepress___minisearch.js",
40-
"fileHash": "d2bc5741",
40+
"fileHash": "f5399ec6",
4141
"needsInterop": false
4242
}
4343
},

docs/.vitepress/config.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ export default defineConfig({
112112
// { text: 'Use in Production', link: '/configuration/productive_usage' },
113113
// { text: 'Performance', link: '/configuration/performance' },
114114
{ text: 'Fiori Launchpad', link: '/configuration/launchpad', },
115+
{ text: 'S/4 Public Cloud', link: '/configuration/s4_public_cloud' },
115116
{ text: 'BTP Workzone', link: '/configuration/btp' },
116117
]
117118
},
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
outline: [2, 4]
3+
---
4+
# S/4 Public Cloud
5+
6+
In `S/4 Public Cloud` or `BTP ABAP Environment` you can only access the HTTP endpoint with `S_DEVELOP` authorization, making this scenario unsuitable for productive usage. Therefore you need to install the [abap2UI5-frontend](https://github.com/abap2UI5/frontend) and set up this app as a launchpad tile. <br>
7+
8+
Unfortunately, UI5 apps (BSPs) are not supported via ADT abapGit. As a result, you need to deploy this app manually and complete a few additional steps.
9+
10+
### 1. Install the HTTP Service
11+
12+
Use the cloud branch of the [abap2UI5-frontend](https://github.com/abap2UI5/frontend) repository and install the backend artifacts via ADT abapGit.
13+
14+
15+
### 2. Install the UI5 App
16+
17+
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)
18+
19+
20+
21+
### 3. Configure Launchpad & Tiles
22+
23+
For detailed steps, follow this [guide.](https://developers.sap.com/tutorials/abap-s4hanacloud-procurement-purchasereq-flp.html)

0 commit comments

Comments
 (0)