SAP CL_CACS_RET_DBC_CNTRL OO Class - Retention: Control for Database Conversion
CL_CACS_RET_DBC_CNTRL 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 CL_CACS_RET_DBC_CNTRL 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 CL_CACS_RET_DBC_CNTRL 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_PRC_INITIALISATION | Add Messages for 'Initialize Process' Time-Spot | Protected |
| CALL METHOD cl_cacs_ret_dbc_cntrl=>ADD_MESSAGE_PRC_INITIALISATION...more details | ||
| CHECK | Start Data Check | Public |
| CALL METHOD cl_cacs_ret_dbc_cntrl=>CHECK...more details | ||
| CHECK_AUTHORISATION | Check Authorization | Private |
| CALL METHOD cl_cacs_ret_dbc_cntrl=>CHECK_AUTHORISATION...more details | ||
| CHECK_CUST | Check Data: Customizing | Protected |
| CALL METHOD cl_cacs_ret_dbc_cntrl=>CHECK_CUST...more details | ||
| CHECK_MD | Check Data: Master Data | Protected |
| CALL METHOD cl_cacs_ret_dbc_cntrl=>CHECK_MD...more details | ||
| CHECK_TD | Check Data: Transaction Data | Protected |
| CALL METHOD cl_cacs_ret_dbc_cntrl=>CHECK_TD...more details | ||
|
| ||
| CHECK_VAR | Check Data: Context | Protected |
| CALL METHOD cl_cacs_ret_dbc_cntrl=>CHECK_VAR...more details | ||
| COMMIT | COMMIT WORK | Protected |
| CALL METHOD cl_cacs_ret_dbc_cntrl=>COMMIT...more details | ||
| CONSTRUCTOR | CONSTRUCTOR | Public |
| CALL METHOD cl_cacs_ret_dbc_cntrl=>CONSTRUCTOR...more details | ||
| CONVERT | Start Conversion | Public |
| CALL METHOD cl_cacs_ret_dbc_cntrl=>CONVERT...more details | ||
| CONVERT_CUST | Conversion: Customizing | Protected |
| CALL METHOD cl_cacs_ret_dbc_cntrl=>CONVERT_CUST...more details | ||
| CONVERT_MD | Conversion: Master Data | Protected |
| CALL METHOD cl_cacs_ret_dbc_cntrl=>CONVERT_MD...more details | ||
| CONVERT_TD | Conversion: Transaction Data | Protected |
| CALL METHOD cl_cacs_ret_dbc_cntrl=>CONVERT_TD...more details | ||
| CONVERT_VAR | Conversion: Context | Protected |
| CALL METHOD cl_cacs_ret_dbc_cntrl=>CONVERT_VAR...more details | ||
| CREATE | Factory Method: Generate Object | Public |
| CALL METHOD cl_cacs_ret_dbc_cntrl=>CREATE...more details | ||
| CREATE_LOG | Generate Application Log | Protected |
| CALL METHOD cl_cacs_ret_dbc_cntrl=>CREATE_LOG...more details | ||
| FINALISE | Conversion: Closing | Protected |
| CALL METHOD cl_cacs_ret_dbc_cntrl=>FINALISE...more details | ||
| GET_LOGHANDLE | Return Application Log (Handle) | Public |
| CALL METHOD cl_cacs_ret_dbc_cntrl=>GET_LOGHANDLE...more details | ||
| INIT | Conversion: Initializing | Protected |
| CALL METHOD cl_cacs_ret_dbc_cntrl=>INIT...more details | ||
| LOAD_OBJECT_CUST | Load Objects for Database Conversion of Customizing | Protected |
| CALL METHOD cl_cacs_ret_dbc_cntrl=>LOAD_OBJECT_CUST...more details | ||
| LOAD_OBJECT_MD | Load Objects for Database Conversion of Master Data | Protected |
| CALL METHOD cl_cacs_ret_dbc_cntrl=>LOAD_OBJECT_MD...more details | ||
| LOAD_OBJECT_TD | Load Objects for Database Conversion of Transaction Data | Protected |
| CALL METHOD cl_cacs_ret_dbc_cntrl=>LOAD_OBJECT_TD...more details | ||
| LOAD_OBJECT_VAR | Load Objects for Database Conversion of Context | Protected |
| CALL METHOD cl_cacs_ret_dbc_cntrl=>LOAD_OBJECT_VAR...more details | ||
| PUT_EXCEPTION_INTO_LOG | Add Exception to Log | Public |
| CALL METHOD cl_cacs_ret_dbc_cntrl=>PUT_EXCEPTION_INTO_LOG...more details | ||
| ROLLBACK | ROLLBACK WORK | Protected |
| CALL METHOD cl_cacs_ret_dbc_cntrl=>ROLLBACK...more details | ||
| SAVE_LOG | Save Application Log | Public |
| CALL METHOD cl_cacs_ret_dbc_cntrl=>SAVE_LOG...more details | ||
| SET_MODE | Set Processing Mode | Public |
| CALL METHOD cl_cacs_ret_dbc_cntrl=>SET_MODE...more details | ||
CL_CACS_RET_DBC_CNTRL 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 |
| MB_POST_OK | Instance Attribute | Boolean Variable (X=true, -=false, space=unknown) | LIKE BOOLEAN | Protected | |
| MB_SIMULATION | Instance Attribute | Only Simulation (X=true, space=false) | LIKE BOOLEAN_FLG | Protected | |
| MD_APPL | Instance Attribute | Identification of Application | LIKE CACSAPPL | Protected | |
| MD_DBC_TIMESTAMP | Instance Attribute | Time Stamp (YYYY.MM.DD hh:mm:ss) | LIKE CACSTIMESTAMP | Protected | |
| MD_DBC_TIMESTAMP_END | Instance Attribute | Time Stamp (YYYY.MM.DD hh:mm:ss) | LIKE CACSTIMESTAMP | Protected | |
| MO_DBC_CUST | Instance Attribute | Retention: Database Conversion Customizing | LIKE CL_CACS_RET_DBC_CUST | Protected | |
| MO_DBC_MD | Instance Attribute | Retention: Database Conversion Master Data | LIKE CL_CACS_RET_DBC_MD | Protected | |
| MO_DBC_TD | Instance Attribute | Retention: Database Conversion Transaction Data | LIKE CL_CACS_RET_DBC_TD | Protected | |
| MO_DBC_VAR | Instance Attribute | Retention: Database Conversion Context | LIKE CL_CACS_RET_DBC_VAR | Protected | |
| MO_LOG | Instance Attribute | CACS: Application Log | LIKE CL_CACS_BAL | Protected | |
| MT_CONFLICT_CUST | Instance Attribute | Table Type Retent.: Database Conversion Overlapping Entries | LIKE CACS_TT_RET_DBC_OVERLAPPING | Protected | |
| MT_RESOLVE_CUST | Instance Attribute | Table Type Retent.: Database Conversion Overlapping Entries | LIKE CACS_TT_RET_DBC_OVERLAPPING | Protected | |
| ST_INSTANCE | Static Attribute | List of All Objects | LIKE TY_TT_INSTANCE | Private |
CL_CACS_RET_DBC_CNTRL types
TY_S_INSTANCE -TY_TT_INSTANCE -
Links to Related Class(s)
CL_CACS_...Full list of available SAP object classes
Search for further information about these or an SAP related objects