Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sap-samples/s4hana-ext-create-employee
SAP Extensibility Explorer example: SAP S/4HANA Cloud App for One-Click User Creation http://tiny.cc/s4-create-employee
https://github.com/sap-samples/s4hana-ext-create-employee
extensibility s4hana-cloud sample sample-code
Last synced: about 2 months ago
JSON representation
SAP Extensibility Explorer example: SAP S/4HANA Cloud App for One-Click User Creation http://tiny.cc/s4-create-employee
- Host: GitHub
- URL: https://github.com/sap-samples/s4hana-ext-create-employee
- Owner: SAP-samples
- License: apache-2.0
- Created: 2019-04-10T20:30:35.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-03-31T13:57:50.000Z (9 months ago)
- Last Synced: 2024-03-31T14:42:01.126Z (9 months ago)
- Topics: extensibility, s4hana-cloud, sample, sample-code
- Language: Java
- Homepage:
- Size: 104 KB
- Stars: 4
- Watchers: 7
- Forks: 4
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![REUSE status](https://api.reuse.software/badge/github.com/SAP-samples/s4hana-ext-create-employee)](https://api.reuse.software/info/github.com/SAP-samples/s4hana-ext-create-employee)
# SAP S/4HANA Cloud Extensions - SAP S/4HANA Cloud App for One-Click User Creation
This repository contains the sample code for the [SAP S/4HANA Cloud App for One-Click User Creation tutorial](http://tiny.cc/s4-create-employee).*This code is only one part of the tutorial, so please follow the tutorial before attempting to use this code.*
## Description
SAP S/4HANA Cloud App for One-Click User Creation is an admin side-by-side extension scenario. Within the scenario, you use the Create Employee and IDP User app to make the creation of new employees and users - along with business role assignments - easier for SAP S/4HANA Cloud, as the user is also created in the IDP. It puts several manual admin tasks, that would usually need to be performed in different UIs, into one UI.
#### SAP Extensibility Explorer
This tutorial is one of multiple tutorials that make up the [SAP Extensibility Explorer](https://sap.com/extends4) for SAP S/4HANA Cloud.
SAP Extensibility Explorer is a central place where anyone involved in the extensibility process can gain insight into various types of extensibility options. At the heart of SAP Extensibility Explorer, there is a rich repository of sample scenarios which show, in a hands-on way, how to realize an extensibility requirement leveraging different extensibility patterns.Requirements
-------------
- An account in SAP Business Technology Platform (BTP) with a subaccount in the _Cloud Foundry_ environment.
- [Java SE **8** Development Kit (JDK)](https://www.oracle.com/technetwork/java/javase/downloads/index.html) and [Apache Maven](http://maven.apache.org/download.cgi) to build the application.
- [Cloud Foundry Command Line Interface (CF CLI)](https://docs.cloudfoundry.org/cf-cli/install-go-cli.html) tool in case you want to deploy the application to Cloud Foundry.
- An SAP S/4HANA Cloud tenant. This is a commercial paid product.Download and Installation
-------------
This repository is a part of the sample [SAP S/4HANA Cloud App for One-Click User Creation](https://help.sap.com/viewer/688f5e6d61944d078987a5376cf78b3e/SHIP/en-US/). In step 'Build and Deploy the Create Employee and IDP User App' in the tutorial the instructions for use can be found.[Please download the zip file by clicking here](https://github.com/SAP/s4hana-ext-create-employee/archive/master.zip) so that the code can be used in the tutorial.
Known issues
---------------------
As this scenario uses SOAP protocol, you might have to adapt/update wsdl file, obtained from the S/4HANA system, to work with this code.How to obtain support
---------------------
If you have issues with this sample, please open a report using [GitHub issues](https://github.com/SAP/s4hana-ext-create-employee/issues).License
-------
Copyright © 2024 SAP SE or an SAP affiliate company. All rights reserved.
This project is licensed under the Apache Software License, version 2.0 except as noted otherwise in the [LICENSE file](LICENSES/Apache-2.0.txt).