The EXPORTABLE_ITEM_MAPPING table contains basic information about the exportable
item mapping (code, classId, externalSystemCode) managed by SAP Convergent Charging.
| Schema Version | 5.0.6 | |
| Tablespace | CATALOG_DATA | |
| Partitioned | No | |
The EXPORTABLE_ITEM_MAPPING 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_EXPORTABLE_ITEM_MAPPING |
|
The exportable item mapping unique ID | |||
| CODE |
|
The code of the exportable item mapping | ||||
| CLASS_ID |
|
The code/id of the mapped class | ||||
| TYPE |
|
The type of the mapping | ||||
| EXTERNAL_SYSTEM_CODE |
|
The code of the external system |
The database schema defines the following columns. Check the definitions, types, available indexes, and formats:
| Definition | The exportable item mapping unique ID |
| Description |
|
| Type | DECIMAL(28), NOT NULL |
| Primary Key | PK_EXPORTABLE_ITEM_MAPPING |
| Definition | The code of the exportable item mapping |
| Type | VARCHAR(256), NULL |
| Definition | The code/id of the mapped class |
| Type | VARCHAR(256), NULL |
| Definition | The type of the mapping |
| Format |
The possible values are:
|
| Type | DECIMAL(2), NOT NULL |
| Definition | The code of the external system |
| Type | VARCHAR(256), NOT NULL |
See the primary key information:
| Column(s) | OID |
| Tablespace | CATALOG_INDX |