SAP CL_CRM_BSP_CT_DBAL_MANAGER OO Class - CT Access Layer Management class









CL_CRM_BSP_CT_DBAL_MANAGER 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_CRM_BSP_CT_DBAL_MANAGER 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_CRM_BSP_CT_DBAL_MANAGER 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_OBJS_TO_TRANSPORTAdd the object entries to the transport requestsPrivate
CALL METHOD cl_crm_bsp_ct_dbal_manager=>ADD_OBJS_TO_TRANSPORT...more details

AFTER_SAVEPrivate
CALL METHOD cl_crm_bsp_ct_dbal_manager=>AFTER_SAVE...more details

BEFORE_SAVEPrivate
CALL METHOD cl_crm_bsp_ct_dbal_manager=>BEFORE_SAVE...more details

BLUEPRINT_TRANSPORTResembles the action of FB CRM_BSP_BLUEPRINT_TRANSPORTPrivate
CALL METHOD cl_crm_bsp_ct_dbal_manager=>BLUEPRINT_TRANSPORT...more details

CLASS_CONSTRUCTORPublic
CALL METHOD cl_crm_bsp_ct_dbal_manager=>CLASS_CONSTRUCTOR...more details

DISCARD_CHANGESInvalidate all changes with the receiverPublic
CALL METHOD cl_crm_bsp_ct_dbal_manager=>DISCARD_CHANGES...more details

DO_SAVEPrivate
CALL METHOD cl_crm_bsp_ct_dbal_manager=>DO_SAVE...more details

GET_CHANGED_DATA_FROM_OBJSRetrieve the changed data from the objectsPrivate
CALL METHOD cl_crm_bsp_ct_dbal_manager=>GET_CHANGED_DATA_FROM_OBJS...more details

GET_OPEN_TASK_FOR_TRREQAnswer a task for the current user for the given TRReqPrivate
CALL METHOD cl_crm_bsp_ct_dbal_manager=>GET_OPEN_TASK_FOR_TRREQ...more details

GET_TRTYPES_NEEDEDPrivate
CALL METHOD cl_crm_bsp_ct_dbal_manager=>GET_TRTYPES_NEEDED...more details

HAS_PENDING_CHANGESAnswer ABAP_TRUE, if some changes are pendingPublic
CALL METHOD cl_crm_bsp_ct_dbal_manager=>HAS_PENDING_CHANGES...more details

IS_IN_CUST_MODEAnswer ABAP_TRUE, if editing is in customer modePublic
CALL METHOD cl_crm_bsp_ct_dbal_manager=>IS_IN_CUST_MODE...more details

IS_IN_SAP_MODEAnswer ABAP_TRUE, if the manager is in SAP-ModePublic
CALL METHOD cl_crm_bsp_ct_dbal_manager=>IS_IN_SAP_MODE...more details

REGISTER_CHANGED_OBJRegister an object as 'Changed' with the managerPublic
CALL METHOD cl_crm_bsp_ct_dbal_manager=>REGISTER_CHANGED_OBJ...more details

REGISTER_CLASS_OBJRegisters a singleton object for each classPublic
CALL METHOD cl_crm_bsp_ct_dbal_manager=>REGISTER_CLASS_OBJ...more details

REGISTER_LOCKED_OBJRegister an object as 'Locked' with the managerPublic
CALL METHOD cl_crm_bsp_ct_dbal_manager=>REGISTER_LOCKED_OBJ...more details

SAVESave all changesPublic
CALL METHOD cl_crm_bsp_ct_dbal_manager=>SAVE...more details

SET_CUST_MODESets the table access mode to customer modePublic
CALL METHOD cl_crm_bsp_ct_dbal_manager=>SET_CUST_MODE...more details

SET_SAP_MODESets the table access mode to SAP modePublic
CALL METHOD cl_crm_bsp_ct_dbal_manager=>SET_SAP_MODE...more details

UNREGISTER_OBJUnregister an object with the managerPublic
CALL METHOD cl_crm_bsp_ct_dbal_manager=>UNREGISTER_OBJ...more details



CL_CRM_BSP_CT_DBAL_MANAGER 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
SD_CHANGEDOBJ_HTABStatic AttributeLIKE
CRMBT_DBAL_ROOT_HTAB
Private
SD_CLASS_OBJ_HTABStatic AttributeLIKE
CRMBT_DBAL_CLASS_OBJ_HTAB
Private
SD_IN_CUST_MODEStatic AttributeLIKE
ABAP_BOOL
Private
SD_IN_SAP_MODEStatic AttributeLIKE
ABAP_BOOL
Private
SD_LOCKED_OBJ_HTABStatic AttributeLIKE
CRMBT_DBAL_ROOT_HTAB
Private
SD_TRKORR_CUSTStatic AttributeCustomizing requestLIKE
TRKORR
Private
SD_TRKORR_WBStatic AttributeWorkbench requestLIKE
TRKORR
Private


Links to Related Class(s)

CL_CRM_B...
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!