Entering content frameFunction documentation Interface Create Locate the document in its SAP Library structure

Use

When you want to offer a method for creating an object for your object type, you use the interface Create with its method Create .

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.

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

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.

Activities

Position the cursor on the entry on a blue background with the component name Interfaces and select This graphic is explained in the accompanying text. Enter IFCREATE in the input field.

Leaving content frame