The OBJECT_CHANGE_NUMBER table contains details on the last modification performed
on each of the following objects:
| Schema Version | 5.0.6 | |
| Partitioned | No | |
The OBJECT_CHANGE_NUMBER 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 | IX_OCN_OID |
|
The unique identifier of the object | |||
| VERSION_ID | IX_OCN_VERSION_ID |
|
The identifier of the last change performed on the object. It is determined at database level and incremented each time a change is performed on any object. | |||
| OBJECT_TYPE |
|
The type of object | ||||
| LAST_ACTION_TYPE |
|
The type of the last action performed on the object | ||||
| LAST_ACTION_DATE |
|
The date of the last action performed on the object |
The database schema defines the following columns. Check the definitions, types, available indexes, and formats:
| Definition | The unique identifier of the object |
| Description |
The unique identifier of the object. It is generated by the SAP CC system for the
objects of the catalog. For other objects, there is the following correspondence:
|
| Type | DECIMAL(28), NOT NULL |
| Available Index | IX_OCN_OID |
| Definition | The identifier of the last change performed on the object. It is determined at database level and incremented each time a change is performed on any object. |
| Type | DECIMAL(28), NULL |
| Available Index | IX_OCN_VERSION_ID |
| Definition | The type of object |
| Format |
The possible values are:
|
| Type | DECIMAL(3), NOT NULL |
| Definition | The type of the last action performed on the object |
| Format |
The possible values are:
|
| Type | DECIMAL(1), NOT NULL |
| Definition | The date of the last action performed on the object |
| Type | SECONDDATE, NOT NULL |
The following database indexes are available in the OBJECT_CHANGE_NUMBER database table to improve the speed of data retrieval operations during the business processes of SAP Convergent Charging:
| Indexed Column(s) | VERSION_ID |
| Unique | Yes |
| Partitioned | No |
| Indexed Column(s) | OID |
| Unique | Yes |
| Partitioned | No |