Interface Create (BOR)
Use
When you want to offer a method for creating an object for your BOR object type, you use the interface Create with its method Create.
Exceptions for this method
Three exceptions are defined in the interface Create for the method Create. You must implement these exceptions at the appropriate points in the program. Use the macro following macro instruction:
EXIT_RETURN <Code> <Variable1> <Variable2> <Variable3> <Variable4>.
As the <Code>, enter the exception's 4-digit number specified when the exception was defined. The variables (maximum of four) are derived from the definition of the message that is linked to the exception.
Activities
Position the cursor on the entry with a blue background that has the component name Interfaces, and choose
. Enter IFCREATE in the input field.