Skip to content

Commit

Permalink
Develop a Custom UI and Deploy it to SAP S/4HANA Cloud
Browse files Browse the repository at this point in the history
2019Q4 update
  • Loading branch information
grenik committed Dec 12, 2019
1 parent b49e0f7 commit df45dca
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 27 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,10 @@ Requirements

Download and Installation
-------------
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.
[comment]: # (TODO update the link when the set-up guide is published)
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.

[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.
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).


Known issues
Expand Down
15 changes: 0 additions & 15 deletions destinations/Destination_S4HANACloud_oAuth.txt

This file was deleted.

16 changes: 10 additions & 6 deletions destinations/S4H_Equipment.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
Description=S4H_Equipment
Type=HTTP
Authentication=BasicAuthentication
WebIDEUsage=odata_gen,odata_abap,ui5_execute_abap
TrustAll=true
HTML5.ConnectionTimeoutInSeconds=120
authnContextClassRef=urn\:oasis\:names\:tc\:SAML\:2.0\:ac\:classes\:X509
audience=https\://<your S4HANA Cloud tenant>.s4hana.ondemand.com
Authentication=OAuth2SAMLBearerAssertion
Name=S4H_Equipment
HTML5.SocketReadTimeoutInSeconds=300
WebIDEUsage=odata_abap,ui5_execute_abap,dev_abap
WebIDEEnabled=true
CloudConnectorVersion=2
URL=https\://<your S4HANA Cloud tenant>.s4hana.ondemand.com
tokenServiceURL=https\://<your S4HANA Cloud tenant>-api.s4hana.ondemand.com/sap/bc/sec/oauth2/token
URL=https\://<your S4HANA Cloud tenant>api.s4hana.ondemand.com
ProxyType=Internet
User=<INSERT_YOUR_COMM_USER>
WebIDESystem=S4H_Equipment
tokenServiceUser=<INSERT_YOUR_tokenServiceUser>
8 changes: 4 additions & 4 deletions neo-app.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,14 @@
},
"description": "SAPUI5 Test Resources"
}, {
"path": "/sap",
"path": "/sap/opu/odata",
"target": {
"type": "destination",
"name": "S4H_Equipment",
"entryPath": "/sap"
"entryPath": "/sap/opu/odata"
},
"description": "S4H_Equipment"
"description": "Destination to S/4HANA Cloud System"
}],
"welcomeFile": "/webapp/test/flpSandbox.html",
"sendWelcomeFileRedirect": true
}
}

0 comments on commit df45dca

Please sign in to comment.