Table:
CITC_FIELD
|
Table Name
|
CITC_FIELD |
| Table Description |
The CITC_FIELD table describes the fields of a charged item class. |
| Tablespace |
CATALOG_DATA |
| Database |
Core Database |
|
Columns
|
|
Columns of the Table
The CITC_FIELD database table is defined by the following columns.
Column: NAME
| Value Type |
VARCHAR(256), NOT NULL |
| Column Description |
The name of the field. It must be unique for a charged item class. |
Column: INDEX_IN_CLASS
| Value Type |
DECIMAL(3), NOT NULL |
| Column Description |
The position of the field in the class. |
Column: VALUE_TYPE
| Value Type |
DECIMAL(1), NOT NULL |
| Column Description |
The type of the field.
Possible values are:
- 0: number
- 1: string
- 2: date
- 3: boolean
|
Column: DESCRIPTION
| Value Type |
VARCHAR(2000) |
| Column Description |
The description of the field. |
Column: CITC_OID
| Value Type |
BIGINT, NOT NULL |
| Key(s) |
- |
Foreign K.:
- Foreign table: CHARGED_ITEM_CLASS
- Foreign field(s): OID
|
| Index(es) |
IX_CITC_FIELD
|
| Column Description |
The OID of the charged item class having this field. |
Column: STRING_VALUE
| Value Type |
VARCHAR(64) |
| Column Description |
The value of the field when it is a string. |
Column: NUMBER_VALUE
| Value Type |
DECIMAL(28,6) |
| Column Description |
The value of the field when it is a number. |
Column: DATE_VALUE
| Value Type |
DATE |
| Column Description |
The value of the field when it is a date. |
Column: BOOLEAN_VALUE
| Value Type |
DECIMAL(1) |
| Column Description |
The value of the field when it is a boolean. |
Column: PROPERTY_NAME
| Value Type |
VARCHAR(256) |
| Column Description |
The name of the property to map. |
Top of the list
SAP Convergent Charging 3.0
Document Version: SP04 and later
(c) Copyright 2011 SAP AG. All rights reserved.