Table:
CAPI_TAX_PARAMETER
|
Table Name
|
CAPI_TAX_PARAMETER |
| Table Description |
The CAPI_TAX_PARAMETER table describes the parameters of a Charge Plan tax parameter set. |
| Tablespace |
CATALOG_DATA |
| Database |
Core Database |
|
Columns
|
|
Columns of the Table
The CAPI_TAX_PARAMETER database table is defined by the following columns.
Column: NAME
| Value Type |
VARCHAR(256), NOT NULL |
| Column Description |
The name of the tax parameter. It must be unique for a tax parameter set. |
Column: VALUE_TYPE
| Value Type |
DECIMAL(1), NOT NULL |
| Column Description |
The type of the parameter.
Possible values are:
- 0: number
- 1: string
- 2: date
|
Column: TPS_OID
| Value Type |
BIGINT, NOT NULL |
| Key(s) |
- |
Foreign K.:
- Foreign table: CAPI_TAX_PARAMETER_SET
- Foreign field(s): OID
|
| Column Description |
The OID of the tax parameter set containing this parameter. |
Column: STRING_VALUE
| Value Type |
VARCHAR(64) |
| Column Description |
The value of the parameter when it is a string. |
Column: NUMBER_VALUE
| Value Type |
DECIMAL(28,6) |
| Column Description |
The value of the parameter when it is a number. |
Column: DATE_VALUE
| Value Type |
DATE |
| Column Description |
The value of the parameter when it is a date. |
Column: PROPERTY_NAME
| Value Type |
VARCHAR(256) |
| Column Description |
The name of the property to map. |
Top of the list
SAP Convergent Charging 3.0
Document Version: SP04 and later
(c) Copyright 2011 SAP AG. All rights reserved.