The CHARGED_ITEM_DEFINITION_FIELD table contains the properties of the charged item
definition properties of the rate plan.
| Schema Version | 2023.0.2 | |
| Filegroup | COCKPIT_DATA | |
| Partitioned | No | |
The CHARGED_ITEM_DEFINITION_FIELD table is defined by the following columns in your back-end database. See the column details for more information.
| Name | PK | FK | IX | Uses | Used by | Definition |
|---|---|---|---|---|---|---|
| OID | PK_CHARGED_ITEM_DEFINITION_FIELD |
|
The unique identifier of the charged item definition field. It is generated by the SAP CC Cockpit application. | |||
| IN_ERROR_STATE |
|
Indicates whether the charged item definition field is in error or not | ||||
| NAME | IX_CHARGED_ITEM_DEFINITION_FIELD_NAME |
|
The name of the field used by the charged item definition | |||
| TYPE |
|
The type of the field | ||||
| CATEGORY |
|
The category of the field | ||||
| RELEASED_OID |
|
The unique identifier of the released charged item definition field when its is being modified | ||||
| STATE | IX_CHARGED_ITEM_DEFINITION_FIELD_STATE |
|
The state of the charged item definition field | |||
| BOOLEAN_VALUE |
|
The value of the field when it is a boolean | ||||
| DATE_VALUE |
|
The value of the field when it is a date | ||||
| NUMBER_VALUE |
|
The value of the field when it is a number | ||||
| PROPERTY_NAME |
|
The name of the property to map | ||||
| STRING_VALUE |
|
The value of the field when it is a string | ||||
| VALUE_TYPE |
|
The value type of the field | ||||
| IS_REDEFINED |
|
Indicates whether the field is redefined or not | ||||
| DEFAULT_BOOLEAN_VALUE |
|
The default value of the field when it is a boolean property | ||||
| DEFAULT_DATE_VALUE |
|
The default value of the field when it is a date property | ||||
| DEFAULT_NUMBER_VALUE |
|
The default value of the field when it is a number property | ||||
| DEFAULT_PROPERTY_NAME |
|
The name of the default property when the field is a property | ||||
| DEFAULT_STRING_VALUE |
|
The default value of the field when it is a string property | ||||
| DEFAULT_VALUE_TYPE |
|
The default value type of the field | ||||
| CHARGEDITEMDEFINITION_OID | CHARGED_ITEM_DEFINITION (OID)
|
|
The unique identifier of the charged item definition containing the property | |||
| IS_DEFAULT_PROPERTY_EMPTY |
|
Indicates whether the default property is an empty value or not |
The database schema defines the following columns. Check the definitions, types, available indexes, and formats:
| Definition | The unique identifier of the charged item definition field. It is generated by the SAP CC Cockpit application. |
| Type | DECIMAL(28), NOT NULL |
| Primary Key | PK_CHARGED_ITEM_DEFINITION_FIELD |
| Definition | Indicates whether the charged item definition field is in error or not |
| Format |
The possible values are:
|
| Type | BIT, NULL |
| Definition | The name of the field used by the charged item definition |
| Type | NVARCHAR(256), NULL |
| Available Index | IX_CHARGED_ITEM_DEFINITION_FIELD_NAME |
| Definition | The type of the field |
| Format |
The possible values are:
|
| Type | DECIMAL(10), NULL |
| Definition | The category of the field |
| Format |
The possible values are:
|
| Type | DECIMAL(10), NULL |
| Definition | The unique identifier of the released charged item definition field when its is being modified |
| Type | DECIMAL(28), NULL |
| Definition | The state of the charged item definition field |
| Format |
The possible values are:
|
| Type | DECIMAL(3), NULL |
| Available Index | IX_CHARGED_ITEM_DEFINITION_FIELD_STATE |
| Definition | The value of the field when it is a boolean |
| Type | BIT, NULL |
| Definition | The value of the field when it is a date |
| Type | DATETIME, NULL |
| Definition | The value of the field when it is a number |
| Type | DECIMAL(28,6), NULL |
| Definition | The name of the property to map |
| Type | NVARCHAR(256), NULL |
| Definition | The value of the field when it is a string |
| Type | NVARCHAR(64), NULL |
| Definition | The value type of the field |
| Format |
The possible values are:
|
| Type | DECIMAL(10), NULL |
| Definition | Indicates whether the field is redefined or not |
| Format |
The possible values are:
|
| Type | BIT, NULL |
| Definition | The default value of the field when it is a boolean property |
| Type | BIT, NULL |
| Definition | The default value of the field when it is a date property |
| Type | DATETIME, NULL |
| Definition | The default value of the field when it is a number property |
| Type | DECIMAL(28,6), NULL |
| Definition | The name of the default property when the field is a property |
| Type | NVARCHAR(256), NULL |
| Definition | The default value of the field when it is a string property |
| Type | NVARCHAR(64), NULL |
| Definition | The default value type of the field |
| Format |
The possible values are:
|
| Type | DECIMAL(10), NULL |
| Definition | The unique identifier of the charged item definition containing the property |
| Type | DECIMAL(28), NOT NULL |
| Definition | Indicates whether the default property is an empty value or not |
| Type | BIT, NULL |
See the primary key information:
| Column(s) | OID |
| Filegroup | COCKPIT_DATA |
The following database indexes are available in the CHARGED_ITEM_DEFINITION_FIELD database table to improve the speed of data retrieval operations during the business processes of SAP Convergent Charging:
| Indexed Column(s) | NAME |
| Unique | No |
| Partitioned | No |
| Clustered | No |
| Filegroup | COCKPIT_INDX |
| Indexed Column(s) | STATE |
| Unique | No |
| Partitioned | No |
| Clustered | No |
| Filegroup | COCKPIT_INDX |