Symptom
You have created a custom add-on solution to implement new withholding tax content in the system. However, the resulting tax calculation is determining the Withholding Base Amount as a gross amount. You want to setup the solution so that the withholding tax base amount is calculated based on the invoice's net amount.
Environment
SAP Business ByDesign
Reproducing the Issue
- Go to Supplier Invoicing work center.
- Create a new invoice or open an existing document.
- Input all the required fields for withholding tax calculation.
- Go to Item tab.
- Go to Taxes -> Withholding Taxes.
- Select the relevant withholding tax code created on your custom add-on.
- See the withholding tax base amount.
You notice that the base amount is determined using the invoice's gross amount. You expect it to be calculated based on the invoice's net amount.
Cause
The Withholding Tax Configuration in your custom solution has the element WhtBaseDet is set to 2 - Gross instead of 1 - Net.
Resolution
The field WhtBaseDet specify the determination type, such as Net or Gross, which is used during the withholding tax calculation to calculate the withholding tax base amount.
Therefore, if Net amount is required, you need to change the field to 1 - Net in your PDI add-on. This setting can be found by opening the add-on in SDK and navigating to the Withholding Tax Configuration of your solution.
For more details about enabling withholding tax via Cloud Application Studio, please visit the Localization Toolkit - How_To_Enable_WithholdingTax_For_Non Localized Country.
Keywords
Localization Toolkit, Withholding Tax. Gross Amount. Tax Base Amount. , KBA , SRD-FIN-GLO-TAX , GLO - Tax Declaration , How To