SAP /BOBF/CL_LIB_DURABLE_LOCK_MNGR OO Class - Manages enqueue context and locking of active document
/BOBF/CL_LIB_DURABLE_LOCK_MNGR is a standard SAP object class available within R/3 SAP systems depending on your version and release level. You can view/maintain the class details by entering its name into the relevant SAP transactions such as SE24, SE80 or even SE84. Below is the documentation available for class /BOBF/CL_LIB_DURABLE_LOCK_MNGR including details of:
- Interface class implementations
- Inheritance details
- Methods defined within class ( including link to full details )
- Attributes ( including initial values )
- Class Events
Method list of /BOBF/CL_LIB_DURABLE_LOCK_MNGR SAP class
A method is a coding block that performs a certain procedure (i.e. ABAP functionality) on an object within the overall SAP class. In simple terms if the object is an SAP database table a method could be the procedure to add a record or to delete a record. If you are new to OO in many respects, the implementation of a method is similar to a function module and can be called in a very similar way using CALL METHOD.
Instead of "CALL FUNCTION", Methods are referenced using the following syntax: CALL METHOD =>methodname EXPORTING/IMPORTING...
| Method Name | Description | Visability |
| ACQUIRE_DURABLE_LOCKS | Public | |
| CALL METHOD /bobf/cl_lib_durable_lock_mngr=>ACQUIRE_DURABLE_LOCKS...more details | ||
| AFTER_COMMIT | Public | |
| CALL METHOD /bobf/cl_lib_durable_lock_mngr=>AFTER_COMMIT...more details | ||
| AFTER_ROLLBACK | Public | |
| CALL METHOD /bobf/cl_lib_durable_lock_mngr=>AFTER_ROLLBACK...more details | ||
| ATTACH_ENQUEUE_CONTEXT | Public | |
| CALL METHOD /bobf/cl_lib_durable_lock_mngr=>ATTACH_ENQUEUE_CONTEXT...more details | ||
| CALCULATE_ETAG_FOR_ACTIVE_DOC | Private | |
| CALL METHOD /bobf/cl_lib_durable_lock_mngr=>CALCULATE_ETAG_FOR_ACTIVE_DOC...more details | ||
| CLASS_CONSTRUCTOR | Public | |
| CALL METHOD /bobf/cl_lib_durable_lock_mngr=>CLASS_CONSTRUCTOR...more details | ||
|
| ||
| CREATE_ENQUEUE_CONTEXT | Private | |
| CALL METHOD /bobf/cl_lib_durable_lock_mngr=>CREATE_ENQUEUE_CONTEXT...more details | ||
| CREATE_MSG_ACTIVE_DOC_LOCKED | Public | |
| CALL METHOD /bobf/cl_lib_durable_lock_mngr=>CREATE_MSG_ACTIVE_DOC_LOCKED...more details | ||
| CREATE_MSG_CONCURRENT_CHANGE | Private | |
| CALL METHOD /bobf/cl_lib_durable_lock_mngr=>CREATE_MSG_CONCURRENT_CHANGE...more details | ||
| DETACH_AND_RELEASE_DURA_LOCKS | Public | |
| CALL METHOD /bobf/cl_lib_durable_lock_mngr=>DETACH_AND_RELEASE_DURA_LOCKS...more details | ||
| DETACH_ENQUEUE_CONTEXT | Public | |
| CALL METHOD /bobf/cl_lib_durable_lock_mngr=>DETACH_ENQUEUE_CONTEXT...more details | ||
| DETERM_DURA_LOCK_CLEAN_DELETE | Public | |
| CALL METHOD /bobf/cl_lib_durable_lock_mngr=>DETERM_DURA_LOCK_CLEAN_DELETE...more details | ||
| DETERM_DURA_LOCK_CLEAN_FINAL | Public | |
| CALL METHOD /bobf/cl_lib_durable_lock_mngr=>DETERM_DURA_LOCK_CLEAN_FINAL...more details | ||
| DURING_SAVE | Public | |
| CALL METHOD /bobf/cl_lib_durable_lock_mngr=>DURING_SAVE...more details | ||
| ETAGS_EQUAL | Public | |
| CALL METHOD /bobf/cl_lib_durable_lock_mngr=>ETAGS_EQUAL...more details | ||
| EXEC_LOCK_ACTIVE_DOCUMENT | Private | |
| CALL METHOD /bobf/cl_lib_durable_lock_mngr=>EXEC_LOCK_ACTIVE_DOCUMENT...more details | ||
| GET_INSTANCE | Public | |
| CALL METHOD /bobf/cl_lib_durable_lock_mngr=>GET_INSTANCE...more details | ||
| INSPECT_DURABLE_LOCKS | Public | |
| CALL METHOD /bobf/cl_lib_durable_lock_mngr=>INSPECT_DURABLE_LOCKS...more details | ||
| LOCK_CLASS | Private | |
| CALL METHOD /bobf/cl_lib_durable_lock_mngr=>LOCK_CLASS...more details | ||
| RELEASE_DURABLE_LOCKS | Public | |
| CALL METHOD /bobf/cl_lib_durable_lock_mngr=>RELEASE_DURABLE_LOCKS...more details | ||
| _CHANGE_USAGE_RESTRICTION | Private | |
| CALL METHOD /bobf/cl_lib_durable_lock_mngr=>_CHANGE_USAGE_RESTRICTION...more details | ||
| _POP_LIB_ENQUEUE_CONTEXT | Private | |
| CALL METHOD /bobf/cl_lib_durable_lock_mngr=>_POP_LIB_ENQUEUE_CONTEXT...more details | ||
| _PUSH_LIB_ENQUEUE_CONTEXT | Private | |
| CALL METHOD /bobf/cl_lib_durable_lock_mngr=>_PUSH_LIB_ENQUEUE_CONTEXT...more details | ||
/BOBF/CL_LIB_DURABLE_LOCK_MNGR attributes
List of attributes within class CL_ABAP_CHAR_UTILITIES. These can be referenced using the following syntax CL_ABAP_CHAR_UTILITIES=>. Although depending on where you are inserting the ABAP code you do need to check if the attribute is public or private.
| Name | Level | Description | Initial Value | Type | Visability |
| GO_REGISTRATION_STACK | Static Attribute | LIKE /BOBF/CL_DRAFT_REG_STACK | Private | ||
| GT_INSTANCE | Static Attribute | LIKE | Private | ||
| GT_KEPT_ENQUEUE_CONTEXT | Static Attribute | LIKE TT_DRAFT_ENQUEUE_CONTEXT | Private | ||
| MO_CONFIGURATION | Instance Attribute | LIKE /BOBF/IF_FRW_CONFIGURATION | Private | ||
| MO_INSTANCE | Static Attribute | LIKE /BOBF/CL_LIB_DURABLE_LOCK_MNGR | Private | ||
| MO_LEGACY_KEY | Instance Attribute | LIKE /BOBF/CL_LIB_LEGACY_KEY | Private | ||
| MO_LOCK_CLASS | Instance Attribute | LIKE /BOBF/IF_LIB_LOCK_ACTIVE | Private |
/BOBF/CL_LIB_DURABLE_LOCK_MNGR types
TT_DRAFT_ENQUEUE_CONTEXT -TY_DRAFT_ENQUEUE_CONTEXT -
TY_INSTANCE_BY_KEY -
Links to Related Class(s)
/BOBF/CL...Full list of available SAP object classes
Search for further information about these or an SAP related objects