Skip to content
This repository has been archived by the owner on Aug 2, 2024. It is now read-only.

Latest commit

 

History

History
executable file
·
39 lines (27 loc) · 2.09 KB

README.md

File metadata and controls

executable file
·
39 lines (27 loc) · 2.09 KB

Deprecation Notice

This public repository is read-only and no longer maintained.


License: Apache2 REUSE status

A Decoupled Approach for the ByDesign Tax Engine

Description

This application is a sample code for partners looking on how to calculate tax rates and tax base amounts based on SAP Business ByDesign Tax Input Data for the BADI's CalculationProcedureForTaxes. When invoked, it gets the input data from BADI, runs a dummy calculation (just as an example so you can replace it with your own logic/rules) and returns tax rate and tax base amount. It is part of this blog post - please refer to it for further information.

Requirements

Deployment

Clone or download this repository:

git clone https://github.com/B1SA/byd-taxengine.git

From its root folder, open the terminal, login to your SCP account and push it.

cf push --random-route

For details on how to deploy apps on SCP CF check this tutorial: Get Started with SAP Business Technology Platform

Support and Contributions

This repository is provided "as-is". No warranty or support is available. Feel free to open issues.

License

Copyright (c) 2020 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.