Table: PARAMETER

Table Name PARAMETER
Table Description The PARAMETER table contains information about the parameters defined in price plans.
Tablespace CATALOG_DATA
Database Core Database
Columns
INDEX_IN_PLAN
NAME
DESCRIPTION
VALUE_TYPE
IS_PRIVATE
NUMBER_VALUE
STRING_VALUE
DATE_VALUE
PLAN_OID
NB_ADDITIONAL_INFO

Columns of the Table

The PARAMETER database table is defined by the following columns.

Column: INDEX_IN_PLAN

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


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

Value Type DECIMAL(2), NOT NULL
Column Description

The type of the parameter.

Possible values are:

  • 0: number
  • 1: string
  • 2: date



Column: IS_PRIVATE

Value Type DECIMAL(1), NOT NULL
Column Description

The IS_PRIVATE field gives the visibility of the parameter.

Possible values are:

  • 0: external. The parameter can be modified outside the price plan, in an offer or a subscription for example.
  • 1: internal. The parameter cannot be modified outside the price plan.



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

Value Type BIGINT, NOT NULL
Key(s) -

Foreign K.:

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

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


Column: NB_ADDITIONAL_INFO

Value Type DECIMAL(3), NOT NULL
Column Description The number of additional info for this parameter


Top of the list



SAP Convergent Charging 3.0

Document Version: SP04 and later

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