Business object based processes should be configured to check for suppression before triggering processing that should be placed on hold while suppression applies.
The base package includes sample algorithms for the Overpayment Process maintenance object that demonstrate how this can be achieved.
The base algorithm type C1-OP-SUPPCH provides an example of an enter algorithm that will issue an error if suppression applies to the overpayment process's obligation. This algorithm type would typically be configured on any state for the overpayment process business object that would affect the associated obligation's financial balance. Its purpose is to prevent online transitions to the invalid states.
The base algorithm type C1-OP-SUPPMN provides an example of a monitor algorithm that will indicate that transition should not take place if suppression applies to the overpayment process's obligation. This algorithm type would typically be configured on any state that is set up to automatically transition to a state for the overpayment process business object that would affect the associated obligation's financial balance. Its purpose is to prevent background transitions to the invalid states.
Refer to Business Objects for more information on business object lifecycles and configuration.
Copyright © 2007, 2016, Oracle and/or its affiliates. All rights reserved. Documentation build: 2.5.2016 10:21:45 [T1_1454696505000]