Interface IContractBatchRatingGroupAssignmentPolicy


public interface IContractBatchRatingGroupAssignmentPolicy
This Java interface describes the Contract Batch Rating Group Assignment Policy Framework.

Implementation in Your Client Application

Customizing

You can customize your own batch rating group assignment policy by implementing this interface in a Java class plugged to the SAP CC system.

You design and implement the getBatchRatingGroupAssignment(..) method. This method is automatically called by the SAP CC system during the creation of provider contracts in master data (see charging contract) during the provisioning operations via the Web Services technical interface.

System Configuration

When you develop a Java class implementing this Java interface, you must configure the SAP CC system by specifying the name of your own Java class in the BATCH_RATING_GROUP_ASSIGNMENT_POLICY_CLASS system parameter.

You must deploy your customized Java class in the production system landscape. It must be in the classpath of the SAP CC system.

Note

Consult the SAP CC System Parameter Reference for more information about the BATCH_RATING_GROUP_ASSIGNMENT_POLICY_CLASS system parameter.

See Also: