SAP /BOBF/CL_LIB_A_LOCK_DRFT_ACTVE OO Class - Abstract lock action with draft/active handling
/BOBF/CL_LIB_A_LOCK_DRFT_ACTVE 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_A_LOCK_DRFT_ACTVE including details of:
- Interface class implementations
- Inheritance details
- Methods defined within class ( including link to full details )
- Attributes ( including initial values )
- Class Events
Interface Implementation
This OO class is an Interface Implementation, which means it will implement its own version of the methods from implementation class /BOBF/IF_FRW_ACTIONMethod list of /BOBF/CL_LIB_A_LOCK_DRFT_ACTVE 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 |
| ADD_MESSAGES | Private | |
| CALL METHOD /bobf/cl_lib_a_lock_drft_actve=>ADD_MESSAGES...more details | ||
| ADD_MESSAGES_FOR_UNKNOWN | Private | |
| CALL METHOD /bobf/cl_lib_a_lock_drft_actve=>ADD_MESSAGES_FOR_UNKNOWN...more details | ||
| ADD_MISSING_ERROR_MESSAGES | Private | |
| CALL METHOD /bobf/cl_lib_a_lock_drft_actve=>ADD_MISSING_ERROR_MESSAGES...more details | ||
| CHECK_REACQUIRE_DURABLE_LOCKS | Private | |
| CALL METHOD /bobf/cl_lib_a_lock_drft_actve=>CHECK_REACQUIRE_DURABLE_LOCKS...more details | ||
| INITIALIZE_FOR_BO | Private | |
| CALL METHOD /bobf/cl_lib_a_lock_drft_actve=>INITIALIZE_FOR_BO...more details | ||
| IS_OWNER_OF_DRAFT_ON_DEL_ACTIV | Private | |
| CALL METHOD /bobf/cl_lib_a_lock_drft_actve=>IS_OWNER_OF_DRAFT_ON_DEL_ACTIV...more details | ||
|
| ||
| LOCK_ACTVE_DOCS_FOR_DRAFT_KEYS | Private | |
| CALL METHOD /bobf/cl_lib_a_lock_drft_actve=>LOCK_ACTVE_DOCS_FOR_DRAFT_KEYS...more details | ||
| LOCK_ACTVE_DOCS_HAVING_DRAFTS | Private | |
| CALL METHOD /bobf/cl_lib_a_lock_drft_actve=>LOCK_ACTVE_DOCS_HAVING_DRAFTS...more details | ||
| LOCK_DRAFT_ADMINS_WITH_WAIT | Private | |
| CALL METHOD /bobf/cl_lib_a_lock_drft_actve=>LOCK_DRAFT_ADMINS_WITH_WAIT...more details | ||
| LOCK_DRAFT_INSTANCES | Private | |
| CALL METHOD /bobf/cl_lib_a_lock_drft_actve=>LOCK_DRAFT_INSTANCES...more details | ||
| MESSAGE_FOREIGN_LOCK | Private | |
| CALL METHOD /bobf/cl_lib_a_lock_drft_actve=>MESSAGE_FOREIGN_LOCK...more details | ||
| __LOCK__ACTIVE__INSTANCES__ | Protected | |
| CALL METHOD /bobf/cl_lib_a_lock_drft_actve=>__LOCK__ACTIVE__INSTANCES__...more details | ||
/BOBF/CL_LIB_A_LOCK_DRFT_ACTVE 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 |
| GV_AI_ALL_CRETD_KEYS_ARE_ACTVE | Static Attribute | LIKE ABAP_BOOL | Public | ||
| GV_AI_ALL_CRETD_KEYS_ARE_DRAFT | Static Attribute | LIKE ABAP_BOOL | Public | ||
| MO_CONF | Instance Attribute | LIKE /BOBF/IF_FRW_CONFIGURATION | Private | ||
| MO_DRAFT_ACTIVE | Instance Attribute | LIKE /BOBF/CL_LIB_DRAFT_ACTIVE_UTIL | Private | ||
| MO_DURABLE_LOCK_MANAGER | Instance Attribute | LIKE /BOBF/IF_LIB_DURABLE_LOCK_MNGR | Private | ||
| MO_ENQUEUE_CONTEXT | Instance Attribute | LIKE /BOBF/IF_FRW_ENQUEUE_CONTEXT | Private | ||
| MO_LIB_A_LOCK | Instance Attribute | LIKE /BOBF/CL_LIB_A_LOCK | Private | ||
| MS_CTX | Instance Attribute | LIKE /BOBF/S_FRW_CTX_ACT | Private | ||
| MV_BO_KEY | Instance Attribute | LIKE /BOBF/OBM_BO_KEY | Private | ||
| MV_BO_NAME | Instance Attribute | LIKE /BOBF/OBM_NAME | Private | ||
| MV_OBJECT_CATEGORY | Instance Attribute | LIKE /BOBF/OBM_OBJCAT | Private |
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