OBJECT_ACCESS_RULE

Definition


The OBJECT_ACCESS_RULE table contains the list of access rules of an SAP CC user with the Pricing Specialist for Price Data role

Description


The OBJECT_ACCESS_RULE table contains the list of access rules of the SAP CC users with the Pricing Specialist for Price Data role.

Technical Data


Schema Version 2023.0.2
Filegroup CATALOG_DATA
Partitioned No

Summary


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

            More...

            Column Details

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

            OID

            Definition The identifier of the object access rule
            Type DECIMAL(28), NOT NULL
            Available Index IX_OBJECT_ACCESS_RULE

            USER_OID

            Definition The unique identifier of the SAP CC user
            Type DECIMAL(28), NOT NULL

            ADD_INFO_NAME

            Definition The name of the additional info the CC object must contain to fulfill the object access rule
            Type NVARCHAR(256), NULL

            ADD_INFO_VALUE

            Definition The value of the additional info the CC object must contain to fulfill the object access rule
            Type NVARCHAR(2000), NULL

            READ_WRITE_LEVEL

            Definition The level of modification of an object
            Format

            The possible values are:

            • 0: objects can only be read
            • 1: objects can be modified

            Type DECIMAL(1), NOT NULL
            Default 0

            Index Details

            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:

            IX_OBJECT_ACCESS_RULE

            Indexed Column(s) OID
            Unique No
            Partitioned No
            Clustered No
            Filegroup CATALOG_INDX