SAP /BOFU/CL_CDO_V2 OO Class - Change Document Object Adapter (V2 Processing)









/BOFU/CL_CDO_V2 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 /BOFU/CL_CDO_V2 including details of:

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



Method list of /BOFU/CL_CDO_V2 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_PARAMETERS_TO_PARAMAdd Function Module Parameters to Parameter StructureProtected
CALL METHOD /bofu/cl_cdo_v2=>ADD_PARAMETERS_TO_PARAM...more details

CALL_CDOCall Change Document API for single change document dataProtected
CALL METHOD /bofu/cl_cdo_v2=>CALL_CDO...more details

CLEAR_PARAMClear Values of Parameter StructureProtected
CALL METHOD /bofu/cl_cdo_v2=>CLEAR_PARAM...more details

COMPOSE_PARAMETER_NAMECompose Parameter NameProtected
CALL METHOD /bofu/cl_cdo_v2=>COMPOSE_PARAMETER_NAME...more details

CONSTRUCTORCreate Instance of Change Document Object AdapterPublic
CALL METHOD /bofu/cl_cdo_v2=>CONSTRUCTOR...more details

CREATE_CHANGE_DOCUMENTSCreate Change DocumentsPublic
CALL METHOD /bofu/cl_cdo_v2=>CREATE_CHANGE_DOCUMENTS...more details

EXTRACT_CDO_DATAExtract (compressed) change document dataProtected
CALL METHOD /bofu/cl_cdo_v2=>EXTRACT_CDO_DATA...more details

GET_REF_TO_PARAMETER_VALUESGet References to Parameters of Parameter StructureProtected
CALL METHOD /bofu/cl_cdo_v2=>GET_REF_TO_PARAMETER_VALUES...more details

GET_REF_TO_TMP_DATA_STRUCTURESGet References to Temporary Data StructuresProtected
CALL METHOD /bofu/cl_cdo_v2=>GET_REF_TO_TMP_DATA_STRUCTURES...more details

GET_TD_DB_TABLEGet table description used for current/before imagePrivate
CALL METHOD /bofu/cl_cdo_v2=>GET_TD_DB_TABLE...more details

MAP_SINGLE_PARAMETERMap Value of single Parameter into Parameter StructureProtected
CALL METHOD /bofu/cl_cdo_v2=>MAP_SINGLE_PARAMETER...more details

MAP_TO_PARAMMap single change document data to parameter structureProtected
CALL METHOD /bofu/cl_cdo_v2=>MAP_TO_PARAM...more details

PREPARE_PARAMPrepare Parameter StructureProtected
CALL METHOD /bofu/cl_cdo_v2=>PREPARE_PARAM...more details

PREPARE_TMP_DATA_STRUCTURESPrepare Temporary Data StructuresProtected
CALL METHOD /bofu/cl_cdo_v2=>PREPARE_TMP_DATA_STRUCTURES...more details

RAISE_EXCEPTION_FROM_SY_MSGRaise fatal exception on SY-MSG variablesProtected
CALL METHOD /bofu/cl_cdo_v2=>RAISE_EXCEPTION_FROM_SY_MSG...more details



/BOFU/CL_CDO_V2 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
MS_CDO_CONFInstance AttributeLIKE
/BOFU/I_OBM_CDO
Protected
MTH_TMP_DATA_STRUCTUREInstance AttributeLIKE
TY_TH_TMP_DATA_STRUCTURE
Protected
MT_CDOBJ_STRUCT_DETAILSInstance AttributeChange DOC object structure detailsLIKE
/BOFU/T_CDOBJ_STRUCT_DETAIL
Protected
MT_CDO_OBJInstance AttributeLIKE
/BOFU/T_CDO_OBJECT
Protected
MT_PARAMInstance AttributeLIKE
ABAP_FUNC_PARMBIND_TAB
Protected
MV_EXT_ID_MAP_DB_TABLEInstance AttributeLIKE
TABNAME16
Protected
MV_UPDATE_MODULEInstance AttributeLIKE
RS38L_FNAM
Protected




/BOFU/CL_CDO_V2 types

TY_S_TMP_DATA_STRUCTURE - Temporary Data Structure
TY_TH_TMP_DATA_STRUCTURE - Temporary Data Structure

Links to Related Class(s)

/BOFU/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!