SAP /BOBF/CL_LIB_DRAFT_COPIER OO Class - Copy helper for union scenario
/BOBF/CL_LIB_DRAFT_COPIER 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_DRAFT_COPIER 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_LIB_DRAFT_COPIERMethod list of /BOBF/CL_LIB_DRAFT_COPIER 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_MESSAGE_FOR_INVALID_CHANGE | Private | |
| CALL METHOD /bobf/cl_lib_draft_copier=>ADD_MESSAGE_FOR_INVALID_CHANGE...more details | ||
| CHANGE_TO_MODIFICATION | Private | |
| CALL METHOD /bobf/cl_lib_draft_copier=>CHANGE_TO_MODIFICATION...more details | ||
| CHECK_OP_CODE_IS_NOT_INITIAL | Private | |
| CALL METHOD /bobf/cl_lib_draft_copier=>CHECK_OP_CODE_IS_NOT_INITIAL...more details | ||
| CONSTRUCTOR | Private | |
| CALL METHOD /bobf/cl_lib_draft_copier=>CONSTRUCTOR...more details | ||
| CONVERT_DB_NAMES_TO_BOPF | Private | |
| CALL METHOD /bobf/cl_lib_draft_copier=>CONVERT_DB_NAMES_TO_BOPF...more details | ||
| COPY_ACTIVE_TO_DRAFT | Public | |
| CALL METHOD /bobf/cl_lib_draft_copier=>COPY_ACTIVE_TO_DRAFT...more details | ||
|
| ||
| COPY_ACTIVE_TO_DRAFT_CHILDREN | Private | |
| CALL METHOD /bobf/cl_lib_draft_copier=>COPY_ACTIVE_TO_DRAFT_CHILDREN...more details | ||
| COPY_ACTIVE_TO_DRAFT_ROOT | Private | |
| CALL METHOD /bobf/cl_lib_draft_copier=>COPY_ACTIVE_TO_DRAFT_ROOT...more details | ||
| COPY_DRAFT_TO_ACTIVE | Public | |
| CALL METHOD /bobf/cl_lib_draft_copier=>COPY_DRAFT_TO_ACTIVE...more details | ||
| COPY_DRAFT_TO_ACTIVE_OP_CODE | Private | |
| CALL METHOD /bobf/cl_lib_draft_copier=>COPY_DRAFT_TO_ACTIVE_OP_CODE...more details | ||
| COPY_DRAFT_TO_ACTIVE_RAP | Private | |
| CALL METHOD /bobf/cl_lib_draft_copier=>COPY_DRAFT_TO_ACTIVE_RAP...more details | ||
| CREATE | Public | |
| CALL METHOD /bobf/cl_lib_draft_copier=>CREATE...more details | ||
| CREATE_INSTANCE | Public | |
| CALL METHOD /bobf/cl_lib_draft_copier=>CREATE_INSTANCE...more details | ||
| ERROR_MESSAGE | Private | |
| CALL METHOD /bobf/cl_lib_draft_copier=>ERROR_MESSAGE...more details | ||
| GET_INSTANCE | Public | |
| CALL METHOD /bobf/cl_lib_draft_copier=>GET_INSTANCE...more details | ||
| INJECT_INSTANCE | Public | |
| CALL METHOD /bobf/cl_lib_draft_copier=>INJECT_INSTANCE...more details | ||
| IS_SEMANTIC_KEY_NOT_EXISTENT | Private | |
| CALL METHOD /bobf/cl_lib_draft_copier=>IS_SEMANTIC_KEY_NOT_EXISTENT...more details | ||
| IS_SEMANTIC_KEY_NOT_INITIAL | Private | |
| CALL METHOD /bobf/cl_lib_draft_copier=>IS_SEMANTIC_KEY_NOT_INITIAL...more details | ||
/BOBF/CL_LIB_DRAFT_COPIER 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_CDS_COPIER | Instance Attribute | LIKE /BOBF/CL_LIB_DRAFT_FROM_CDS | Private | ||
| MO_CONF | Instance Attribute | LIKE /BOBF/IF_FRW_CONFIGURATION | Private | ||
| MO_READ | Instance Attribute | LIKE /BOBF/IF_FRW_READ | Private | ||
| MT_COMPOSITIONS | Instance Attribute | LIKE /BOBF/T_CONFRO_ASSOC2 | Private | ||
| MT_EXCLUDE_SUBNODES | Instance Attribute | LIKE /BOBF/T_FRW_KEY | Private | ||
| MT_MODIFICATION | Instance Attribute | LIKE /BOBF/T_FRW_MODIFICATION | Private | ||
| MT_NODE | Instance Attribute | LIKE /BOBF/T_CONFRO_NODE | Private | ||
| MT_NODE_MAPPING | Instance Attribute | LIKE | Private | ||
| MV_INTERNAL_CALL | Instance Attribute | LIKE ABAP_BOOL | Private | ||
| MV_ROOT_ACTIVE_KEY | Instance Attribute | LIKE /BOBF/CONF_KEY | Private | ||
| MV_ROOT_DRAFT_KEY | Instance Attribute | LIKE /BOBF/CONF_KEY | Private | ||
| MV_ROOT_NODE_KEY | Instance Attribute | LIKE /BOBF/OBM_NODE_KEY | Private | ||
| _GO_INJECTED_DR_COPIER | Static Attribute | LIKE /BOBF/IF_LIB_DRAFT_COPIER | Private |
/BOBF/CL_LIB_DRAFT_COPIER types
TY_NODE_MAPPING -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