All Projects → SAP → Cloud S4 Sdk Examples

SAP / Cloud S4 Sdk Examples

Licence: apache-2.0
Runnable example applications that showcase the usage of the SAP Cloud SDK.

Programming Languages

java
68154 projects - #9 most used programming language

Labels

Projects that are alternatives of or similar to Cloud S4 Sdk Examples

Hana Native Adapters
Since SAP HANA SPS09 supports writing new adapters for Smart Data Access, Batch Data Loading, ETL, Realtime Replication, and Realtime Transformations. While common adapters are provided by SAP, everyone can write their own adapters using the SAP HANA Adapter SDK. This project aims to provide additional adapters for using them or as samples.
Stars: ✭ 29 (-55.38%)
Mutual labels:  sample
Viewtooltip
A fluent tooltip for Android
Stars: ✭ 1,029 (+1483.08%)
Mutual labels:  sample
Llvm 9.0 Learner Tutorial
A blog for LLVM(v9.0.0 or v11.0.0) beginner, step by step, with detailed documents and comments. Record the way I learn LLVM and accomplish a complete project for FPGA High-Level Synthesis with it.
Stars: ✭ 58 (-10.77%)
Mutual labels:  sample
React Firebase
🔥 Sample React + Firebase setup
Stars: ✭ 35 (-46.15%)
Mutual labels:  sample
Openui5 Pwa Sample
How to build a progressive web app (PWA) with OpenUI5.
Stars: ✭ 43 (-33.85%)
Mutual labels:  sample
Beads Examples
Examples of Beads programs
Stars: ✭ 51 (-21.54%)
Mutual labels:  sample
Yaas Getting Started Yaasbites
YaaS bites (our getting started series) is a tutorial and sample code set consisting of small, incremental coding exercises to help a developer learn the basics of the YaaS platform. Its goal is to ensure that a Software Developer's initial journies into YaaS are productive and successful.
Stars: ✭ 13 (-80%)
Mutual labels:  sample
Play Scala Slick Example
Example Play Scala project with Slick
Stars: ✭ 59 (-9.23%)
Mutual labels:  sample
Ci Samples
Sample configurations for various CI systems.
Stars: ✭ 44 (-32.31%)
Mutual labels:  sample
Lofocats ui
LofoCats UI is a simple web application consuming the LofoCats API, built with Ruby on Rails 🐱
Stars: ✭ 54 (-16.92%)
Mutual labels:  sample
Cloud Sfsf Benefits Ext
SAP Employee Benefits Management is a sample extension application for SuccessFactors Employee Central. The application runs on SAP Cloud Platform and can be used by employees to make orders in specific benefits' campaigns and by HR managers to manage employee benefits and set up new benefits campaigns.
Stars: ✭ 35 (-46.15%)
Mutual labels:  sample
Color.js
Extract colors from an image (0.75 KB) 🎨
Stars: ✭ 42 (-35.38%)
Mutual labels:  sample
Samples
Code snippets and samples to demonstrate how to get the most out of the Box platform & API
Stars: ✭ 52 (-20%)
Mutual labels:  sample
Rxjava Android Samples
Learning RxJava for Android by example
Stars: ✭ 7,520 (+11469.23%)
Mutual labels:  sample
Databindingexample
Sample project for the https://stfalcon.com/en/blog/post/faster-android-apps-with-databinding blogpost
Stars: ✭ 58 (-10.77%)
Mutual labels:  sample
Cloud Sample Library
TBD
Stars: ✭ 14 (-78.46%)
Mutual labels:  sample
Swiftysampleproject
A starter project for Sample Project in swift 3.0/4.0 (also bridging header included so you could use objective c code in it as well ). For objectiveC version : https://github.com/xeieshan/SampleProject > Supports iOS 8.4+ > Swift 4.x
Stars: ✭ 47 (-27.69%)
Mutual labels:  sample
Sample Spring Boot Javafx
Рыба Spring Boot + JavaFX
Stars: ✭ 59 (-9.23%)
Mutual labels:  sample
Ddd Symfony Sample
A symfony sample application using DDD
Stars: ✭ 58 (-10.77%)
Mutual labels:  sample
Viewmodel Firebase Sample
Simple sample project using ViewModel and Firebase Database
Stars: ✭ 53 (-18.46%)
Mutual labels:  sample

SAP S/4HANA Cloud SDK - Examples and Documentation

Runnable example applications that showcase the usage of the SAP S/4HANA Cloud SDK.

Description

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.

The following applications are included:

SAP S/4HANA Cloud SDK Javadoc

Requirements

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

Download and Installation

We recommend to set up the following development tools for your convenience.

Windows (Windows 7+ / Windows Server 2003+)

  • 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

Mac

  • 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

Install IDE

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.

Want to learn more? Check out our Documentation

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.

Known Issues

Currently, there are no known issues.

How to obtain support

If you need any support, have any question, or have found a bug, please report it as an issue in the repository.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].