CHARGED_ITEM_MAPPING

Description


Technical Data


Schema Version 4.5.13
Filegroup CATALOG_DATA
Partitioned No

Summary


The CHARGED_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_CHARGED_ITEM_MAPPING        CITM_ENTRY (CITM_OID)
 
CCON_OID     IX_CITM_CCON_OID  CHARGE_CONDITION (OID)
 
 
CITC_CODE          
CITA_CODE          

Column Details


OID

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

CCON_OID

Definition The ID of the charge condition
Type DECIMAL(28), NOT NULL
Available Index IX_CITM_CCON_OID

CITC_CODE

Definition The code of the charged item class
Type NVARCHAR(256), NULL

CITA_CODE

Definition The code of the charged items aggregation policy associated to the charge plan item
Description The code of the charged items aggregation policy associated to the charge plan item. The null value indicates that no aggregation is defined.
Type NVARCHAR(256), NULL

Primary Key Details


PK_CHARGED_ITEM_MAPPING

Column(s) OID
Filegroup CATALOG_DATA

Index Details


The following database indexes are available in the CHARGED_ITEM_MAPPING database table to improve the speed of data retrieval operations during the business processes of SAP Convergent Charging:

IX_CITM_CCON_OID

Indexed Column(s) CCON_OID
Unique No
Partitioned No
Clustered No
Filegroup CATALOG_INDX