INSTANCE_CONFIGURATION

SAP CC System Instance Parameters

Description


The INSTANCE_CONFIGURATION table contains all the system parameters configured for each type of instances in the running SAP CC Core Server system.

Notes

Technical Data


Schema Version 4.5.13
Segment CATALOG_DATA
Partitioned No

Summary


The INSTANCE_CONFIGURATION table is defined by the following columns. See the column details for more information.

Name PK FK IX Uses Used by
TYPE     IX_CONF_TYPE_NAME     
NAME     IX_CONF_TYPE_NAME     
VALUE          

Additional Information

For more information about the system configuration parameters, consult the System Parameter Reference documentation.

For more information about the SAP CC Admin+ user interface and the get command, consult the Admin+ Online Help documentation.

For more information about the SAP CC Config Tool user interface, consult the Config Tool Online Help documentation.

Column Details


TYPE

Definition The type of instance of the SAP CC system
Format

The possible values are:

  • 0: Rater instance of the SAP CC Core Server system
  • 1: Updater instance
  • 2: Guider instance
  • 3: Bulkloader instance
  • 4: Instance of the SAP CC BART Server system
  • 5: Taxer instance
  • 6: Dispatcher instance
  • 7: DEPRECATED
  • 8: DEPRECATED

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

NAME

Definition The name of the system parameter
Type NVARCHAR(64), NOT NULL
Available Index IX_CONF_TYPE_NAME

VALUE

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

Index Details


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:

IX_CONF_TYPE_NAME

Indexed Column(s) TYPE,NAME
Unique No
Partitioned No
Clustered No
Segment CATALOG_INDX