Table:
SUBS_ADDITIONAL_INFO
|
Table Name
|
SUBS_ADDITIONAL_INFO |
| Table Description |
The SUBS_ADDITIONAL_INFO table contains subscription additional information. |
| Tablespace |
SUBSCRIBER_DATA |
| Database |
Core Database |
|
Partitioned
|
Yes
|
|
Columns
|
|
Columns of the Table
The SUBS_ADDITIONAL_INFO database table is defined by the following columns.
Column: SUBS_OID
| Value Type |
BIGINT, NOT NULL |
| Key(s) |
- |
Foreign K.:
- Foreign table: SUBSCRIPTION
- Foreign field(s): OID
|
| Index(es) |
IX_SAI_ROOT_SUBS_OID IX_SUB_ADDITIONAL_INFO
|
| Column Description |
The identifier of the subscription. |
Column: NAME
| Value Type |
VARCHAR(256), NOT NULL |
| Column Description |
The name of the additional info. |
Column: VALUE_TYPE
| Value Type |
DECIMAL(1), NOT NULL |
| Column Description |
The type of the additional info. Possible values are:
- 0: number
- 1: string
- 2: date
|
Column: NUMBER_VALUE
| Value Type |
DECIMAL(28,6) |
| Column Description |
The value of the additional info when it is a number. |
Column: STRING_VALUE
| Value Type |
VARCHAR(2000) |
| Column Description |
The value of the additional info when it is a string. |
Column: DATE_VALUE
| Value Type |
DATE |
| Column Description |
The value of the additional info when it is a date. |
Column: ROOT_SUBS_OID
| Value Type |
BIGINT, NOT NULL |
| Index(es) |
IX_SAI_ROOT_SUBS_OID
|
| Column Description |
The root subscription. |
Column: PARTITION_ID
| Value Type |
SMALLINT, NOT NULL |
| Column Description |
The partition of the subscriber account owning the subscription. |
Top of the list
SAP Convergent Charging 3.0
Document Version: SP04 and later
(c) Copyright 2011 SAP AG. All rights reserved.