Table: COUNTRY_TAX_POLICY

Table Name COUNTRY_TAX_POLICY
Table Description The COUNTRY_TAX_POLICY table sets the tax policy to apply for each country. It also defines if a country belongs to a supra-national group which imposes any taxation rules (ex: EU, ALENA, ...).
Tablespace CATALOG_DATA
Database Core Database
Columns
COUNTRY_CODE
COUNTRY
SUPRA_TAX_ZONE
TAX_POLICY

Columns of the Table

The COUNTRY_TAX_POLICY database table is defined by the following columns.

Column: COUNTRY_CODE

Value Type VARCHAR(2), NOT NULL
Key(s) Primary Key: PK_COUNTRY_TAX_POLICY
Column Description The country code as defined in ISO 3166.


Column: COUNTRY

Value Type VARCHAR(256), NOT NULL
Key(s) Primary Key: PK_COUNTRY_TAX_POLICY
Column Description The name of the country.


Column: SUPRA_TAX_ZONE

Value Type DECIMAL(1), NOT NULL
Column Description

The Supra-national zone with its proper rules of taxation.

Possible values are:

  • -1: no supra-national zone
  • 0: European Union



Column: TAX_POLICY

Value Type DECIMAL(1), NOT NULL
Column Description

The tax policy to apply for the country.

Possible values are:

  • -1: no tax policy defined
  • 0: VAT mode
  • 1: resale mode (ex: USA)



Top of the list



SAP Convergent Charging 3.0

Document Version: SP04 and later

(c) Copyright 2011 SAP AG. All rights reserved.