CONFIGURATION

System Configuration Records

Definition


The CONFIGURATION table contains some specific configuration settings of the SAP CC system

Description


The CONFIGURATION table contains some specific configuration settings of the installed SAP CC Core Server system: notification policy, data bulk loading policy.

Note

This database table also includes some necessary business data that is not stored in a dedicated database table such as currencies or holidays. The table includes:

  • tax data for the VAT system (EU VAT rates, country tax policies)
  • tax data for the EZTax system

The content of this database table is not detailed. Use the SAP CC Setup Tool user interface to administer these system configuration settings.

Note

Some other system configuration settings are stored in the INSTANCE_CONFIGURATION table.

Technical Data


Schema Version 2025.0.0
Tablespace CATALOG_DATA
Partitioned No

Summary


The CONFIGURATION 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
CLIENT_NUMBER        

    The client number associated to the configuration record
    NAME        

      The name of the system configuration record

      More...

      VALUE        

        The value of the system configuration settings

        More...

        Additional Information

        For more information about the SAP CC Setup Tool user interface, consult the Setup Tool Primary Help.

        Column Details

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

        CLIENT_NUMBER

        Definition The client number associated to the configuration record
        Type DECIMAL(3), NULL

        NAME

        Definition The name of the system configuration record
        Description

        The internal name of the system configuration record. This name is known by the SAP CC Core Server system connected to this back-end database system.

        Example

        RATER_NOTIF_POLICY

        Type VARCHAR2(20 CHAR), NOT NULL

        VALUE

        Definition The value of the system configuration settings
        Description

        The value of the system configuration settings. Different formats exist and depend on the use of the configuration record.

        Type VARCHAR2(2048 CHAR), NOT NULL