EIM_FIELD

Exportable Item Mapping Fields

Definition


The EIM_FIELD table describes the fields of an exportable item mapping

Technical Data


Schema Version 4.5.13
Filegroup CATALOG_DATA
Partitioned No

Summary


The EIM_FIELD table is defined by the following columns. See the column details for more information.

Name PK FK IX Uses Used by
OID PK_EIM_FIELD        EIMF_ADDITIONAL_INFO (EIMF_OID)
 
EIM_OID       EXPORTABLE_ITEM_MAPPING (OID)
 
 
NAME          
DESCRIPTION          
CLASS_FIELD_NAME          

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

Column(s) OID
Filegroup CATALOG_DATA