ACCESS_TABLE

Accesses (in Customer Master Data)

Definition


The ACCESS_TABLE database table is used to define service and customer access information

Technical Data


Schema Version 2025.0.0
Partitioned No

Summary


The ACCESS_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_ACCESS_TABLE       

    The access unique ID
    CLIENT_NUMBER     IX_ACCESS   

      The client number associated to the access
      USER_SERVICE_ID     IX_ACCESS   

        The user service ID (USID) for the user access; a technical key that identifies the end customer regarding to the consumed service.
        SERVICE_ID     IX_ACCESS   

          The service identifier (SID) for the user access
          OWNER        

            The name of the pricing catalog to which the access belongs

            More...

            PARTITION_ID PK_ACCESS_TABLE    IX_ACCESS   

              The partition of the access

              Column Details

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

              OID

              Definition The access unique ID
              Type DECIMAL(28), NOT NULL
              Primary Key PK_ACCESS_TABLE

              CLIENT_NUMBER

              Definition The client number associated to the access
              Type DECIMAL(3), NOT NULL
              Available Index IX_ACCESS

              USER_SERVICE_ID

              Definition The user service ID (USID) for the user access; a technical key that identifies the end customer regarding to the consumed service.
              Type NVARCHAR(128), NOT NULL
              Available Index IX_ACCESS

              SERVICE_ID

              Definition The service identifier (SID) for the user access
              Type NVARCHAR(128), NOT NULL
              Available Index IX_ACCESS

              OWNER

              Definition The name of the pricing catalog to which the access belongs
              Description

              The name of the pricing catalog to which the access belongs. This field is set automatically if the access was created by an SAP user associated to a catalog.

              Type NVARCHAR(64), NULL

              PARTITION_ID

              Definition The partition of the access
              Type DECIMAL(4), NOT NULL
              Primary Key PK_ACCESS_TABLE
              Available Index IX_ACCESS

              Primary Key Details

              See the primary key information:

              PK_ACCESS_TABLE

              Column(s) PARTITION_ID, OID
              Tablespace ACCESS_INDX

              Index Details

              The following database indexes are available in the ACCESS_TABLE database table to improve the speed of data retrieval operations during the business processes of SAP Convergent Charging:

              IX_ACCESS

              Indexed Column(s) PARTITION_ID,CLIENT_NUMBER,USER_SERVICE_ID,SERVICE_ID
              Unique Yes
              Partitioned No