CONFIGURATION
Description
The CONFIGURATION table contains some specific configuration settings of the SAP CC Core Server system: notification policy, data bulkloading policy.
Note
This database table also includes some necessary business data that is not stored in a dedicated database table like 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 configuration settings are stored in the INSTANCE_CONFIGURATION table.
Technical Data
| Schema Version | 4.5.13 | |
| Filegroup | CATALOG_DATA | |
| Partitioned | No | |
Summary
The CONFIGURATION table is defined by the following columns. See the column details for more information.
| Name | PK | FK | IX | Uses | Used by |
|---|---|---|---|---|---|
| NAME | |||||
| VALUE |
Additional Information
For more information about the SAP CC Setup Tool user interface, consult the Setup Tool Online Help documentation.
Column Details
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 | NVARCHAR(20), 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 | NVARCHAR(2048), NOT NULL |