The INSTANCE_CONFIGURATION table contains all the system parameters configured for
each type of instances in the running SAP CC Core Server system.
Notes
| Schema Version | 4.6.2 | |
| Filegroup | CATALOG_DATA | |
| Partitioned | No | |
The INSTANCE_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 |
|---|---|---|---|---|---|---|
| TYPE | IX_CONF_TYPE_NAME |
|
The type of instance of the SAP CC system | |||
| NAME | IX_CONF_TYPE_NAME |
|
The name of the system parameter | |||
| VALUE |
|
The value of the system parameter for this type of instance. The value can be different for another type of system instance. |
For more information about the system configuration parameters, consult the System Parameter Reference.
For more information about the SAP CC Admin+ user interface and the get command,
consult the Admin+ Primary Help.
For more information about the SAP CC Config Tool user interface, consult the Config Tool Primary Help.
The database schema defines the following columns. Check the definitions, types, available indexes, and formats:
| Definition | The type of instance of the SAP CC system |
| Format |
The possible values are:
Note All the system instances of the same type share the values of the configuration parameters. |
| Type | DECIMAL(1), NOT NULL |
| Available Index | IX_CONF_TYPE_NAME |
| Definition | The name of the system parameter |
| Type | NVARCHAR(64), NOT NULL |
| Available Index | IX_CONF_TYPE_NAME |
| Definition | The value of the system parameter for this type of instance. The value can be different for another type of system instance. |
| Type | NVARCHAR(2048), NULL |
The following database indexes are available in the INSTANCE_CONFIGURATION database table to improve the speed of data retrieval operations during the business processes of SAP Convergent Charging:
| Indexed Column(s) | TYPE,NAME |
| Unique | No |
| Partitioned | No |
| Clustered | No |
| Filegroup | CATALOG_INDX |