Table:
CAPA_PARAMETER
|
Table Name
|
CAPA_PARAMETER |
| Table Description |
The CAPA_PARAMETER table contains the parameters defined in the charge plan. |
| Tablespace |
CATALOG_DATA |
| Database |
Core Database |
|
Columns
|
|
Columns of the Table
The CAPA_PARAMETER database table is defined by the following columns.
Column: OID
| Value Type |
BIGINT, NOT NULL |
| Key(s) |
Primary Key: PK_CAPA_PARAMETER |
Foreign K.:
- Foreign table: CAPA
- Foreign field(s): OID
|
| Index(es) |
IX_CAPA_PR
|
| Column Description |
The unique identifier of the charge plan parameter. It is generated by the system. |
Column: CAPA_OID
| Value Type |
BIGINT, NOT NULL |
| Key(s) |
- |
Foreign K.:
- Foreign table: CAPA
- Foreign field(s): OID
|
| Index(es) |
IX_CAPA_PR
|
| Column Description |
The identifier of the charge plan containing the parameter. |
Column: NAME
| Value Type |
VARCHAR(256), NOT NULL |
| Column Description |
The name of the parameter. |
Column: DESCRIPTION
| Value Type |
VARCHAR(2000) |
| Column Description |
The description of the parameter. |
Column: VISIBILITY
| Value Type |
DECIMAL(1), NOT NULL |
| Column Description |
The visibility of the parameter. Possible values are:
- 0: charge plan
- 1: charge plan class (contract in the Core Tool)
|
Column: VALUE_TYPE
| Value Type |
DECIMAL(1), NOT NULL |
| Column Description |
The type of parameter. Possible values are:
- 0: number
- 1: string
- 2: date
- 3: currency
|
Column: NUMBER_VALUE
| Value Type |
DECIMAL(28,6) |
| Column Description |
The value of the parameter when it is a number. |
Column: STRING_VALUE
| Value Type |
VARCHAR(2000) |
| Column Description |
The value of the parameter when it is a string. |
Column: DATE_VALUE
| Value Type |
DATE |
| Column Description |
The value of the parameter when it is a date. |
Column: START_DATE
| Value Type |
DATE |
| Column Description |
The start date of the parameter period in the chronology. |
Column: END_DATE
| Value Type |
DATE |
| Column Description |
The end date of the parameter period in the chronology. |
Top of the list
SAP Convergent Charging 3.0
Document Version: SP04 and later
(c) Copyright 2011 SAP AG. All rights reserved.