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 Name | Description | Visability |
| ADD_PARAMETERS_TO_PARAM | Add Function Module Parameters to Parameter Structure | Protected |
| CALL METHOD /bofu/cl_cdo_v2=>ADD_PARAMETERS_TO_PARAM...more details | ||
| CALL_CDO | Call Change Document API for single change document data | Protected |
| CALL METHOD /bofu/cl_cdo_v2=>CALL_CDO...more details | ||
| CLEAR_PARAM | Clear Values of Parameter Structure | Protected |
| CALL METHOD /bofu/cl_cdo_v2=>CLEAR_PARAM...more details | ||
| COMPOSE_PARAMETER_NAME | Compose Parameter Name | Protected |
| CALL METHOD /bofu/cl_cdo_v2=>COMPOSE_PARAMETER_NAME...more details | ||
| CONSTRUCTOR | Create Instance of Change Document Object Adapter | Public |
| CALL METHOD /bofu/cl_cdo_v2=>CONSTRUCTOR...more details | ||
| CREATE_CHANGE_DOCUMENTS | Create Change Documents | Public |
| CALL METHOD /bofu/cl_cdo_v2=>CREATE_CHANGE_DOCUMENTS...more details | ||
|
| ||
| EXTRACT_CDO_DATA | Extract (compressed) change document data | Protected |
| CALL METHOD /bofu/cl_cdo_v2=>EXTRACT_CDO_DATA...more details | ||
| GET_REF_TO_PARAMETER_VALUES | Get References to Parameters of Parameter Structure | Protected |
| CALL METHOD /bofu/cl_cdo_v2=>GET_REF_TO_PARAMETER_VALUES...more details | ||
| GET_REF_TO_TMP_DATA_STRUCTURES | Get References to Temporary Data Structures | Protected |
| CALL METHOD /bofu/cl_cdo_v2=>GET_REF_TO_TMP_DATA_STRUCTURES...more details | ||
| GET_TD_DB_TABLE | Get table description used for current/before image | Private |
| CALL METHOD /bofu/cl_cdo_v2=>GET_TD_DB_TABLE...more details | ||
| MAP_SINGLE_PARAMETER | Map Value of single Parameter into Parameter Structure | Protected |
| CALL METHOD /bofu/cl_cdo_v2=>MAP_SINGLE_PARAMETER...more details | ||
| MAP_TO_PARAM | Map single change document data to parameter structure | Protected |
| CALL METHOD /bofu/cl_cdo_v2=>MAP_TO_PARAM...more details | ||
| PREPARE_PARAM | Prepare Parameter Structure | Protected |
| CALL METHOD /bofu/cl_cdo_v2=>PREPARE_PARAM...more details | ||
| PREPARE_TMP_DATA_STRUCTURES | Prepare Temporary Data Structures | Protected |
| CALL METHOD /bofu/cl_cdo_v2=>PREPARE_TMP_DATA_STRUCTURES...more details | ||
| RAISE_EXCEPTION_FROM_SY_MSG | Raise fatal exception on SY-MSG variables | Protected |
| 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.
| Name | Level | Description | Initial Value | Type | Visability |
| MS_CDO_CONF | Instance Attribute | LIKE /BOFU/I_OBM_CDO | Protected | ||
| MTH_TMP_DATA_STRUCTURE | Instance Attribute | LIKE TY_TH_TMP_DATA_STRUCTURE | Protected | ||
| MT_CDOBJ_STRUCT_DETAILS | Instance Attribute | Change DOC object structure details | LIKE /BOFU/T_CDOBJ_STRUCT_DETAIL | Protected | |
| MT_CDO_OBJ | Instance Attribute | LIKE /BOFU/T_CDO_OBJECT | Protected | ||
| MT_PARAM | Instance Attribute | LIKE ABAP_FUNC_PARMBIND_TAB | Protected | ||
| MV_EXT_ID_MAP_DB_TABLE | Instance Attribute | LIKE TABNAME16 | Protected | ||
| MV_UPDATE_MODULE | Instance Attribute | LIKE RS38L_FNAM | Protected |
/BOFU/CL_CDO_V2 types
TY_S_TMP_DATA_STRUCTURE - Temporary Data StructureTY_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