This public repository is read-only and no longer maintained.
Runnable example applications that showcase the usage of the SAP S/4HANA Cloud SDK.
The SAP Cloud SDK helps to develop SAP S/4HANA and other extension application on the SAP Cloud Platform.
This repository contains example projects that demonstrate, how developers can use SAP S/4HANA Cloud SDK components to build extensions for SAP S/4HANA on SAP Cloud Platform.
Project demonstrating how to integrate the S/4HANA Cloud SDK VDM Generator
In order to be able to deploy and test the examples, the following requirements need to be fulfilled from the infrastructure perspective:
Get your free trial SAP Cloud Platform account to be able to run the examples on SAP Cloud Platform.
To evaluate the SAP S/4HANA connectivity, ensure that you have access to an SAP S/4HANA system (On-Premise or Cloud edition).
We recommend to set up the following development tools for your convenience.
@powershell -NoProfile -ExecutionPolicy Bypass -Command "iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))" && SET "PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin"
For more information on Chocolatey and how to use it, visit the following page.
Install Java Development Kit, if not yet availableInstall a specific JDK (e.g., JDK 8)
choco install jdk8
Install Maven
choco install maven
Install Homebrew (Mac Packetmanager to help with the remaining installation)
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
Install Java Development Kit, if not yet available
brew update
brew cask install java
Hint: Install a specific JDK if you like with (e.g., JDK 8)
brew cask install caskroom/versions/java8
brew update
brew install maven
For the initial analysis of the example application, you can just use your command line and a simple text editor. However, for your convenience, you can work with the IDE of your choice.
We recommend to use Intellij IDEA or Eclipse. Follow the installation instructions of the respective tool to prepare your IDE. In case you use Eclipse, make sure to install the Maven plugin for Eclipse.
When the IDE is installed, refer to additonal README files in the projects to proceed with the build and deployment procedures.
For general overview check the About section Getting started guide for SAP Cloud SDK for Java Getting started guide for SAP Cloud SDK for JavaScript Look into other helpful feature documentation, guides and video-tutorials in respective section of documentation portal or use a smart search feature in the right top corner.
Currently, there are no known issues.
If you need any support, have any question, or have found a bug, please report it as an issue in the repository.