CITM_ENTRY

Offer Charged Item Mapping Table

Definition


The CITM_ENTRY table describes the entries of an offer charged item mapping

Technical Data


Schema Version 4.5.13
Tablespace CATALOG_DATA
Partitioned No

Summary


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

Name PK FK IX Uses Used by
CITM_OID     IX_CITM_ENTRY  CHARGED_ITEM_MAPPING (OID)
 
 
CITC_FIELD_NAME          
VALUE_TYPE          
STRING_VALUE          
NUMBER_VALUE          
DATE_VALUE          
BOOLEAN_VALUE          
PROPERTY_NAME          

Column Details


CITM_OID

Definition The OID of the charged item mapping having this entry
Type DECIMAL(28), NOT NULL
Available Index IX_CITM_ENTRY

CITC_FIELD_NAME

Definition The name of the charged item class field. It must be unique for a charged item mapping
Type VARCHAR2(256 CHAR), NOT NULL

VALUE_TYPE

Definition The type of the field
Format

The possible values are:

  • 0: number
  • 1: string
  • 2: date
  • 3: boolean

Type DECIMAL(1), NOT NULL

STRING_VALUE

Definition The value of the field when it is a string
Type VARCHAR2(64 CHAR), NULL

NUMBER_VALUE

Definition The value of the field when it is a number
Type DECIMAL(28,6), NULL

DATE_VALUE

Definition The value of the field when it is a date
Type DATE, NULL

BOOLEAN_VALUE

Definition The value of the field when it is a boolean
Type DECIMAL(1), NULL

PROPERTY_NAME

Definition The name of the property to map
Type VARCHAR2(256 CHAR), NULL

Index Details


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

IX_CITM_ENTRY

Indexed Column(s) CITM_OID
Unique No
Partitioned No
Tablespace CATALOG_INDX