Interface Approval (BOR) 
You use the interface Approval when you want to offer a method for your BOR object type, which can be used in an approval task. This interface makes wizard-driven definition of approval workflows easier.
Note
The implementation of this method is always incomplete and not adapted to the current conditions of the object type. You must check and supplement the implementation program.
The method Approval has one result with two possible values. These are specified using the fixed values for the domain SWF_APPRES.
0 (object approved)
4 (object rejected)
In the implementation of this method, the container element RESULT of the method container must be assigned one of the two values at the end.
Position the cursor on the entry with a blue background that has the component name Interfaces, and choose
. Enter IFAPPROVE in the input field.