Runnable example applications that showcase the usage of the SAP S/4HANA Cloud SDK.
The SAP S/4HANA Cloud SDK helps to develop SAP S/4HANA 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.
- Cost Center Manager App with Spring Boot
- Cost Center Manager App with Java EE
- Business Partner App as explained in the tutorials
- Employee Browser (Integration with S/4HANA and SuccessFactors)
- Cost Center Creation Tool
- Multi-tenant persistence with PostgreSQL and Spring Boot
- S/4HANA - SAP Cloud Platform, Cloud Foundry connectivity
- App2App Calls in SAP Cloud Platform, Cloud Foundry with S/4HANA Cloud SDK
- 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.
- Install Chocolatey (a package manager for Windows)
@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
- Install Maven
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.
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.
Copyright (c) 2017 SAP SE or an SAP affiliate company. All rights reserved. This file is licensed under the Apache Software License, v. 2 except as noted otherwise in the LICENSE file.