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_ACTION

Method 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 NameDescriptionVisability
ADD_MESSAGESPrivate
CALL METHOD /bobf/cl_lib_a_lock_drft_actve=>ADD_MESSAGES...more details

ADD_MESSAGES_FOR_UNKNOWNPrivate
CALL METHOD /bobf/cl_lib_a_lock_drft_actve=>ADD_MESSAGES_FOR_UNKNOWN...more details

ADD_MISSING_ERROR_MESSAGESPrivate
CALL METHOD /bobf/cl_lib_a_lock_drft_actve=>ADD_MISSING_ERROR_MESSAGES...more details

CHECK_REACQUIRE_DURABLE_LOCKSPrivate
CALL METHOD /bobf/cl_lib_a_lock_drft_actve=>CHECK_REACQUIRE_DURABLE_LOCKS...more details

INITIALIZE_FOR_BOPrivate
CALL METHOD /bobf/cl_lib_a_lock_drft_actve=>INITIALIZE_FOR_BO...more details

IS_OWNER_OF_DRAFT_ON_DEL_ACTIVPrivate
CALL METHOD /bobf/cl_lib_a_lock_drft_actve=>IS_OWNER_OF_DRAFT_ON_DEL_ACTIV...more details

LOCK_ACTVE_DOCS_FOR_DRAFT_KEYSPrivate
CALL METHOD /bobf/cl_lib_a_lock_drft_actve=>LOCK_ACTVE_DOCS_FOR_DRAFT_KEYS...more details

LOCK_ACTVE_DOCS_HAVING_DRAFTSPrivate
CALL METHOD /bobf/cl_lib_a_lock_drft_actve=>LOCK_ACTVE_DOCS_HAVING_DRAFTS...more details

LOCK_DRAFT_ADMINS_WITH_WAITPrivate
CALL METHOD /bobf/cl_lib_a_lock_drft_actve=>LOCK_DRAFT_ADMINS_WITH_WAIT...more details

LOCK_DRAFT_INSTANCESPrivate
CALL METHOD /bobf/cl_lib_a_lock_drft_actve=>LOCK_DRAFT_INSTANCES...more details

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

NameLevelDescriptionInitial ValueTypeVisability
GV_AI_ALL_CRETD_KEYS_ARE_ACTVEStatic AttributeLIKE
ABAP_BOOL
Public
GV_AI_ALL_CRETD_KEYS_ARE_DRAFTStatic AttributeLIKE
ABAP_BOOL
Public
MO_CONFInstance AttributeLIKE
/BOBF/IF_FRW_CONFIGURATION
Private
MO_DRAFT_ACTIVEInstance AttributeLIKE
/BOBF/CL_LIB_DRAFT_ACTIVE_UTIL
Private
MO_DURABLE_LOCK_MANAGERInstance AttributeLIKE
/BOBF/IF_LIB_DURABLE_LOCK_MNGR
Private
MO_ENQUEUE_CONTEXTInstance AttributeLIKE
/BOBF/IF_FRW_ENQUEUE_CONTEXT
Private
MO_LIB_A_LOCKInstance AttributeLIKE
/BOBF/CL_LIB_A_LOCK
Private
MS_CTXInstance AttributeLIKE
/BOBF/S_FRW_CTX_ACT
Private
MV_BO_KEYInstance AttributeLIKE
/BOBF/OBM_BO_KEY
Private
MV_BO_NAMEInstance AttributeLIKE
/BOBF/OBM_NAME
Private
MV_OBJECT_CATEGORYInstance AttributeLIKE
/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



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!