TIER_TABLE

Definition


The TIER_TABLE database table contains information about tier tables

Technical Data


Schema Version 5.0.6
Partitioned No

Summary


The TIER_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_TIERT       

The tier table unique identifier. It is generated by the SAP CC system.
CODE     IX_TIERT_CODE   

    The code of the tier table
    DESCRIPTION        

      The description of the tier table
      OWNER     IX_TIERT_OWNER   

        The owner of the tier table

        Column Details

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

        OID

        Definition The tier table unique identifier. It is generated by the SAP CC system.
        Type DECIMAL(28), NOT NULL
        Primary Key PK_TIERT

        CODE

        Definition The code of the tier table
        Type NVARCHAR(256), NOT NULL
        Available Index IX_TIERT_CODE

        DESCRIPTION

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

        OWNER

        Definition The owner of the tier table
        Type NVARCHAR(64), NOT NULL
        Available Index IX_TIERT_OWNER

        Primary Key Details

        See the primary key information:

        PK_TIERT

        Column(s) OID
        Segment CATALOG_INDX

        Index Details

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

        IX_TIERT_OWNER

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

        IX_TIERT_CODE

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