EIM_FIELD
Exportable Item Mapping Fields
Definition
The EIM_FIELD table describes the fields of an exportable item mapping
Technical Data
Summary
The EIM_FIELD table is defined by the
following columns.
See the column details for more information.
Column Details
OID
| 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 |
EIM_OID
| Definition |
The OID of the exportable item mapping having this entry |
| Type |
DECIMAL(28), NOT NULL |
NAME
| Definition |
The name of the field. It must be unique for an exportable item mapping. |
| Type |
NVARCHAR(256), NOT NULL |
DESCRIPTION
| Definition |
The description of the field |
| Type |
NVARCHAR(2000), NULL |
CLASS_FIELD_NAME
| Definition |
The name of the class field |
| Type |
NVARCHAR(256), NULL |
Primary Key Details
PK_EIM_FIELD