Parameter: RERATE_PROC_CLASS

Definition

The identifier of the Rerate Processor

Description and Use

This system parameter defines the Rerate Processor that is used by all the rater instances of the SAP CC Core Server system in an offline charging scenario. It identifies the name of the Java class which is executed by the running SAP CC system.

Different Java classes are provided by SAP Convergent Charging:

  • com.highdeal.rif.nop.NOPRerateProcessor (factory settings)
  • com.highdeal.rif.chargeditem.RerateProcessorShell

Use com.highdeal.rif.chargeditem.RerateProcessorShell when SAP CC BART Server manages the rerating feature and SAP Convergent Invoicing (SAP CI) in SAP ERP/FI-CA manages the reversal of generated billable items.

Use com.highdeal.rif.nop.NOPRerateProcessor when:

  • SAP CI in SAP ERP/FI-CA manages the rerating feature (*); SAP CC BART Server is not installed or does not manage the rerating feature
  • SAP CC BART Server manages the rerating feature but SAP CI is not deployed in the system landscape

Note (*)

SAP Convergent Invoicing is configured to manage both billable items and consumption items coming from SAP Convergent Charging.

Another Java class can be customized during the implementation project. The value of this parameter is the name of this customized Java class.

Technical Details

For more information, consult this section.

Name RERATE_PROC_CLASS

The identifier of the Rerate Processor

Category Parameter
Type String
Access (RO/RW)

RW(-): Dynamic Read / Static Write

An immediate change is not possible. For a deferred and permanent change, use the set command of the Admin+ user interface to change the parameter value for a specific type of instance in the SAP CC Core Server system. A restart is needed for permanent changes.

Groups
Instance Type This system parameter is only available in the following type of instances in a running SAP CC Core Server system:
  • rater
Default Value (Factory Settings)

The predefined default value is:

Instance Type Value
Rater com.highdeal.rif.nop.NOPRerateProcessor

You can use a default value to reset the runtime value or the restart value (persistent) in the Admin+ user interface.

Note

A default value is part of the factory settings of the SAP CC Core Server systems. It differs from the original value set during the installation or after the Customizing activities.

In Admin+, you can reset a parameter value to this default value, but it is not recommended:

  • This value may differ from the original value set during the installation of your SAP CC system.
  • Note that it may also differ from the value defined by the implementation project team and set during the Implementation Phase of the integration project.
Verify the values in your running SAP CC systems before to use the reset command.