Creation in SAP NetWeaver 7.3 EHP1 SP4-10

Context

Limitations

You can only create the implementations for unimplemented interface methods.

Procedure

  1. In the source code editor of the class, enter the statement with the name of the interface in the public section.
  2. Position the cursor on the interface declaration that has no implementation part yet.
    Creating the implementation part of an interface in a class
    Creating the implementation part of an interface in a class
  3. In the context menu, choose Quick Fix or use the shortcut (Ctrl 1).
  4. In the Quick Fix dialog box, select Add unimplemented interface methods.

Results

ABAP development tools for SAP NetWeaver inserts the implementations of the missing interface methods in the existing implementation part of your class.

Adding empty method stubs of an interface into the implementation part of a class
Adding empty method stubs of an interface into the implementation part of a class