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

 

With this method you can use the inherited source code unchanged. The source code is not entered in the program of your BOR 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.

Note Note

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.

End of the note.
Exceptions for the method

Two exceptions are defined for the method Find:

  • Exception 0001: Object does not exist

  • Exception 1017: Cancellation by user

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

Caution Caution

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.

End of the caution.

Activities

Position the cursor on the entry with a blue background that has the component name Interfaces, and choose . Enter IFFIND in the input field.