Show TOC

 Determining Whether an Object Exists

Use

BAdI method OBJECT_CHECK (Object Data Check) replaces the checks of the function module object_check_[object].

This implementation allows you to do the following:

  • You can create links from document management to SAP objects that do not yet exist.

  • When you release documents, you can check that the linked objects actually exist in the database. You can also make these checks when you are using BAPIs.

The application program must implement the checks in these methods. The passed parameter RUN_NO_ACTION should be set to ‘X’. In this case the module object_check_[object] is not called.

You can find further information on these methods and the corresponding parameters under: Implementation Interface .