SAP CL_CRM_BSP_CT_DBAL_ROOT OO Class - Base class for customizing tool









CL_CRM_BSP_CT_DBAL_ROOT 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_ROOT 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_ROOT 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_CHANGED_DATAPublic
CALL METHOD cl_crm_bsp_ct_dbal_root=>ADD_CHANGED_DATA...more details

AFTER_COMMITPerform 'AFTER_COMMIT' cleanup actionsProtected
CALL METHOD cl_crm_bsp_ct_dbal_root=>AFTER_COMMIT...more details

AFTER_ROLLBACKPerform 'after rollback' cleanup actionProtected
CALL METHOD cl_crm_bsp_ct_dbal_root=>AFTER_ROLLBACK...more details

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

CONSTRUCTORPublic
CALL METHOD cl_crm_bsp_ct_dbal_root=>CONSTRUCTOR...more details

DATA_IS_LOADEDAnswer ABAP_TRUE, if data part is loaded, else falseProtected
CALL METHOD cl_crm_bsp_ct_dbal_root=>DATA_IS_LOADED...more details

DELETEDelete the receiverPublic
CALL METHOD cl_crm_bsp_ct_dbal_root=>DELETE...more details

DEQUEUE_FIELDSDequeue specified fields in given enqueue objectProtected
CALL METHOD cl_crm_bsp_ct_dbal_root=>DEQUEUE_FIELDS...more details

DEQUEUE_MY_VIEWSProtected
CALL METHOD cl_crm_bsp_ct_dbal_root=>DEQUEUE_MY_VIEWS...more details

DEQUEUE_VIEWSLock all the specified views or failProtected
CALL METHOD cl_crm_bsp_ct_dbal_root=>DEQUEUE_VIEWS...more details

DO_DELETEPerform the class-specific deletion part of the receiverProtected
CALL METHOD cl_crm_bsp_ct_dbal_root=>DO_DELETE...more details

DO_GATHER_CHANGED_DB_DATACollect changed db data recordsProtected
CALL METHOD cl_crm_bsp_ct_dbal_root=>DO_GATHER_CHANGED_DB_DATA...more details

DO_LOCKLock receiver (to be implemented by subclass)Protected
CALL METHOD cl_crm_bsp_ct_dbal_root=>DO_LOCK...more details

DO_LOCK_DEPENDENT_SCOPELock dependent scope of the receiverProtected
CALL METHOD cl_crm_bsp_ct_dbal_root=>DO_LOCK_DEPENDENT_SCOPE...more details

DO_RELOAD_DATA(Re)-load the data part of the receiverProtected
CALL METHOD cl_crm_bsp_ct_dbal_root=>DO_RELOAD_DATA...more details

DO_REMOVE_STATIC_REFSRemove static references of the receiverProtected
CALL METHOD cl_crm_bsp_ct_dbal_root=>DO_REMOVE_STATIC_REFS...more details

DO_UNLOCKUnlock receiver (to be implemented by subclass)Protected
CALL METHOD cl_crm_bsp_ct_dbal_root=>DO_UNLOCK...more details

DO_UNLOCK_DEPENDENT_SCOPEUnlock receiver (to be implemented by subclass)Protected
CALL METHOD cl_crm_bsp_ct_dbal_root=>DO_UNLOCK_DEPENDENT_SCOPE...more details

ENQUEUE_FIELDSLock specified fiels in given enqueue objectProtected
CALL METHOD cl_crm_bsp_ct_dbal_root=>ENQUEUE_FIELDS...more details

ENQUEUE_MY_VIEWSProtected
CALL METHOD cl_crm_bsp_ct_dbal_root=>ENQUEUE_MY_VIEWS...more details

ENQUEUE_VIEWSLock all the specified views or failProtected
CALL METHOD cl_crm_bsp_ct_dbal_root=>ENQUEUE_VIEWS...more details

GET_ALL_DEPENDENT_NODESAnswer a table of all dependent nodes of the receiverProtected
CALL METHOD cl_crm_bsp_ct_dbal_root=>GET_ALL_DEPENDENT_NODES...more details

GET_CHILD_NODESAnswer a table of all child nodes of the receiverProtected
CALL METHOD cl_crm_bsp_ct_dbal_root=>GET_CHILD_NODES...more details

GET_CLASS_NAMEAnswer the class name of the receiverPublic
CALL METHOD cl_crm_bsp_ct_dbal_root=>GET_CLASS_NAME...more details

GET_CLASS_OBJAnswer the object of the corresponding 'class' classProtected
CALL METHOD cl_crm_bsp_ct_dbal_root=>GET_CLASS_OBJ...more details

GET_ENQUEUE_DATAAnswer the data for enqueing the receiverProtected
CALL METHOD cl_crm_bsp_ct_dbal_root=>GET_ENQUEUE_DATA...more details

GET_KEY_AS_PARAMBIND_TABAnswer the keydata of the receiver in a parambind tableProtected
CALL METHOD cl_crm_bsp_ct_dbal_root=>GET_KEY_AS_PARAMBIND_TAB...more details

GET_OBJ_KEYAnswer a reference to a structure with the object keyProtected
CALL METHOD cl_crm_bsp_ct_dbal_root=>GET_OBJ_KEY...more details

INVALIDATE_UNLOCKED_DATAInvalidate the data of the receiver, if he isn't lockedProtected
CALL METHOD cl_crm_bsp_ct_dbal_root=>INVALIDATE_UNLOCKED_DATA...more details

IS_LOCKEDanswer ABAP_TRUE, if receiver is locked, else ABAP_FALSEPublic
CALL METHOD cl_crm_bsp_ct_dbal_root=>IS_LOCKED...more details

LOCKAttempt to lock receiver. Raise an exception, if lock failsPublic
CALL METHOD cl_crm_bsp_ct_dbal_root=>LOCK...more details

MARK_AS_CHANGEDMark the receiver as changedProtected
CALL METHOD cl_crm_bsp_ct_dbal_root=>MARK_AS_CHANGED...more details

MARK_AS_OBSOLETEMark the receiver as obsoleteProtected
CALL METHOD cl_crm_bsp_ct_dbal_root=>MARK_AS_OBSOLETE...more details

RELOAD_DATAReload the data part of the receiver, if necessaryPublic
CALL METHOD cl_crm_bsp_ct_dbal_root=>RELOAD_DATA...more details

UNLOCKUnlock the receiver, if it is lockedPublic
CALL METHOD cl_crm_bsp_ct_dbal_root=>UNLOCK...more details

WAS_CHANGEDAnswer ABAP_TRUE, if the receiver was changedPublic
CALL METHOD cl_crm_bsp_ct_dbal_root=>WAS_CHANGED...more details

WAS_DELETEDAnswer ABAP_TRUE, if the receiver was deletedPublic
CALL METHOD cl_crm_bsp_ct_dbal_root=>WAS_DELETED...more details



CL_CRM_BSP_CT_DBAL_ROOT 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
ID_CHANGEDInstance AttributeLIKE
ABAP_BOOL
Protected
ID_DATA_LOADEDInstance AttributeLIKE
ABAP_BOOL
Protected
ID_DELETEDInstance AttributeLIKE
ABAP_BOOL
Protected
ID_LOCKEDInstance AttributeLIKE
ABAP_BOOL
Protected
ID_OBSOLETEInstance AttributeLIKE
ABAP_BOOL
Protected


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!