Learn how to build a side-by-side extension to SAP S/4HANA and SAP SuccessFactors using the SAP Cloud SDK for Javascript.
Start implementation using this sample and follow the given instructions.
You will learn how to:
- Setup and use some of the most common services on CloudFoundry
- Create read requests using the SAP Cloud SDK for Javascript
- Create create requests using the SAP Cloud SDK for Javascript
- Generate your own odata client for a service
- Use your previously generated odata client
- Deploy applications locally and on CloudFoundry
- Automate application deployment
- Setup a free trial account for SAP Cloud Platform
- Install Node.js and npm
- Install git
- When working on Windows make sure you have the Git Bash installed and configured to be used with npm
npm set config script-shell <P:\ath\to\your\bash.exe>
- When working on Windows make sure you have the Git Bash installed and configured to be used with npm
- Install Visual Studio Code or your favorite IDE for TypeScript
- Install the Cloud Foundry CLI
- Exercise 1: Getting started
- Exercise 2: Create a read request to SAP S/4HANA
- Exercise 3: Create a write request to SAP S/4HANA
- Exercise 4: Deploy your application to Cloud Foundry
- Exercise 5: Generate your own OData client
- Exercise 6: Create a request with your own OData client
- Exercise 7: Automate deployment
You do not need to download this repository nor install anything from it. You can just follow the exercises by visiting each of them as listed in the exercises section.
All known issues will be listed here.
Ask questions at the CodeJam itself or open a ticket in GitHub or Stackoverflow.
Copyright (c) 2019 SAP SE or an SAP affiliate company. All rights reserved.
This file is licensed under the SAP Sample Code License except as noted otherwise in the LICENSE file.