Function documentationInterface Create (BOR) Locate this document in the navigation structure

 

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.

Note 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.

End of the note.
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.

Note Note

A function is offered in the Business Workplace for creating (new) objects for a work item. The F4 input help for this function only offers the object types that support the interface Create.

End of the note.

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.