DeleteChangeDetectionAlert Method
Description
Deletes any change detection alert that is active for the Business Process.
Syntax
Visual Basic
Public Sub DeleteChangeDetectionAlert() 
Remarks

Applies to SAP Business Process Components.

Your application must call this method before calling TSScheduler.Run in which TSSchedule.ChangeDetectEnabled is true.

This method clears any changed components alerts from previous runs.

See Also