/BTI/MDE_ES_BPEM_CLOSURE provides the ability to add custom closure control conditions for BPEM cases.
An enhancement implementation must be created for each case category. This is to ensure closure control is only called for cases with rules defined.
Closure control is invoked at the check before save method in SAP therefore, for performance reasons the filter is used to prevent calling closure control every time a case is changed.

The signature of the interface allows you to change the result value.
CV_RESULT values are:
F = False
Set this value when the rule has failed and the case will either be be prevented from being closed or a warning triggered (this is dependent upon the closure type in the configuration).
T = True
Set this value when the rule has passed and the case will be closed.
E = Error
Set this value when the rule cannot be determined – either because the object/messages are missing to evaluate the rule.
This outcome will close the case.
I = Invalid
Set this value when the object does not exist (for example the print doc has been reversed and cannot be found in the table).
This outcome will close the case.

No other options should be used for the value of this field.
Not setting this field will cause your rule to fail and be set to error as default.

Feedback

Was this helpful?

Yes No
You indicated this topic was not helpful to you ...
Could you please leave a comment telling us why? Thank you!
Thanks for your feedback.

Post your comment on this topic.

Post Comment