MOPA_SPENDING_STATUS_MAPPING

Definition


The MOPA_SPENDING_STATUS_MAPPING table contains the counter mappings of the monitoring plan

Technical Data


Schema Version 5.0.6
Partitioned No

Summary


The MOPA_SPENDING_STATUS_MAPPING 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
MOPA_OID     IX_CM_MP  MOPA (OID)
 

    The identifier of the monitoring plan
    COUNTER_NAME        

      The name of the counter
      SSD_ID        

        The ID of the spending status description
        RATA_ID        

          The ID of the range table

          Column Details

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

          MOPA_OID

          Definition The identifier of the monitoring plan
          Type DECIMAL(28), NOT NULL
          Available Index IX_CM_MP

          COUNTER_NAME

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

          SSD_ID

          Definition The ID of the spending status description
          Type NVARCHAR(256), NOT NULL

          RATA_ID

          Definition The ID of the range table
          Type NVARCHAR(256), NOT NULL

          Index Details

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

          IX_CM_MP

          Indexed Column(s) MOPA_OID
          Unique Yes
          Partitioned No