Table: COUNTER_DESC

Table Name COUNTER_DESC
Table Description The COUNTER_DESC table contains the description of the counters used in charge components.
Tablespace CATALOG_DATA
Database Core Database
Columns
INDEX_IN_PLAN
NAME
DESCRIPTION
IS_TRANSIENT
INITIAL_VALUE
PLAN_OID

Columns of the Table

The COUNTER_DESC database table is defined by the following columns.

Column: INDEX_IN_PLAN

Value Type DECIMAL(5), NOT NULL
Column Description The position of the counter in the price plan.


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: IS_TRANSIENT

Value Type DECIMAL(1), NOT NULL
Column Description

The IS_TRANSIENT field indicates if the counter is transient or persistent.

Possible values are:

  • 0: persistent
  • 1: transient



Column: INITIAL_VALUE

Value Type DECIMAL(28,6), NOT NULL
Column Description The initial value of the counter.


Column: PLAN_OID

Value Type BIGINT, NOT NULL
Key(s) -

Foreign K.:

  • Foreign table: PRICE_PLAN
  • Foreign field(s): OID

Index(es) IX_CDES_PLAN
Column Description The ID of the price plan that owns this counter.


Top of the list



SAP Convergent Charging 3.0

Document Version: SP04 and later

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