CHECK_OBJECT
Definition
Method of CL_BINARY_RELATION class with which you can check whether relationships exist for an object, without all relationship records being read (example: are there successors for this object?).
Use
When persistent roles are used, you can check the existence of persistent roles for checking the existence of relationships, so that only a single database access is necessary. You can use this method when using non-persistent roles.