SAP /BOBF/CL_LIB_A_ACTIVATION OO Class - Lib. Action: Activate a draft









/BOBF/CL_LIB_A_ACTIVATION 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_ACTIVATION including details of:

  • Interface class implementations
  • Inheritance details
  • Methods defined within class ( including link to full details )
  • Attributes ( including initial values )
  • Class Events

Inheritance

This OO class has a superclass assigned to it, which means it will inherit its objects and methods. The superclass for /BOBF/CL_LIB_A_ACTIVATION is /BOBF/CL_LIB_A_DRAFT_SUPER

Method list of /BOBF/CL_LIB_A_ACTIVATION 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
ACTIVATE_DRAFTPrivate
CALL METHOD /bobf/cl_lib_a_activation=>ACTIVATE_DRAFT...more details

ACTIVATE_DRAFT_2_0_MASSPrivate
CALL METHOD /bobf/cl_lib_a_activation=>ACTIVATE_DRAFT_2_0_MASS...more details

ACTIVE_DIFF_CLASSPrivate
CALL METHOD /bobf/cl_lib_a_activation=>ACTIVE_DIFF_CLASS...more details

ADD_DEFAULT_ERROR_MESSAGEPrivate
CALL METHOD /bobf/cl_lib_a_activation=>ADD_DEFAULT_ERROR_MESSAGE...more details

CHECK_ALL_DEPENDENTS_DELETEDPrivate
CALL METHOD /bobf/cl_lib_a_activation=>CHECK_ALL_DEPENDENTS_DELETED...more details

DERIVE_ACTIVE_DATA_FROM_DRAFTPrivate
CALL METHOD /bobf/cl_lib_a_activation=>DERIVE_ACTIVE_DATA_FROM_DRAFT...more details

DERIVE_ACT_DATA_FROM_DR_MASSPrivate
CALL METHOD /bobf/cl_lib_a_activation=>DERIVE_ACT_DATA_FROM_DR_MASS...more details

DRAFT_CLASSPrivate
CALL METHOD /bobf/cl_lib_a_activation=>DRAFT_CLASS...more details

EXEC_COPY_DRAFT_TO_ACTIVE_DOCPrivate
CALL METHOD /bobf/cl_lib_a_activation=>EXEC_COPY_DRAFT_TO_ACTIVE_DOC...more details

EXEC_COPY_DRAFT_TO_ACTIVE_MASSPrivate
CALL METHOD /bobf/cl_lib_a_activation=>EXEC_COPY_DRAFT_TO_ACTIVE_MASS...more details

EXTRACT_KEYS_OF_ERROR_MSGPrivate
CALL METHOD /bobf/cl_lib_a_activation=>EXTRACT_KEYS_OF_ERROR_MSG...more details

GET_DEPENDENTS_OF_PRINCIPALSPrivate
CALL METHOD /bobf/cl_lib_a_activation=>GET_DEPENDENTS_OF_PRINCIPALS...more details

GET_ENTITY_IDPrivate
CALL METHOD /bobf/cl_lib_a_activation=>GET_ENTITY_ID...more details

IS_ACTIVE_ENTITYPrivate
CALL METHOD /bobf/cl_lib_a_activation=>IS_ACTIVE_ENTITY...more details

IS_ACTIVE_ENTITY_MASSPrivate
CALL METHOD /bobf/cl_lib_a_activation=>IS_ACTIVE_ENTITY_MASS...more details

PRE_LOCK_ACTIVE_MASSPrivate
CALL METHOD /bobf/cl_lib_a_activation=>PRE_LOCK_ACTIVE_MASS...more details

REGISTER_UNKNOWN_ACTIVE_KEYSPrivate
CALL METHOD /bobf/cl_lib_a_activation=>REGISTER_UNKNOWN_ACTIVE_KEYS...more details

SET_CHCK_DRFT_CONSISTENCY_MASSPrivate
CALL METHOD /bobf/cl_lib_a_activation=>SET_CHCK_DRFT_CONSISTENCY_MASS...more details

SET_CHECK_DRAFT_CONSISTENCYPrivate
CALL METHOD /bobf/cl_lib_a_activation=>SET_CHECK_DRAFT_CONSISTENCY...more details

VALIDATE_DRAFTPrivate
CALL METHOD /bobf/cl_lib_a_activation=>VALIDATE_DRAFT...more details

VALIDATE_DRAFT_MASSPrivate
CALL METHOD /bobf/cl_lib_a_activation=>VALIDATE_DRAFT_MASS...more details

_SYNC_MASS_WORKING_TABLESPrivate
CALL METHOD /bobf/cl_lib_a_activation=>_SYNC_MASS_WORKING_TABLES...more details



/BOBF/CL_LIB_A_ACTIVATION 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
MO_DRAFT_CLASSInstance AttributeLIKE
/BOBF/IF_LIB_DRAFT_CLASS
Private
MO_LOCK_MANAGERInstance AttributeLIKE
/BOBF/CL_LIB_DURABLE_LOCK_MNGR
Private
MV_STATUS_HANDLING_SUPPORTEDInstance AttributeLIKE
ABAP_BOOL
Private




/BOBF/CL_LIB_A_ACTIVATION types

TS_DRAFT_CLASS -
TT_NODE_INSTANCE_KEYS -
TY_NODE_INSTANCE_KEYS -

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!