This public repository is read-only and no longer maintained.
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.
- SAP Business ByDesign Partner's Development Tenant
- The CalculationProcedureForTaxes BADI configured.
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
This repository is provided "as-is". No warranty or support is available. Feel free to open issues.
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.