SURT

Subscriber Range Tables (in Customer Master Data)

Definition


The SURT table contains all the subscriber range tables in the customer master data managed by SAP Convergent Charging (SAP CC)

Description


The SURT table contains all the subscriber range tables in the customer master data managed by SAP Convergent Charging (SAP CC). The structure of a subscriber range table is defined by a range table class (see the RACA table) belonging to the same service provider that owns the pricing catalog, the subscriber accounts, and the provider contracts. The detailed content of a subscriber range table is stored in the SURT_RARO table of the database.

Note

A subscriber range table is very similar to a range table but it is assigned to a subscriber account and can be used by the provider contracts belonging to this subscriber account.

A subscriber range table is a master data related to an end customer and it belongs to a subscriber account.

Technical Data


Schema Version 5.0.6
Partitioned Yes, when you use the partitioning scheme and corresponding SQL scripts

Summary


The SURT 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_SURT       

The unique identifier of the subscriber range table in the database
SUAC_OID     IX_SURT_SUAC  SUBSCRIBER_ACCOUNT (OID)
 

    The unique identifier of the subscriber account that the subscriber range table belongs to
    PARTITION_ID        

      The partition of the subscriber account that the subscriber range table belongs to
      ID     IX_SURT_ID   

        The identifier of the subscriber range table, corresponding to the name of the subscriber range table visible in the SAP CC Core Tool user interface

        More...

        RACA_OID     IX_SURT_RACA   

          The identifier of the range table class used as schema
          DESCRIPTION        

            The full description of the range table

            Column Details

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

            OID

            Definition The unique identifier of the subscriber range table in the database
            Type DECIMAL(28), NOT NULL
            Primary Key PK_SURT

            SUAC_OID

            Definition The unique identifier of the subscriber account that the subscriber range table belongs to
            Type DECIMAL(28), NOT NULL
            Available Index IX_SURT_SUAC

            PARTITION_ID

            Definition The partition of the subscriber account that the subscriber range table belongs to
            Type DECIMAL(4), NOT NULL

            ID

            Definition The identifier of the subscriber range table, corresponding to the name of the subscriber range table visible in the SAP CC Core Tool user interface
            Description

            The identifier of the subscriber range table, corresponding to the name of the subscriber range table visible in the SAP CC Core Tool user interface. It must be unique in the SAP CC system.

            Type NVARCHAR(256), NOT NULL
            Available Index IX_SURT_ID

            RACA_OID

            Definition The identifier of the range table class used as schema
            Type DECIMAL(28), NOT NULL
            Available Index IX_SURT_RACA

            DESCRIPTION

            Definition The full description of the range table
            Type NVARCHAR(2000), NULL

            Primary Key Details

            See the primary key information:

            PK_SURT

            Column(s) OID
            Segment SUBSCRIBER_INDX

            Index Details

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

            IX_SURT_RACA

            Indexed Column(s) RACA_OID
            Unique No
            Partitioned Yes
            Clustered No

            IX_SURT_SUAC

            Indexed Column(s) SUAC_OID
            Unique No
            Partitioned Yes
            Clustered No

            IX_SURT_ID

            Indexed Column(s) ID
            Unique No
            Partitioned No
            Clustered No