CAPI_CITM_ENTRY

Definition


The CAPI_CITM_ENTRY table describes the entries of the charged item mapping in the charge plan item

Technical Data


Schema Version 5.0.6
Partitioned No

Summary


The CAPI_CITM_ENTRY 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
CITM_OID     IX_CAPI_CITM_ENTRY  CAPI_CHARGED_ITEM_MAPPING (OID)
 

    The OID of the charged item mapping
    CITC_FIELD_NAME        

      The name of the field in the charged item class

      More...

      VALUE_TYPE        

        The type of the field

        More...

        STRING_VALUE        

          The value of the field when it is a string
          NUMBER_VALUE        

            The value of the field when it is a number
            DATE_VALUE        

              The value of the field when it is a date
              BOOLEAN_VALUE        

                The value of the field when it is a boolean
                PROPERTY_NAME        

                  The name of the property to map

                  Column Details

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

                  CITM_OID

                  Definition The OID of the charged item mapping
                  Type DECIMAL(28), NOT NULL
                  Available Index IX_CAPI_CITM_ENTRY

                  CITC_FIELD_NAME

                  Definition The name of the field in the charged item class
                  Description

                  The name of the field in the charged item class. It must be unique for a charged item mapping

                  Type NVARCHAR(256), 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 NVARCHAR(64), 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 DATETIME, 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 NVARCHAR(256), NULL

                  Index Details

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

                  IX_CAPI_CITM_ENTRY

                  Indexed Column(s) CITM_OID
                  Unique No
                  Partitioned No
                  Clustered No