Skip to content

Commit df45dca

Browse files
committed
Develop a Custom UI and Deploy it to SAP S/4HANA Cloud
2019Q4 update
1 parent b49e0f7 commit df45dca

File tree

4 files changed

+17
-27
lines changed

4 files changed

+17
-27
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,10 @@ Requirements
2121

2222
Download and Installation
2323
-------------
24-
This repository is a part of the [Import and Test an SAP Fiori App](https://help.sap.com/viewer/841f379acd104dbf8685b3ad26e66af3/SHIP/en-US/e6c1af3ef559470b84fab32d09432454.html) step in the tutorial. Instructions for use can be found in that step.
24+
[comment]: # (TODO update the link when the set-up guide is published)
25+
This repository is a part of the [Import and Test an SAP Fiori App](https://help.sap.com/viewer/DRAFT/841f379acd104dbf8685b3ad26e66af3/SHIP/en-US/e6c1af3ef559470b84fab32d09432454.html) step in the tutorial. Instruction for use are in that step.
2526

26-
[Please download the zip file by clicking here](https://github.com/SAP/s4hana-ext-deploy-custom-ui/archive/master.zip) so that the code can be used in the tutorial.
27+
To download this sample code, so that it can be used in the tutorial, [please download the zip file by clicking here](https://github.com/SAP/s4hana-ext-deploy-custom-ui/archive/master.zip).
2728

2829

2930
Known issues

destinations/Destination_S4HANACloud_oAuth.txt

Lines changed: 0 additions & 15 deletions
This file was deleted.

destinations/S4H_Equipment.txt

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
Description=S4H_Equipment
22
Type=HTTP
3-
Authentication=BasicAuthentication
4-
WebIDEUsage=odata_gen,odata_abap,ui5_execute_abap
3+
TrustAll=true
4+
HTML5.ConnectionTimeoutInSeconds=120
5+
authnContextClassRef=urn\:oasis\:names\:tc\:SAML\:2.0\:ac\:classes\:X509
6+
audience=https\://<your S4HANA Cloud tenant>.s4hana.ondemand.com
7+
Authentication=OAuth2SAMLBearerAssertion
58
Name=S4H_Equipment
9+
HTML5.SocketReadTimeoutInSeconds=300
10+
WebIDEUsage=odata_abap,ui5_execute_abap,dev_abap
611
WebIDEEnabled=true
7-
CloudConnectorVersion=2
8-
URL=https\://<your S4HANA Cloud tenant>.s4hana.ondemand.com
12+
tokenServiceURL=https\://<your S4HANA Cloud tenant>-api.s4hana.ondemand.com/sap/bc/sec/oauth2/token
13+
URL=https\://<your S4HANA Cloud tenant>api.s4hana.ondemand.com
914
ProxyType=Internet
10-
User=<INSERT_YOUR_COMM_USER>
11-
WebIDESystem=S4H_Equipment
15+
tokenServiceUser=<INSERT_YOUR_tokenServiceUser>

neo-app.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,14 @@
3232
},
3333
"description": "SAPUI5 Test Resources"
3434
}, {
35-
"path": "/sap",
35+
"path": "/sap/opu/odata",
3636
"target": {
3737
"type": "destination",
3838
"name": "S4H_Equipment",
39-
"entryPath": "/sap"
39+
"entryPath": "/sap/opu/odata"
4040
},
41-
"description": "S4H_Equipment"
41+
"description": "Destination to S/4HANA Cloud System"
4242
}],
4343
"welcomeFile": "/webapp/test/flpSandbox.html",
4444
"sendWelcomeFileRedirect": true
45-
}
45+
}

0 commit comments

Comments
 (0)