The OBJECT_ACCESS_RULE table contains the list of access rules of the
SAP CC users with the Pricing Specialist for Price Data role.
| Schema Version | 2023.0.2 | |
| Filegroup | CATALOG_DATA | |
| Partitioned | No | |
The OBJECT_ACCESS_RULE 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_OBJECT_ACCESS_RULE |
|
The identifier of the object access rule | |||
| USER_OID | HCI_USER (OID)
|
|
The unique identifier of the SAP CC user | |||
| ADD_INFO_NAME |
|
The name of the additional info the CC object must contain to fulfill the object access rule | ||||
| ADD_INFO_VALUE |
|
The value of the additional info the CC object must contain to fulfill the object access rule | ||||
| READ_WRITE_LEVEL |
|
The level of modification of an object |
The database schema defines the following columns. Check the definitions, types, available indexes, and formats:
| Definition | The identifier of the object access rule |
| Type | DECIMAL(28), NOT NULL |
| Available Index | IX_OBJECT_ACCESS_RULE |
| Definition | The unique identifier of the SAP CC user |
| Type | DECIMAL(28), NOT NULL |
| Definition | The name of the additional info the CC object must contain to fulfill the object access rule |
| Type | NVARCHAR(256), NULL |
| Definition | The value of the additional info the CC object must contain to fulfill the object access rule |
| Type | NVARCHAR(2000), NULL |
| Definition | The level of modification of an object |
| Format |
The possible values are:
|
| Type | DECIMAL(1), NOT NULL |
| Default | 0 |
The following database indexes are available in the OBJECT_ACCESS_RULE database table to improve the speed of data retrieval operations during the business processes of SAP Convergent Charging:
| Indexed Column(s) | OID |
| Unique | No |
| Partitioned | No |
| Clustered | No |
| Filegroup | CATALOG_INDX |