Interface Edit (BOR) 
When you want to offer a method for editing an object for your BOR object type, the object type should support the interface Edit with its method Edit.
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 exception Object does not exist is defined for the method Edit under the number 0001 in the interface Edit. You must implement this exception at the appropriate point in the program. Use the macro following macro instruction:
EXIT_RETURN 0001 SPACE SPACE SPACE SPACE.
Position the cursor on the entry with a blue background that has the component name Interfaces, and choose
. Enter IFEDIT in the input field.