RATE_COMPONENT_PROPERTY

Definition


The RATE_COMPONENT_PROPERTY table contains detailed information about rating and charging components

Technical Data


Schema Version 5.0.6
Partitioned No

Summary


The RATE_COMPONENT_PROPERTY 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
RCOM_OID     IX_RCOP_RCOM  RATE_COMPONENT (OID)
 

    The component unique identifier
    PROPERTY_NAME        

      The name of the property
      PROPERTY_TYPE        

        The type of the property
        PROPERTY_INDEX        

          The position of the property in the component
          NUMBER_VALUE        

            The value of the property if it is a number
            STRING_VALUE        

              The value of the property if it is a string
              DATE_VALUE        

                The value of the property if it is a date

                Column Details

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

                RCOM_OID

                Definition The component unique identifier
                Type DECIMAL(28), NOT NULL
                Available Index IX_RCOP_RCOM

                PROPERTY_NAME

                Definition The name of the property
                Type NVARCHAR(256), NULL

                PROPERTY_TYPE

                Definition The type of the property
                Type DECIMAL(2), NULL

                PROPERTY_INDEX

                Definition The position of the property in the component
                Type DECIMAL(3), NULL

                NUMBER_VALUE

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

                STRING_VALUE

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

                DATE_VALUE

                Definition The value of the property if it is a date
                Type DATETIME, NULL

                Index Details

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

                IX_RCOP_RCOM

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