Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
oblomov-dev authored Nov 4, 2024
1 parent bc8cf1d commit 3b1b069
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 9 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*node_modules
18 changes: 9 additions & 9 deletions docs/.vitepress/cache/deps/_metadata.json
Original file line number Diff line number Diff line change
@@ -1,43 +1,43 @@
{
"hash": "34402e93",
"configHash": "6d601f02",
"hash": "1ec9cdc8",
"configHash": "5fdbd13a",
"lockfileHash": "b0e705e6",
"browserHash": "2cf8fca0",
"browserHash": "4fc59ccc",
"optimized": {
"vue": {
"src": "../../../../node_modules/vue/dist/vue.runtime.esm-bundler.js",
"file": "vue.js",
"fileHash": "70e40748",
"fileHash": "0b0dc818",
"needsInterop": false
},
"vitepress > @vue/devtools-api": {
"src": "../../../../node_modules/@vue/devtools-api/dist/index.js",
"file": "vitepress___@vue_devtools-api.js",
"fileHash": "dc9a636d",
"fileHash": "f163a942",
"needsInterop": false
},
"vitepress > @vueuse/core": {
"src": "../../../../node_modules/@vueuse/core/index.mjs",
"file": "vitepress___@vueuse_core.js",
"fileHash": "5b276d73",
"fileHash": "481ce488",
"needsInterop": false
},
"vitepress > @vueuse/integrations/useFocusTrap": {
"src": "../../../../node_modules/@vueuse/integrations/useFocusTrap.mjs",
"file": "vitepress___@vueuse_integrations_useFocusTrap.js",
"fileHash": "5d75d333",
"fileHash": "4dc70d51",
"needsInterop": false
},
"vitepress > mark.js/src/vanilla.js": {
"src": "../../../../node_modules/mark.js/src/vanilla.js",
"file": "vitepress___mark__js_src_vanilla__js.js",
"fileHash": "9aa05912",
"fileHash": "5f833050",
"needsInterop": false
},
"vitepress > minisearch": {
"src": "../../../../node_modules/minisearch/dist/es/index.js",
"file": "vitepress___minisearch.js",
"fileHash": "d2bc5741",
"fileHash": "f5399ec6",
"needsInterop": false
}
},
Expand Down
1 change: 1 addition & 0 deletions docs/.vitepress/config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ export default defineConfig({
// { text: 'Use in Production', link: '/configuration/productive_usage' },
// { text: 'Performance', link: '/configuration/performance' },
{ text: 'Fiori Launchpad', link: '/configuration/launchpad', },
{ text: 'S/4 Public Cloud', link: '/configuration/s4_public_cloud' },
{ text: 'BTP Workzone', link: '/configuration/btp' },
]
},
Expand Down
23 changes: 23 additions & 0 deletions docs/configuration/s4_public_cloud.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
outline: [2, 4]
---
# S/4 Public Cloud

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>

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.

### 1. Install the HTTP Service

Use the cloud branch of the [abap2UI5-frontend](https://github.com/abap2UI5/frontend) repository and install the backend artifacts via ADT abapGit.


### 2. Install the UI5 App

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)



### 3. Configure Launchpad & Tiles

For detailed steps, follow this [guide.](https://developers.sap.com/tutorials/abap-s4hanacloud-procurement-purchasereq-flp.html)

0 comments on commit 3b1b069

Please sign in to comment.