SAP /BOBF/CL_FRW_LOCK_MANAGER OO Class - Lock manager used by /BOBF/CL_FRW









/BOBF/CL_FRW_LOCK_MANAGER 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_FRW_LOCK_MANAGER 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_FRW_LOCK_MANAGER 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
AFTER_SUCCESSFUL_SAVEPublic
CALL METHOD /bobf/cl_frw_lock_manager=>AFTER_SUCCESSFUL_SAVE...more details

BUILD_LOCK_INFOProtected
CALL METHOD /bobf/cl_frw_lock_manager=>BUILD_LOCK_INFO...more details

CALL_LOCK_ACTION_FOR_NODE_KEYSPrivate
CALL METHOD /bobf/cl_frw_lock_manager=>CALL_LOCK_ACTION_FOR_NODE_KEYS...more details

CLEAR_LOCK_BUFFERProtected
CALL METHOD /bobf/cl_frw_lock_manager=>CLEAR_LOCK_BUFFER...more details

COLLECT_MESSAGESProtected
CALL METHOD /bobf/cl_frw_lock_manager=>COLLECT_MESSAGES...more details

CONSTRUCTORProtected
CALL METHOD /bobf/cl_frw_lock_manager=>CONSTRUCTOR...more details

CONTENT_CHANGES_FOR_NODE_KEYSProtected
CALL METHOD /bobf/cl_frw_lock_manager=>CONTENT_CHANGES_FOR_NODE_KEYS...more details

CONVERT_GENERIC_DIALOG_LOCKSProtected
CALL METHOD /bobf/cl_frw_lock_manager=>CONVERT_GENERIC_DIALOG_LOCKS...more details

CREATEPublic
CALL METHOD /bobf/cl_frw_lock_manager=>CREATE...more details

CREATE_DUMMY_FOR_TESTINGPublic
CALL METHOD /bobf/cl_frw_lock_manager=>CREATE_DUMMY_FOR_TESTING...more details

DELETE_LOCKS_FROM_BUFFERProtected
CALL METHOD /bobf/cl_frw_lock_manager=>DELETE_LOCKS_FROM_BUFFER...more details

DEL_UPDATE_LOCKS_FROM_BUFFERProtected
CALL METHOD /bobf/cl_frw_lock_manager=>DEL_UPDATE_LOCKS_FROM_BUFFER...more details

INITIALIZEProtected
CALL METHOD /bobf/cl_frw_lock_manager=>INITIALIZE...more details

IS_ENQUEUE_CONTEXT_ATTACHEDPrivate
CALL METHOD /bobf/cl_frw_lock_manager=>IS_ENQUEUE_CONTEXT_ATTACHED...more details

KEEP_EXCLUSIVE_LOCKSProtected
CALL METHOD /bobf/cl_frw_lock_manager=>KEEP_EXCLUSIVE_LOCKS...more details

LOCKPublic
CALL METHOD /bobf/cl_frw_lock_manager=>LOCK...more details

LOCK_BYPASSING_BUFFERProtected
CALL METHOD /bobf/cl_frw_lock_manager=>LOCK_BYPASSING_BUFFER...more details

ON_CLEANUPPublic
CALL METHOD /bobf/cl_frw_lock_manager=>ON_CLEANUP...more details

REACQUIRE_LOCKSProtected
CALL METHOD /bobf/cl_frw_lock_manager=>REACQUIRE_LOCKS...more details

REMOVE_FAILED_NODESProtected
CALL METHOD /bobf/cl_frw_lock_manager=>REMOVE_FAILED_NODES...more details

UNLOCKPublic
CALL METHOD /bobf/cl_frw_lock_manager=>UNLOCK...more details

UNLOCK_ALLPublic
CALL METHOD /bobf/cl_frw_lock_manager=>UNLOCK_ALL...more details

UNLOCK_BYPASSING_BUFFERProtected
CALL METHOD /bobf/cl_frw_lock_manager=>UNLOCK_BYPASSING_BUFFER...more details

UNLOCK_DELETED_INSTANCESProtected
CALL METHOD /bobf/cl_frw_lock_manager=>UNLOCK_DELETED_INSTANCES...more details

_LOCKPrivate
CALL METHOD /bobf/cl_frw_lock_manager=>_LOCK...more details

_UNLOCKPrivate
CALL METHOD /bobf/cl_frw_lock_manager=>_UNLOCK...more details



/BOBF/CL_FRW_LOCK_MANAGER 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
MO_BOPFInstance AttributeLIKE
/BOBF/CL_FRW
Protected
MO_BUFFERInstance AttributeLIKE
/BOBF/IF_FRW_BUFFER
Protected
MO_CONFInstance AttributeLIKE
/BOBF/IF_FRW_CONFIGURATION
Protected
MV_ENQUEUE_SCOPEInstance AttributeLIKE
/BOBF/CONF_ENQUEUE_SCOPE
Protected




/BOBF/CL_FRW_LOCK_MANAGER types

TT_LOCK_INFO -
TY_LOCK_INFO -

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!