EXPORTABLE_ITEM_MAPPING

Description


Technical Data


Schema Version 4.5.13
Filegroup CATALOG_DATA
Partitioned No

Summary


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

Name PK FK IX Uses Used by
OID PK_EXPORTABLE_ITEM_MAPPING        EIM_ADDITIONAL_INFO (EIM_OID)
EIM_FIELD (EIM_OID)
 
CODE          
CLASS_ID          
TYPE          
EXTERNAL_SYSTEM_CODE          

Column Details


OID

Definition The exportable item mapping unique ID
Description The exportable item mapping unique ID. It is generated by the SAP CC system.
Type DECIMAL(28), NOT NULL
Primary Key PK_EXPORTABLE_ITEM_MAPPING

CODE

Definition The code of the exportable item mapping
Type NVARCHAR(256), NULL

CLASS_ID

Definition The code/id of the mapped class
Type NVARCHAR(256), NULL

TYPE

Definition The type of the mapping
Format

The possible values are:

  • 1: charged item class. This mapping refers to a charged item class.
  • 2: refill record class. This mapping refers to a refill record class.
  • 3: chargeable item class. This mapping refers to a chargeable item class.

Type DECIMAL(2), NOT NULL

EXTERNAL_SYSTEM_CODE

Definition The code of the external system
Type NVARCHAR(256), NOT NULL

Primary Key Details


PK_EXPORTABLE_ITEM_MAPPING

Column(s) OID
Filegroup CATALOG_DATA