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 NameDescriptionVisability
ADD_MESSAGE_PRC_INITIALISATIONAdd Messages for 'Initialize Process' Time-SpotProtected
CALL METHOD cl_cacs_ret_dbc_cntrl=>ADD_MESSAGE_PRC_INITIALISATION...more details

CHECKStart Data CheckPublic
CALL METHOD cl_cacs_ret_dbc_cntrl=>CHECK...more details

CHECK_AUTHORISATIONCheck AuthorizationPrivate
CALL METHOD cl_cacs_ret_dbc_cntrl=>CHECK_AUTHORISATION...more details

CHECK_CUSTCheck Data: CustomizingProtected
CALL METHOD cl_cacs_ret_dbc_cntrl=>CHECK_CUST...more details

CHECK_MDCheck Data: Master DataProtected
CALL METHOD cl_cacs_ret_dbc_cntrl=>CHECK_MD...more details

CHECK_TDCheck Data: Transaction DataProtected
CALL METHOD cl_cacs_ret_dbc_cntrl=>CHECK_TD...more details

CHECK_VARCheck Data: ContextProtected
CALL METHOD cl_cacs_ret_dbc_cntrl=>CHECK_VAR...more details

COMMITCOMMIT WORKProtected
CALL METHOD cl_cacs_ret_dbc_cntrl=>COMMIT...more details

CONSTRUCTORCONSTRUCTORPublic
CALL METHOD cl_cacs_ret_dbc_cntrl=>CONSTRUCTOR...more details

CONVERTStart ConversionPublic
CALL METHOD cl_cacs_ret_dbc_cntrl=>CONVERT...more details

CONVERT_CUSTConversion: CustomizingProtected
CALL METHOD cl_cacs_ret_dbc_cntrl=>CONVERT_CUST...more details

CONVERT_MDConversion: Master DataProtected
CALL METHOD cl_cacs_ret_dbc_cntrl=>CONVERT_MD...more details

CONVERT_TDConversion: Transaction DataProtected
CALL METHOD cl_cacs_ret_dbc_cntrl=>CONVERT_TD...more details

CONVERT_VARConversion: ContextProtected
CALL METHOD cl_cacs_ret_dbc_cntrl=>CONVERT_VAR...more details

CREATEFactory Method: Generate ObjectPublic
CALL METHOD cl_cacs_ret_dbc_cntrl=>CREATE...more details

CREATE_LOGGenerate Application LogProtected
CALL METHOD cl_cacs_ret_dbc_cntrl=>CREATE_LOG...more details

FINALISEConversion: ClosingProtected
CALL METHOD cl_cacs_ret_dbc_cntrl=>FINALISE...more details

GET_LOGHANDLEReturn Application Log (Handle)Public
CALL METHOD cl_cacs_ret_dbc_cntrl=>GET_LOGHANDLE...more details

INITConversion: InitializingProtected
CALL METHOD cl_cacs_ret_dbc_cntrl=>INIT...more details

LOAD_OBJECT_CUSTLoad Objects for Database Conversion of CustomizingProtected
CALL METHOD cl_cacs_ret_dbc_cntrl=>LOAD_OBJECT_CUST...more details

LOAD_OBJECT_MDLoad Objects for Database Conversion of Master DataProtected
CALL METHOD cl_cacs_ret_dbc_cntrl=>LOAD_OBJECT_MD...more details

LOAD_OBJECT_TDLoad Objects for Database Conversion of Transaction DataProtected
CALL METHOD cl_cacs_ret_dbc_cntrl=>LOAD_OBJECT_TD...more details

LOAD_OBJECT_VARLoad Objects for Database Conversion of ContextProtected
CALL METHOD cl_cacs_ret_dbc_cntrl=>LOAD_OBJECT_VAR...more details

PUT_EXCEPTION_INTO_LOGAdd Exception to LogPublic
CALL METHOD cl_cacs_ret_dbc_cntrl=>PUT_EXCEPTION_INTO_LOG...more details

ROLLBACKROLLBACK WORKProtected
CALL METHOD cl_cacs_ret_dbc_cntrl=>ROLLBACK...more details

SAVE_LOGSave Application LogPublic
CALL METHOD cl_cacs_ret_dbc_cntrl=>SAVE_LOG...more details

SET_MODESet Processing ModePublic
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.

NameLevelDescriptionInitial ValueTypeVisability
MB_POST_OKInstance AttributeBoolean Variable (X=true, -=false, space=unknown)LIKE
BOOLEAN
Protected
MB_SIMULATIONInstance AttributeOnly Simulation (X=true, space=false)LIKE
BOOLEAN_FLG
Protected
MD_APPLInstance AttributeIdentification of ApplicationLIKE
CACSAPPL
Protected
MD_DBC_TIMESTAMPInstance AttributeTime Stamp (YYYY.MM.DD hh:mm:ss)LIKE
CACSTIMESTAMP
Protected
MD_DBC_TIMESTAMP_ENDInstance AttributeTime Stamp (YYYY.MM.DD hh:mm:ss)LIKE
CACSTIMESTAMP
Protected
MO_DBC_CUSTInstance AttributeRetention: Database Conversion CustomizingLIKE
CL_CACS_RET_DBC_CUST
Protected
MO_DBC_MDInstance AttributeRetention: Database Conversion Master DataLIKE
CL_CACS_RET_DBC_MD
Protected
MO_DBC_TDInstance AttributeRetention: Database Conversion Transaction DataLIKE
CL_CACS_RET_DBC_TD
Protected
MO_DBC_VARInstance AttributeRetention: Database Conversion ContextLIKE
CL_CACS_RET_DBC_VAR
Protected
MO_LOGInstance AttributeCACS: Application LogLIKE
CL_CACS_BAL
Protected
MT_CONFLICT_CUSTInstance AttributeTable Type Retent.: Database Conversion Overlapping EntriesLIKE
CACS_TT_RET_DBC_OVERLAPPING
Protected
MT_RESOLVE_CUSTInstance AttributeTable Type Retent.: Database Conversion Overlapping EntriesLIKE
CACS_TT_RET_DBC_OVERLAPPING
Protected
ST_INSTANCEStatic AttributeList of All ObjectsLIKE
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



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!