Parameter: OFF_CLASS

Definition

The identifier of the Operation Factory Framework (OFF)

Description and Use

This system parameter defines the Operation Factory Framework (OFF) that is implemented and enabled in the dispatcher instances of the SAP CC Core Server system. This framework provides the SAP CC system with default or custom functions to be able to send operation requests via a specified technical interface:

  • JCo/RFC
  • another particular interface

The parameter identifies the name of the Java class that is executed by the running SAP CC system to provide the expected feature and functions. This Java class must be available in the Java classpath of the Java Virtual Machine (JVM) that runs the SAP CC system instance.

Recommendation

Do not change the value of this system parameter. It is set by the installation tool (SAPinst) of SAP Convergent Charging.

Syntax and Constraints

The possible values are:

  • com.highdeal.off.nop.NOPOperationFactory (factory settings): the SAP CC system instance does not execute any function; There is no need to use this framework.
  • com.highdeal.off.ci.CIOperationFactory: this technical feature gives the possibility to connect to SAP Convergent Invoicing (SAP CI) in the SAP ERP system by using the JCo/RFC technical interface; SAP delivers this Java class in an integrated SAP Solution with SAP ERP/FI-CA in SAP Business Suite.
  • com.highdeal.off.xxx.CIOperationFactory: technical this feature is a customized Java class developed by the implementation project team during by using the JCo/RFC technical interface

In an integrated SAP Solution with SAP ERP/FI-CA in SAP Business Suite, do not reset this system parameter with the SAP CC Admin+ user interface.

Technical Details

For more information, consult this section.

Name OFF_CLASS

The identifier of the Operation Factory Framework (OFF)

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:
  • dispatcher
Default Value (Factory Settings)

The predefined default value is:

Instance Type Value
Dispatcher com.highdeal.off.nop.NOPOperationFactory

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.