XCI_VALUES

Definition


The XCI_VALUES table contains the property values of all the extended chargeable items (XCIs) stored in the IEC database

Description


The XCI_VALUES table contains the property values of all the extended chargeable items (XCIs) stored in the IEC database.

Technical Data


Schema Version 4.5.0
Filegroup
Partitioned No

Summary


The XCI_VALUES 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
XCI_ID     IX_XCI_VALUES   

    The unique ID of the extended chargeable item (XCI) recorded by the IEC application
    PROP_ID       PROP_INFO (PROP_ID)
     

      The ID of the property information in the PROP_INFO table
      NUMBER_VALUE        

        The value of the property information if type is number
        STRING_VALUE        

          The value of the property information if type is string
          DATE_VALUE        

            The value of the property information if type is date

            Column Details

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

            XCI_ID

            Definition The unique ID of the extended chargeable item (XCI) recorded by the IEC application
            Type DECIMAL(28), NOT NULL
            Available Index IX_XCI_VALUES

            PROP_ID

            Definition The ID of the property information in the PROP_INFO table
            Type DECIMAL(28), NOT NULL

            NUMBER_VALUE

            Definition The value of the property information if type is number
            Type DECIMAL(28,6), NULL

            STRING_VALUE

            Definition The value of the property information if type is string
            Type NVARCHAR(2000), NULL

            DATE_VALUE

            Definition The value of the property information if type is date
            Type DATETIME, NULL

            Index Details

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

            IX_XCI_VALUES

            Indexed Column(s) XCI_ID
            Unique Yes
            Partitioned No
            Clustered No
            Filegroup