TIER_TABLE

Definition


The TIER_TABLE database table contains information about tier tables

Technical Data


Schema Version 2025.0.0
Tablespace CATALOG_DATA
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.
CLIENT_NUMBER     IX_TIERT_OWNERIX_TIERT_CODE   

    The client number associated to the tier table
    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

          CLIENT_NUMBER

          Definition The client number associated to the tier table
          Type DECIMAL(3), NOT NULL
          Available Index IX_TIERT_OWNER
          Available Index IX_TIERT_CODE

          CODE

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

          DESCRIPTION

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

          OWNER

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

          Primary Key Details

          See the primary key information:

          PK_TIERT

          Column(s) OID
          Tablespace 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) CLIENT_NUMBER,OWNER
          Unique No
          Partitioned No
          Tablespace CATALOG_INDX

          IX_TIERT_CODE

          Indexed Column(s) CLIENT_NUMBER,CODE
          Unique Yes
          Partitioned No
          Tablespace CATALOG_INDX