Interface Find 

Use

With this method you can use the inherited source code unchanged. The source code is not entered in the program of your object type, but only in the program of the interface Find, from which it is inherited.

The system sets up an object reference in the inherited implementation of the method Find . To do this, the system generates a dialog box with input fields for the key fields of the object. The system also checks within the implementation whether the key fields entered actually identify an existing object. To do this, the method ExistenceCheck (if available) is called within the method Find .

So that the method Find really does only return objects that exist, you must also define and implement the method ExistenceCheck (interface Check existence) for the object type.

Exceptions for the method

Two exceptions are defined for the method Find :

The exceptions are implemented in the program of the interface Find.

A function is available in the Business Workplace for adding (existing) objects for a work item. The F4 input help for this function only offers the object types that support the interface Find.

Activities

Position the cursor on the entry on a blue background with the component name Interfaces and select . Enter IFFIND in the input field.