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 Name | Description | Visability |
| AFTER_SUCCESSFUL_SAVE | Public | |
| CALL METHOD /bobf/cl_frw_lock_manager=>AFTER_SUCCESSFUL_SAVE...more details | ||
| BUILD_LOCK_INFO | Protected | |
| CALL METHOD /bobf/cl_frw_lock_manager=>BUILD_LOCK_INFO...more details | ||
| CALL_LOCK_ACTION_FOR_NODE_KEYS | Private | |
| CALL METHOD /bobf/cl_frw_lock_manager=>CALL_LOCK_ACTION_FOR_NODE_KEYS...more details | ||
| CLEAR_LOCK_BUFFER | Protected | |
| CALL METHOD /bobf/cl_frw_lock_manager=>CLEAR_LOCK_BUFFER...more details | ||
| COLLECT_MESSAGES | Protected | |
| CALL METHOD /bobf/cl_frw_lock_manager=>COLLECT_MESSAGES...more details | ||
| CONSTRUCTOR | Protected | |
| CALL METHOD /bobf/cl_frw_lock_manager=>CONSTRUCTOR...more details | ||
|
| ||
| CONTENT_CHANGES_FOR_NODE_KEYS | Protected | |
| CALL METHOD /bobf/cl_frw_lock_manager=>CONTENT_CHANGES_FOR_NODE_KEYS...more details | ||
| CONVERT_GENERIC_DIALOG_LOCKS | Protected | |
| CALL METHOD /bobf/cl_frw_lock_manager=>CONVERT_GENERIC_DIALOG_LOCKS...more details | ||
| CREATE | Public | |
| CALL METHOD /bobf/cl_frw_lock_manager=>CREATE...more details | ||
| CREATE_DUMMY_FOR_TESTING | Public | |
| CALL METHOD /bobf/cl_frw_lock_manager=>CREATE_DUMMY_FOR_TESTING...more details | ||
| DELETE_LOCKS_FROM_BUFFER | Protected | |
| CALL METHOD /bobf/cl_frw_lock_manager=>DELETE_LOCKS_FROM_BUFFER...more details | ||
| DEL_UPDATE_LOCKS_FROM_BUFFER | Protected | |
| CALL METHOD /bobf/cl_frw_lock_manager=>DEL_UPDATE_LOCKS_FROM_BUFFER...more details | ||
| INITIALIZE | Protected | |
| CALL METHOD /bobf/cl_frw_lock_manager=>INITIALIZE...more details | ||
| IS_ENQUEUE_CONTEXT_ATTACHED | Private | |
| CALL METHOD /bobf/cl_frw_lock_manager=>IS_ENQUEUE_CONTEXT_ATTACHED...more details | ||
| KEEP_EXCLUSIVE_LOCKS | Protected | |
| CALL METHOD /bobf/cl_frw_lock_manager=>KEEP_EXCLUSIVE_LOCKS...more details | ||
| LOCK | Public | |
| CALL METHOD /bobf/cl_frw_lock_manager=>LOCK...more details | ||
| LOCK_BYPASSING_BUFFER | Protected | |
| CALL METHOD /bobf/cl_frw_lock_manager=>LOCK_BYPASSING_BUFFER...more details | ||
| ON_CLEANUP | Public | |
| CALL METHOD /bobf/cl_frw_lock_manager=>ON_CLEANUP...more details | ||
| REACQUIRE_LOCKS | Protected | |
| CALL METHOD /bobf/cl_frw_lock_manager=>REACQUIRE_LOCKS...more details | ||
| REMOVE_FAILED_NODES | Protected | |
| CALL METHOD /bobf/cl_frw_lock_manager=>REMOVE_FAILED_NODES...more details | ||
| UNLOCK | Public | |
| CALL METHOD /bobf/cl_frw_lock_manager=>UNLOCK...more details | ||
| UNLOCK_ALL | Public | |
| CALL METHOD /bobf/cl_frw_lock_manager=>UNLOCK_ALL...more details | ||
| UNLOCK_BYPASSING_BUFFER | Protected | |
| CALL METHOD /bobf/cl_frw_lock_manager=>UNLOCK_BYPASSING_BUFFER...more details | ||
| UNLOCK_DELETED_INSTANCES | Protected | |
| CALL METHOD /bobf/cl_frw_lock_manager=>UNLOCK_DELETED_INSTANCES...more details | ||
| _LOCK | Private | |
| CALL METHOD /bobf/cl_frw_lock_manager=>_LOCK...more details | ||
| _UNLOCK | Private | |
| 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.
| Name | Level | Description | Initial Value | Type | Visability |
| MO_BOPF | Instance Attribute | LIKE /BOBF/CL_FRW | Protected | ||
| MO_BUFFER | Instance Attribute | LIKE /BOBF/IF_FRW_BUFFER | Protected | ||
| MO_CONF | Instance Attribute | LIKE /BOBF/IF_FRW_CONFIGURATION | Protected | ||
| MV_ENQUEUE_SCOPE | Instance Attribute | LIKE /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