The CONFIGURATION table contains some specific configuration settings of the 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 like
currencies or holidays. The table includes:
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.
| Schema Version | 4.6.2 | |
| Filegroup | CATALOG_DATA | |
| Partitioned | No | |
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 |
|---|---|---|---|---|---|---|
| NAME |
|
The name of the system configuration record | ||||
| VALUE |
|
The value of the system configuration settings |
For more information about the SAP CC Setup Tool user interface, consult the Setup Tool Primary Help.
The database schema defines the following columns. Check the definitions, types, available indexes, and formats:
| 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 |
| 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 |