Use
The method
ExistenceCheck cannot be implemented generally for the interface Check existence. You must therefore implement this method for each of your object types. In the implementation, you scan the database fields concerned and check whether the object identified by the key fields actually exists.
The interface Check existence is always supported if the
Exceptions for the method
The exception Object does not exist is defined for the method
ExistenceCheck under the number 0001 in the interface Check existence. 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.

Other methods (for example, the method
Find ) call the method ExistenceCheck in their implementations. Every object type should support this interface (and therefore this method).Activities
Position the cursor on the entry on a blue background with the component name Interfaces and select
. Enter
For further information, refer to
Implementation of Method ExistenceCheck.