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

Use

When you want to offer a method for editing an object for your 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.

Exceptions for the method

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.

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 IFEDIT in the input field.

Leaving content frame