| Schema Version | 2023.0.2 | |
| Partitioned | No | |
The BILLABLE_ITEM_MAPPING_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_BILLABLE_ITEM_MAPPING_FIELD |
|
The unique identifier of the billable item mapping field. It is generated by the SAP CC Cockpit application. | |||
| IN_ERROR_STATE |
|
Indicates whether the billable item mapping field is in error or not | ||||
| NAME |
|
The name of the billable item mapping field | ||||
| RELEASED_OID |
|
The unique identifier of the released billable item mapping field when its is being modified | ||||
| STATE |
|
The state of the billable item mapping field | ||||
| CI_DECIMAL_LENGTH |
|
The decimal length of the field | ||||
| CI_FIELD_TYPE |
|
The convergent invoicing field type of the field | ||||
| CI_LENGTH |
|
The convergent invoicing field length of the field | ||||
| CI_MAX_LENGTH |
|
The convergent invoicing field maximum length of the field | ||||
| CI_TYPE |
|
The convergent invoicing type of the field | ||||
| DESCRIPTION |
|
The description of the billable item mapping field | ||||
| SOURCE |
|
The name of the charged item class field mapped to the billable item mapping field | ||||
| TYPE |
|
The type of the field | ||||
| CHARGEDITEMCLASS_OID | CHARGED_ITEM_CLASS (OID)
|
|
The unique identifier of the charged item class that owns the billable item mapping field |
The database schema defines the following columns. Check the definitions, types, available indexes, and formats:
| Definition | The unique identifier of the billable item mapping field. It is generated by the SAP CC Cockpit application. |
| Type | DECIMAL(28), NOT NULL |
| Primary Key | PK_BILLABLE_ITEM_MAPPING_FIELD |
| Definition | Indicates whether the billable item mapping field is in error or not |
| Format |
The possible values are:
|
| Type | BOOLEAN, NULL |
| Definition | The name of the billable item mapping field |
| Type | NVARCHAR(256), NULL |
| Definition | The unique identifier of the released billable item mapping field when its is being modified |
| Type | DECIMAL(28), NULL |
| Definition | The state of the billable item mapping field |
| Format |
The possible values are:
|
| Type | DECIMAL(3), NULL |
| Definition | The decimal length of the field |
| Type | NVARCHAR(2000), NULL |
| Definition | The convergent invoicing field type of the field |
| Type | NVARCHAR(2000), NULL |
| Definition | The convergent invoicing field length of the field |
| Type | NVARCHAR(2000), NULL |
| Definition | The convergent invoicing field maximum length of the field |
| Type | NVARCHAR(2000), NULL |
| Definition | The convergent invoicing type of the field |
| Type | NVARCHAR(2000), NULL |
| Definition | The description of the billable item mapping field |
| Type | NVARCHAR(2000), NULL |
| Definition | The name of the charged item class field mapped to the billable item mapping field |
| Type | NVARCHAR(256), NULL |
| Definition | The type of the field |
| Format |
The possible values are:
|
| Type | DECIMAL(10), NULL |
| Definition | The unique identifier of the charged item class that owns the billable item mapping field |
| Type | DECIMAL(28), NOT NULL |
See the primary key information:
| Column(s) | OID |
| Tablespace | COCKPIT_INDX |