RATA

Range Tables (Master Data)

Definition


The RATA database table contains all the range tables (business data tables) managed by SAP CC

Description


The RATA database table contains all the range tables (business data tables) managed by SAP CC. The detailed content (rows) of a range table is stored in the RARO database table. Additional information is stored in the RATA_ADDITIONAL_INFO database table. The structure of each range table is specified in a range table class stored in the RACA table of the database.

A range table is a master data related to a service provider and is stored in its pricing catalog. Consult the SAP CC Application Help for more information about this concept.

Note

SAP CC can manage high volume of range tables assigned to subscriber accounts. These business data tables are master data related to the end customers of the service provider. They are stored in the SURT table of the database.

Technical Data


Schema Version 2025.0.0
Tablespace CATALOG_DATA
Partitioned No

Summary


The RATA 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_RATA       

The unique identifier of the range table in the database
CLIENT_NUMBER     IX_RATA_AGREEMENT_ID   

    The client number associated to the range table
    ID        

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

      More...

      DESCRIPTION        

        The full description of the range table
        AGREEMENT_ID     IX_RATA_AGREEMENT_ID   

          The agreement ID of the range table
          OWNER        

            The owner of the catalog containing the range table (the same as the owner of the range table class)
            RACA_OID     IX_RATA  RACA (OID)
             

              The identifier of the range table class that defines the structure of this 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 range table in the database
              Type DECIMAL(28), NOT NULL
              Primary Key PK_RATA

              CLIENT_NUMBER

              Definition The client number associated to the range table
              Type DECIMAL(3), NOT NULL
              Available Index IX_RATA_AGREEMENT_ID

              ID

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

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

              Type VARCHAR(256), NOT NULL

              DESCRIPTION

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

              AGREEMENT_ID

              Definition The agreement ID of the range table
              Type VARCHAR(256), NULL
              Available Index IX_RATA_AGREEMENT_ID

              OWNER

              Definition The owner of the catalog containing the range table (the same as the owner of the range table class)
              Type VARCHAR(256), NOT NULL

              RACA_OID

              Definition The identifier of the range table class that defines the structure of this range table
              Type DECIMAL(28), NOT NULL
              Available Index IX_RATA

              Primary Key Details

              See the primary key information:

              PK_RATA

              Column(s) OID
              Tablespace CATALOG_INDX

              Index Details

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

              IX_RATA_AGREEMENT_ID

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

              IX_RATA

              Indexed Column(s) RACA_OID
              Unique No
              Partitioned No
              Tablespace CATALOG_INDX