The MAPPING_TABLE table contains the basic definition of the mapping tables
stored in the pricing catalog of a service provider.
They are composed of mapping table rows. See the MAPPING_TABLE_ROW table.
| Schema Version | 2023.0.2 | |
| Tablespace | COCKPIT_DATA | |
| Partitioned | No | |
The MAPPING_TABLE 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_MAPPING_TABLE |
|
The unique identifier of the mapping table. It is generated by the SAP CC Cockpit application. | |||
| NAME | IX_MAPPING_TABLE_NAME |
|
The name of the mapping table | |||
| CATALOG | IX_MAPPING_TABLE_CATALOG | CATALOG (NAME)
|
|
The name of the pricing catalog that owns the mapping table | ||
| CC_OID |
|
The unique identifier of the mapping table in the SAP CC Core Server system | ||||
| DESCRIPTION |
|
The description of the mapping table | ||||
| IN_ERROR_STATE |
|
Indicates whether the mapping table is in error or not | ||||
| IS_LOCKED_BY_ME |
|
This value is never stored in database. It is computed by the SAP CC Cockpit back-end application. | ||||
| LOCKING_USER |
|
The name of the SAP CC user who opened the mapping table in creation or modification | ||||
| OBJECT_CHANGE_NUMBER |
|
The change number of the mapping table | ||||
| RELEASED_OID |
|
The unique identifier of the released mapping table when its is being modified | ||||
| STATE | IX_MAPPING_TABLE_STATE |
|
The state of the mapping table | |||
| CC_VERSION |
|
The version of the mapping table in the Core Server system detected during the last synchronization operation for all mapping tables | ||||
| CC_VERSION_SYNC |
|
The version of the mapping table in the Core Server system detected during the last synchronization of the rows of the mapping table | ||||
| MAPPING_TABLE_CLASS_NAME | IX_MAPPING_TABLE_MAPPING_TABLE_CLASS_NAME |
|
The name of the mapping table class that defines the structure of the mapping table | |||
| CLEARED |
|
Indicates whether the draft mapping table was cleared (all the rows are deleted) | ||||
| AGREEMENT_ID | IX_MAPPING_TABLE_AGREEMENT_ID |
|
The agreement ID of the mapping table | |||
| DELETED_ROW_COUNT |
|
The number of rows that were deleted from the mapping table since it was created | ||||
| UNSAVED_CHANGES |
|
This value is never stored in database. It is computed by the SAP CC Cockpit back-end application. | ||||
| LAST_CHANGE |
|
The last creation or modification date of the mapping table | ||||
| MAPPING_TABLE_CLASS_STRUCTURE_HASH |
|
The hash of the columns of the associated mapping table class |
The database schema defines the following columns. Check the definitions, types, available indexes, and formats:
| Definition | The unique identifier of the mapping table. It is generated by the SAP CC Cockpit application. |
| Type | DECIMAL(28), NOT NULL |
| Primary Key | PK_MAPPING_TABLE |
| Definition | The name of the mapping table |
| Type | VARCHAR(256), NULL |
| Available Index | IX_MAPPING_TABLE_NAME |
| Definition | The name of the pricing catalog that owns the mapping table |
| Type | VARCHAR(256), NULL |
| Available Index | IX_MAPPING_TABLE_CATALOG |
| Definition | The unique identifier of the mapping table in the SAP CC Core Server system |
| Type | DECIMAL(28), NULL |
| Definition | The description of the mapping table |
| Type | VARCHAR(2000), NULL |
| Definition | Indicates whether the mapping table is in error or not |
| Format |
The possible values are:
|
| Type | BOOLEAN, NULL |
| Definition | This value is never stored in database. It is computed by the SAP CC Cockpit back-end application. |
| Type | BOOLEAN, NULL |
| Definition | The name of the SAP CC user who opened the mapping table in creation or modification |
| Type | VARCHAR(256), NULL |
| Definition | The change number of the mapping table |
| Description |
The change number of the mapping table. Used to detect object desynchronization with
the SAP CC Core Server system.
|
| Type | DECIMAL(28), NULL |
| Definition | The unique identifier of the released mapping table when its is being modified |
| Type | DECIMAL(28), NULL |
| Definition | The state of the mapping table |
| Format |
The possible values are:
|
| Type | DECIMAL(3), NULL |
| Available Index | IX_MAPPING_TABLE_STATE |
| Definition | The version of the mapping table in the Core Server system detected during the last synchronization operation for all mapping tables |
| Type | DECIMAL(28), NULL |
| Definition | The version of the mapping table in the Core Server system detected during the last synchronization of the rows of the mapping table |
| Type | DECIMAL(28), NULL |
| Definition | The name of the mapping table class that defines the structure of the mapping table |
| Type | VARCHAR(256), NULL |
| Available Index | IX_MAPPING_TABLE_MAPPING_TABLE_CLASS_NAME |
| Definition | Indicates whether the draft mapping table was cleared (all the rows are deleted) |
| Format |
The possible values are:
|
| Type | BOOLEAN, NOT NULL |
| Definition | The agreement ID of the mapping table |
| Type | VARCHAR(256), NULL |
| Available Index | IX_MAPPING_TABLE_AGREEMENT_ID |
| Definition | The number of rows that were deleted from the mapping table since it was created |
| Type | DECIMAL(28), NULL |
| Definition | This value is never stored in database. It is computed by the SAP CC Cockpit back-end application. |
| Type | BOOLEAN, NULL |
| Definition | The last creation or modification date of the mapping table |
| Type | TIMESTAMP, NULL |
| Definition | The hash of the columns of the associated mapping table class |
| Type | DECIMAL(10), NULL |
See the primary key information:
| Column(s) | OID |
| Tablespace | COCKPIT_INDX |
The following database indexes are available in the MAPPING_TABLE database table to improve the speed of data retrieval operations during the business processes of SAP Convergent Charging:
| Indexed Column(s) | NAME |
| Unique | No |
| Partitioned | No |
| Tablespace | COCKPIT_INDX |
| Indexed Column(s) | STATE |
| Unique | No |
| Partitioned | No |
| Tablespace | COCKPIT_INDX |
| Indexed Column(s) | CATALOG |
| Unique | No |
| Partitioned | No |
| Tablespace | COCKPIT_INDX |
| Indexed Column(s) | MAPPING_TABLE_CLASS_NAME |
| Unique | No |
| Partitioned | No |
| Tablespace | COCKPIT_INDX |
| Indexed Column(s) | AGREEMENT_ID |
| Unique | No |
| Partitioned | No |
| Tablespace | COCKPIT_INDX |