CATALOG

Pricing Catalogs (Master Data)

Definition


The CATALOG table contains the pricing catalogs

Technical Data


Schema Version 2025.0.0
Tablespace COCKPIT_DATA
Partitioned No

Summary


The CATALOG 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_CATALOG       

    The unique identifier of the pricing catalog
    CLIENT_NUMBER     IX_CATALOG_NAME   

      The client number associated to the pricing catalog
      NAME     IX_CATALOG_NAME   

        The name of the pricing catalog

        Column Details

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

        OID

        Definition The unique identifier of the pricing catalog
        Type DECIMAL(28), NOT NULL
        Primary Key PK_CATALOG

        CLIENT_NUMBER

        Definition The client number associated to the pricing catalog
        Type DECIMAL(3), NULL
        Available Index IX_CATALOG_NAME

        NAME

        Definition The name of the pricing catalog
        Type VARCHAR(64), NULL
        Available Index IX_CATALOG_NAME

        Primary Key Details

        See the primary key information:

        PK_CATALOG

        Column(s) OID
        Tablespace COCKPIT_INDX

        Index Details

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

        IX_CATALOG_NAME

        Indexed Column(s) CLIENT_NUMBER,NAME
        Unique Yes
        Partitioned No
        Tablespace COCKPIT_INDX