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_COPIER

Method 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 NameDescriptionVisability
ADD_MESSAGE_FOR_INVALID_CHANGEPrivate
CALL METHOD /bobf/cl_lib_draft_copier=>ADD_MESSAGE_FOR_INVALID_CHANGE...more details

CHANGE_TO_MODIFICATIONPrivate
CALL METHOD /bobf/cl_lib_draft_copier=>CHANGE_TO_MODIFICATION...more details

CHECK_OP_CODE_IS_NOT_INITIALPrivate
CALL METHOD /bobf/cl_lib_draft_copier=>CHECK_OP_CODE_IS_NOT_INITIAL...more details

CONSTRUCTORPrivate
CALL METHOD /bobf/cl_lib_draft_copier=>CONSTRUCTOR...more details

CONVERT_DB_NAMES_TO_BOPFPrivate
CALL METHOD /bobf/cl_lib_draft_copier=>CONVERT_DB_NAMES_TO_BOPF...more details

COPY_ACTIVE_TO_DRAFTPublic
CALL METHOD /bobf/cl_lib_draft_copier=>COPY_ACTIVE_TO_DRAFT...more details

COPY_ACTIVE_TO_DRAFT_CHILDRENPrivate
CALL METHOD /bobf/cl_lib_draft_copier=>COPY_ACTIVE_TO_DRAFT_CHILDREN...more details

COPY_ACTIVE_TO_DRAFT_ROOTPrivate
CALL METHOD /bobf/cl_lib_draft_copier=>COPY_ACTIVE_TO_DRAFT_ROOT...more details

COPY_DRAFT_TO_ACTIVEPublic
CALL METHOD /bobf/cl_lib_draft_copier=>COPY_DRAFT_TO_ACTIVE...more details

COPY_DRAFT_TO_ACTIVE_OP_CODEPrivate
CALL METHOD /bobf/cl_lib_draft_copier=>COPY_DRAFT_TO_ACTIVE_OP_CODE...more details

COPY_DRAFT_TO_ACTIVE_RAPPrivate
CALL METHOD /bobf/cl_lib_draft_copier=>COPY_DRAFT_TO_ACTIVE_RAP...more details

CREATEPublic
CALL METHOD /bobf/cl_lib_draft_copier=>CREATE...more details

CREATE_INSTANCEPublic
CALL METHOD /bobf/cl_lib_draft_copier=>CREATE_INSTANCE...more details

ERROR_MESSAGEPrivate
CALL METHOD /bobf/cl_lib_draft_copier=>ERROR_MESSAGE...more details

GET_INSTANCEPublic
CALL METHOD /bobf/cl_lib_draft_copier=>GET_INSTANCE...more details

INJECT_INSTANCEPublic
CALL METHOD /bobf/cl_lib_draft_copier=>INJECT_INSTANCE...more details

IS_SEMANTIC_KEY_NOT_EXISTENTPrivate
CALL METHOD /bobf/cl_lib_draft_copier=>IS_SEMANTIC_KEY_NOT_EXISTENT...more details

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

NameLevelDescriptionInitial ValueTypeVisability
MO_CDS_COPIERInstance AttributeLIKE
/BOBF/CL_LIB_DRAFT_FROM_CDS
Private
MO_CONFInstance AttributeLIKE
/BOBF/IF_FRW_CONFIGURATION
Private
MO_READInstance AttributeLIKE
/BOBF/IF_FRW_READ
Private
MT_COMPOSITIONSInstance AttributeLIKE
/BOBF/T_CONFRO_ASSOC2
Private
MT_EXCLUDE_SUBNODESInstance AttributeLIKE
/BOBF/T_FRW_KEY
Private
MT_MODIFICATIONInstance AttributeLIKE
/BOBF/T_FRW_MODIFICATION
Private
MT_NODEInstance AttributeLIKE
/BOBF/T_CONFRO_NODE
Private
MT_NODE_MAPPINGInstance AttributeLIKE
Private
MV_INTERNAL_CALLInstance AttributeLIKE
ABAP_BOOL
Private
MV_ROOT_ACTIVE_KEYInstance AttributeLIKE
/BOBF/CONF_KEY
Private
MV_ROOT_DRAFT_KEYInstance AttributeLIKE
/BOBF/CONF_KEY
Private
MV_ROOT_NODE_KEYInstance AttributeLIKE
/BOBF/OBM_NODE_KEY
Private
_GO_INJECTED_DR_COPIERStatic AttributeLIKE
/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



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!