Table: COUNTER

Table Name COUNTER
Table Description The COUNTER table describes counters in subscriptions, charging contracts and charge activations. These counters are first created in offers, charge conditions or charge plans and charge plan items. Then they are redefined in a subscription or in a charge activation.
Tablespace COUNTER_DATA
Database Core Database
Partitioned Yes
Columns
COUN_KEY
VALUE
SUAC_OID
HOLD_OID
PARTITION_ID

Columns of the Table

The COUNTER database table is defined by the following columns.

Column: COUN_KEY

Value Type SMALLINT, NOT NULL
Key(s) Primary Key: PK_COUNTER
Column Description The identifier of the counter.


Column: VALUE

Value Type DECIMAL(28,6)
Column Description

The value of the counter.

It is rounded according to the rules defined by the COUNTER_PRECISION and the COUNTER_ROUNDING_MODE parameters.



Column: SUAC_OID

Value Type BIGINT, NOT NULL
Key(s) Primary Key: PK_COUNTER
Column Description The identifier of the subscriber account owning the subscription, the charging contract or the charge activation.


Column: HOLD_OID

Value Type BIGINT, NOT NULL
Key(s) Primary Key: PK_COUNTER
Column Description The identifier of the subscription, the charging contract or the charge activation owning the counter.


Column: PARTITION_ID

Value Type SMALLINT, NOT NULL
Key(s) Primary Key: PK_COUNTER
Column Description The partition of the subscriber account owning the subscription, the charging contract or the charge activation.


Top of the list



SAP Convergent Charging 3.0

Document Version: SP04 and later

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