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_SUPERMethod 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 Name | Description | Visability |
| ACTIVATE_DRAFT | Private | |
| CALL METHOD /bobf/cl_lib_a_activation=>ACTIVATE_DRAFT...more details | ||
| ACTIVATE_DRAFT_2_0_MASS | Private | |
| CALL METHOD /bobf/cl_lib_a_activation=>ACTIVATE_DRAFT_2_0_MASS...more details | ||
| ACTIVE_DIFF_CLASS | Private | |
| CALL METHOD /bobf/cl_lib_a_activation=>ACTIVE_DIFF_CLASS...more details | ||
| ADD_DEFAULT_ERROR_MESSAGE | Private | |
| CALL METHOD /bobf/cl_lib_a_activation=>ADD_DEFAULT_ERROR_MESSAGE...more details | ||
| CHECK_ALL_DEPENDENTS_DELETED | Private | |
| CALL METHOD /bobf/cl_lib_a_activation=>CHECK_ALL_DEPENDENTS_DELETED...more details | ||
| DERIVE_ACTIVE_DATA_FROM_DRAFT | Private | |
| CALL METHOD /bobf/cl_lib_a_activation=>DERIVE_ACTIVE_DATA_FROM_DRAFT...more details | ||
|
| ||
| DERIVE_ACT_DATA_FROM_DR_MASS | Private | |
| CALL METHOD /bobf/cl_lib_a_activation=>DERIVE_ACT_DATA_FROM_DR_MASS...more details | ||
| DRAFT_CLASS | Private | |
| CALL METHOD /bobf/cl_lib_a_activation=>DRAFT_CLASS...more details | ||
| EXEC_COPY_DRAFT_TO_ACTIVE_DOC | Private | |
| CALL METHOD /bobf/cl_lib_a_activation=>EXEC_COPY_DRAFT_TO_ACTIVE_DOC...more details | ||
| EXEC_COPY_DRAFT_TO_ACTIVE_MASS | Private | |
| CALL METHOD /bobf/cl_lib_a_activation=>EXEC_COPY_DRAFT_TO_ACTIVE_MASS...more details | ||
| EXTRACT_KEYS_OF_ERROR_MSG | Private | |
| CALL METHOD /bobf/cl_lib_a_activation=>EXTRACT_KEYS_OF_ERROR_MSG...more details | ||
| GET_DEPENDENTS_OF_PRINCIPALS | Private | |
| CALL METHOD /bobf/cl_lib_a_activation=>GET_DEPENDENTS_OF_PRINCIPALS...more details | ||
| GET_ENTITY_ID | Private | |
| CALL METHOD /bobf/cl_lib_a_activation=>GET_ENTITY_ID...more details | ||
| IS_ACTIVE_ENTITY | Private | |
| CALL METHOD /bobf/cl_lib_a_activation=>IS_ACTIVE_ENTITY...more details | ||
| IS_ACTIVE_ENTITY_MASS | Private | |
| CALL METHOD /bobf/cl_lib_a_activation=>IS_ACTIVE_ENTITY_MASS...more details | ||
| PRE_LOCK_ACTIVE_MASS | Private | |
| CALL METHOD /bobf/cl_lib_a_activation=>PRE_LOCK_ACTIVE_MASS...more details | ||
| REGISTER_UNKNOWN_ACTIVE_KEYS | Private | |
| CALL METHOD /bobf/cl_lib_a_activation=>REGISTER_UNKNOWN_ACTIVE_KEYS...more details | ||
| SET_CHCK_DRFT_CONSISTENCY_MASS | Private | |
| CALL METHOD /bobf/cl_lib_a_activation=>SET_CHCK_DRFT_CONSISTENCY_MASS...more details | ||
| SET_CHECK_DRAFT_CONSISTENCY | Private | |
| CALL METHOD /bobf/cl_lib_a_activation=>SET_CHECK_DRAFT_CONSISTENCY...more details | ||
| VALIDATE_DRAFT | Private | |
| CALL METHOD /bobf/cl_lib_a_activation=>VALIDATE_DRAFT...more details | ||
| VALIDATE_DRAFT_MASS | Private | |
| CALL METHOD /bobf/cl_lib_a_activation=>VALIDATE_DRAFT_MASS...more details | ||
| _SYNC_MASS_WORKING_TABLES | Private | |
| 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.
| Name | Level | Description | Initial Value | Type | Visability |
| GO_REGISTRATION_STACK | Static Attribute | LIKE /BOBF/CL_DRAFT_REG_STACK | Private | ||
| MO_DRAFT_CLASS | Instance Attribute | LIKE /BOBF/IF_LIB_DRAFT_CLASS | Private | ||
| MO_LOCK_MANAGER | Instance Attribute | LIKE /BOBF/CL_LIB_DURABLE_LOCK_MNGR | Private | ||
| MV_STATUS_HANDLING_SUPPORTED | Instance Attribute | LIKE 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