EIM_FIELD

Exportable Item Mapping Fields

Definition


The EIM_FIELD table describes the fields of an exportable item mapping

Technical Data


Schema Version 5.0.6
Filegroup CATALOG_DATA
Partitioned No

Summary


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

          Column Details

          The database schema defines the following columns. Check the definitions, types, available indexes, and formats:

          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

          See the primary key information:

          PK_EIM_FIELD

          Column(s) OID
          Filegroup CATALOG_DATA