| Schema Version | 5.0.6 | |
| Filegroup | CATALOG_DATA | |
| Partitioned | No | |
The EIM_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_EIM_FIELD |
|
The exportable item mapping field unique ID. It is generated by the SAP CC system. | |||
| EIM_OID | EXPORTABLE_ITEM_MAPPING (OID)
|
|
The OID of the exportable item mapping having this entry | |||
| NAME |
|
The name of the field. It must be unique for an exportable item mapping. | ||||
| DESCRIPTION |
|
The description of the field | ||||
| CLASS_FIELD_NAME |
|
The name of the class field |
The database schema defines the following columns. Check the definitions, types, available indexes, and formats:
| Definition | The exportable item mapping field unique ID. It is generated by the SAP CC system. |
| Type | DECIMAL(28), NOT NULL |
| Primary Key | PK_EIM_FIELD |
| Definition | The OID of the exportable item mapping having this entry |
| Type | DECIMAL(28), NOT NULL |
| Definition | The name of the field. It must be unique for an exportable item mapping. |
| Type | NVARCHAR(256), NOT NULL |
| Definition | The description of the field |
| Type | NVARCHAR(2000), NULL |
| Definition | The name of the class field |
| Type | NVARCHAR(256), NULL |
See the primary key information:
| Column(s) | OID |
| Filegroup | CATALOG_DATA |