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 NameDescriptionVisability
ACQUIRE_DURABLE_LOCKSPublic
CALL METHOD /bobf/cl_lib_durable_lock_mngr=>ACQUIRE_DURABLE_LOCKS...more details

AFTER_COMMITPublic
CALL METHOD /bobf/cl_lib_durable_lock_mngr=>AFTER_COMMIT...more details

AFTER_ROLLBACKPublic
CALL METHOD /bobf/cl_lib_durable_lock_mngr=>AFTER_ROLLBACK...more details

ATTACH_ENQUEUE_CONTEXTPublic
CALL METHOD /bobf/cl_lib_durable_lock_mngr=>ATTACH_ENQUEUE_CONTEXT...more details

CALCULATE_ETAG_FOR_ACTIVE_DOCPrivate
CALL METHOD /bobf/cl_lib_durable_lock_mngr=>CALCULATE_ETAG_FOR_ACTIVE_DOC...more details

CLASS_CONSTRUCTORPublic
CALL METHOD /bobf/cl_lib_durable_lock_mngr=>CLASS_CONSTRUCTOR...more details

CREATE_ENQUEUE_CONTEXTPrivate
CALL METHOD /bobf/cl_lib_durable_lock_mngr=>CREATE_ENQUEUE_CONTEXT...more details

CREATE_MSG_ACTIVE_DOC_LOCKEDPublic
CALL METHOD /bobf/cl_lib_durable_lock_mngr=>CREATE_MSG_ACTIVE_DOC_LOCKED...more details

CREATE_MSG_CONCURRENT_CHANGEPrivate
CALL METHOD /bobf/cl_lib_durable_lock_mngr=>CREATE_MSG_CONCURRENT_CHANGE...more details

DETACH_AND_RELEASE_DURA_LOCKSPublic
CALL METHOD /bobf/cl_lib_durable_lock_mngr=>DETACH_AND_RELEASE_DURA_LOCKS...more details

DETACH_ENQUEUE_CONTEXTPublic
CALL METHOD /bobf/cl_lib_durable_lock_mngr=>DETACH_ENQUEUE_CONTEXT...more details

DETERM_DURA_LOCK_CLEAN_DELETEPublic
CALL METHOD /bobf/cl_lib_durable_lock_mngr=>DETERM_DURA_LOCK_CLEAN_DELETE...more details

DETERM_DURA_LOCK_CLEAN_FINALPublic
CALL METHOD /bobf/cl_lib_durable_lock_mngr=>DETERM_DURA_LOCK_CLEAN_FINAL...more details

DURING_SAVEPublic
CALL METHOD /bobf/cl_lib_durable_lock_mngr=>DURING_SAVE...more details

ETAGS_EQUALPublic
CALL METHOD /bobf/cl_lib_durable_lock_mngr=>ETAGS_EQUAL...more details

EXEC_LOCK_ACTIVE_DOCUMENTPrivate
CALL METHOD /bobf/cl_lib_durable_lock_mngr=>EXEC_LOCK_ACTIVE_DOCUMENT...more details

GET_INSTANCEPublic
CALL METHOD /bobf/cl_lib_durable_lock_mngr=>GET_INSTANCE...more details

INSPECT_DURABLE_LOCKSPublic
CALL METHOD /bobf/cl_lib_durable_lock_mngr=>INSPECT_DURABLE_LOCKS...more details

LOCK_CLASSPrivate
CALL METHOD /bobf/cl_lib_durable_lock_mngr=>LOCK_CLASS...more details

RELEASE_DURABLE_LOCKSPublic
CALL METHOD /bobf/cl_lib_durable_lock_mngr=>RELEASE_DURABLE_LOCKS...more details

_CHANGE_USAGE_RESTRICTIONPrivate
CALL METHOD /bobf/cl_lib_durable_lock_mngr=>_CHANGE_USAGE_RESTRICTION...more details

_POP_LIB_ENQUEUE_CONTEXTPrivate
CALL METHOD /bobf/cl_lib_durable_lock_mngr=>_POP_LIB_ENQUEUE_CONTEXT...more details

_PUSH_LIB_ENQUEUE_CONTEXTPrivate
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.

NameLevelDescriptionInitial ValueTypeVisability
GO_REGISTRATION_STACKStatic AttributeLIKE
/BOBF/CL_DRAFT_REG_STACK
Private
GT_INSTANCEStatic AttributeLIKE
Private
GT_KEPT_ENQUEUE_CONTEXTStatic AttributeLIKE
TT_DRAFT_ENQUEUE_CONTEXT
Private
MO_CONFIGURATIONInstance AttributeLIKE
/BOBF/IF_FRW_CONFIGURATION
Private
MO_INSTANCEStatic AttributeLIKE
/BOBF/CL_LIB_DURABLE_LOCK_MNGR
Private
MO_LEGACY_KEYInstance AttributeLIKE
/BOBF/CL_LIB_LEGACY_KEY
Private
MO_LOCK_CLASSInstance AttributeLIKE
/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



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!