This default template for SAP Samples repositories includes files for README, LICENSE, and .reuse/dep5. All repositories on github.com/SAP-samples will be created based on this template.
-
The LICENSE file: In most cases, the license for SAP sample projects is
Apache 2.0
. -
The .reuse/dep5 file: The Reuse Tool must be used for your samples project. You can find the .reuse/dep5 in the project initial. Please replace the parts inside the single angle quotation marks < > by the specific information for your repository.
-
The README.md file (this file): Please edit this file as it is the primary description file for your project. You can find some placeholder titles for sections below.
SAP internal - it will be official published later.
You use the Online Validation to verify selected system data (for example, master data held for a business partner) with an external service (for example, an online service or statutory database). You would like to extend the Online Validation functions with validation with another external service.
The extensibility options are available in all SAP NetWeaver-based product with SAP_BASIS 75C and newer. This means that among others, all S/4 HANA releases are supported. It is necessary to implement all SAP Notes referred in the SAP Note 3085468 or upgrade to the respective Support Package levels. The information in this repository is intended for ABAP Developers.
This repository contains a step-by-step guide how to develop an own validation including example classes that can be used as a base for your development. You can clone the repository to your computer or import the repository to your ABAP system using e.g. abapGit.
The step-by-step implementation of an own validation is described here.
Create an issue in this repository if you find a bug or have questions about the content.
For additional support, ask a question in SAP Community.
If you wish to contribute code, offer fixes or improvements, please send a pull request. Due to legal reasons, contributors will be asked to accept a DCO when they create the first pull request to this project. This happens in an automated fashion during the submission process. SAP uses the standard DCO text of the Linux Foundation.
Copyright (c) 2022 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.
Date | Author | Description |
---|---|---|
?, 2022 | I334850 | Initial commit. |