Table:
CCON_COUNTER_DESC
|
Table Name
|
CCON_COUNTER_DESC |
| Table Description |
The CCON_COUNTER_DESC table contains the description of counters in charge conditions. These counters are first created in
the
price plan of the charge component corresponding to the charge condition. Then they are linked to another counter (defined
at the
offer level) in the charge condition.
|
| Tablespace |
CATALOG_DATA |
| Database |
Core Database |
|
Columns
|
|
Columns of the Table
The CCON_COUNTER_DESC database table is defined by the following columns.
Column: INDEX_IN_CCON
| Value Type |
DECIMAL(5), NOT NULL |
| Column Description |
The position of the counter in the charge condition. |
Column: NAME
| Value Type |
VARCHAR(256), NOT NULL |
| Column Description |
The name of the counter. |
Column: DESCRIPTION
| Value Type |
VARCHAR(256) |
| Column Description |
The description of the counter. |
Column: INITIAL_VALUE
| Value Type |
DECIMAL(28,6) |
| Column Description |
The initial value of the counter in the price plan. |
Column: COUNTER_NAME
| Value Type |
VARCHAR(256) |
| Column Description |
The name of the counter (at the offer level) which this counter is linked to. |
Column: CCON_OID
| Value Type |
BIGINT, NOT NULL |
| Key(s) |
- |
Foreign K.:
- Foreign table: CHARGE_CONDITION
- Foreign field(s): OID
|
| Index(es) |
IX_CCCD_CCON
|
| Column Description |
The identifier of the charge condition owning the counter. |
Top of the list
SAP Convergent Charging 3.0
Document Version: SP04 and later
(c) Copyright 2011 SAP AG. All rights reserved.