The MOPA table contains the basic definition of the monitoring plans stored in the
monitoring catalog
of a service provider.
These definitions are completed with information stored in the MOPA_xx database tables
(
MOPA_COUNTER
,
MOPA_ACCOUNT_ASSIGNMENT
, ...)
Note
For compatibility reasons, the name of this table remains unchanged even if the table
concerns the refill plans used in the SAP CC system.
| Schema Version | 5.0.6 | |
| Tablespace | CATALOG_DATA | |
| Partitioned | No | |
The MOPA 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 |
|---|---|---|---|---|---|---|
| OID | PK_MOPA |
|
The unique identifier of the monitoring plan (or refill plan). It is generated by the SAP CC system. | |||
| EXT_ID | IX_MOPA_EXT_ID |
|
The external identifier of the plan, corresponding to the name of the plan in the SAP CC Core Tool user interface | |||
| OWNER | IX_MOPA_OWNER |
|
The owner of the plan: the service provider and its pricing catalog | |||
| STATUS |
|
The status of the monitoring plan (or refill plan) | ||||
| DESCRIPTION |
|
The description of the monitoring plan |
The database schema defines the following columns. Check the definitions, types, available indexes, and formats:
| Definition | The unique identifier of the monitoring plan (or refill plan). It is generated by the SAP CC system. |
| Type | DECIMAL(28), NOT NULL |
| Primary Key | PK_MOPA |
| Definition | The external identifier of the plan, corresponding to the name of the plan in the SAP CC Core Tool user interface |
| Type | VARCHAR(256), NOT NULL |
| Available Index | IX_MOPA_EXT_ID |
| Definition | The owner of the plan: the service provider and its pricing catalog |
| Type | VARCHAR(256), NOT NULL |
| Available Index | IX_MOPA_OWNER |
| Definition | The status of the monitoring plan (or refill plan) |
| Format |
The possible values are:
|
| Type | DECIMAL(1), NOT NULL |
| Definition | The description of the monitoring plan |
| Type | VARCHAR(2000), NULL |
See the primary key information:
| Column(s) | OID |
| Tablespace | CATALOG_INDX |
The following database indexes are available in the MOPA database table to improve the speed of data retrieval operations during the business processes of SAP Convergent Charging:
| Indexed Column(s) | OWNER |
| Unique | Yes |
| Partitioned | No |
| Tablespace | CATALOG_INDX |
| Indexed Column(s) | EXT_ID |
| Unique | Yes |
| Partitioned | No |
| Tablespace | CATALOG_INDX |