INSTANCE_CONFIGURATION

SAP CC System Instance Parameters

Definition


The INSTANCE_CONFIGURATION table contains all the system parameters set for each type of instances in an SAP CC system

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 5.0.6
Filegroup CATALOG_DATA
Partitioned No

Summary


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

    More...

    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.

        Additional Information

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

        For more information about the SAP CC Cockpit user interface (web application), consult the Cockpit Primary Help.

        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.

        Column Details

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

        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
        Filegroup CATALOG_INDX