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 Name | Description | Visability |
| ADD_CHANGED_DATA | Public | |
| CALL METHOD cl_crm_bsp_ct_dbal_root=>ADD_CHANGED_DATA...more details | ||
| AFTER_COMMIT | Perform 'AFTER_COMMIT' cleanup actions | Protected |
| CALL METHOD cl_crm_bsp_ct_dbal_root=>AFTER_COMMIT...more details | ||
| AFTER_ROLLBACK | Perform 'after rollback' cleanup action | Protected |
| CALL METHOD cl_crm_bsp_ct_dbal_root=>AFTER_ROLLBACK...more details | ||
| CLASS_CONSTRUCTOR | Public | |
| CALL METHOD cl_crm_bsp_ct_dbal_root=>CLASS_CONSTRUCTOR...more details | ||
| CONSTRUCTOR | Public | |
| CALL METHOD cl_crm_bsp_ct_dbal_root=>CONSTRUCTOR...more details | ||
| DATA_IS_LOADED | Answer ABAP_TRUE, if data part is loaded, else false | Protected |
| CALL METHOD cl_crm_bsp_ct_dbal_root=>DATA_IS_LOADED...more details | ||
|
| ||
| DELETE | Delete the receiver | Public |
| CALL METHOD cl_crm_bsp_ct_dbal_root=>DELETE...more details | ||
| DEQUEUE_FIELDS | Dequeue specified fields in given enqueue object | Protected |
| CALL METHOD cl_crm_bsp_ct_dbal_root=>DEQUEUE_FIELDS...more details | ||
| DEQUEUE_MY_VIEWS | Protected | |
| CALL METHOD cl_crm_bsp_ct_dbal_root=>DEQUEUE_MY_VIEWS...more details | ||
| DEQUEUE_VIEWS | Lock all the specified views or fail | Protected |
| CALL METHOD cl_crm_bsp_ct_dbal_root=>DEQUEUE_VIEWS...more details | ||
| DO_DELETE | Perform the class-specific deletion part of the receiver | Protected |
| CALL METHOD cl_crm_bsp_ct_dbal_root=>DO_DELETE...more details | ||
| DO_GATHER_CHANGED_DB_DATA | Collect changed db data records | Protected |
| CALL METHOD cl_crm_bsp_ct_dbal_root=>DO_GATHER_CHANGED_DB_DATA...more details | ||
| DO_LOCK | Lock receiver (to be implemented by subclass) | Protected |
| CALL METHOD cl_crm_bsp_ct_dbal_root=>DO_LOCK...more details | ||
| DO_LOCK_DEPENDENT_SCOPE | Lock dependent scope of the receiver | Protected |
| CALL METHOD cl_crm_bsp_ct_dbal_root=>DO_LOCK_DEPENDENT_SCOPE...more details | ||
| DO_RELOAD_DATA | (Re)-load the data part of the receiver | Protected |
| CALL METHOD cl_crm_bsp_ct_dbal_root=>DO_RELOAD_DATA...more details | ||
| DO_REMOVE_STATIC_REFS | Remove static references of the receiver | Protected |
| CALL METHOD cl_crm_bsp_ct_dbal_root=>DO_REMOVE_STATIC_REFS...more details | ||
| DO_UNLOCK | Unlock receiver (to be implemented by subclass) | Protected |
| CALL METHOD cl_crm_bsp_ct_dbal_root=>DO_UNLOCK...more details | ||
| DO_UNLOCK_DEPENDENT_SCOPE | Unlock receiver (to be implemented by subclass) | Protected |
| CALL METHOD cl_crm_bsp_ct_dbal_root=>DO_UNLOCK_DEPENDENT_SCOPE...more details | ||
| ENQUEUE_FIELDS | Lock specified fiels in given enqueue object | Protected |
| CALL METHOD cl_crm_bsp_ct_dbal_root=>ENQUEUE_FIELDS...more details | ||
| ENQUEUE_MY_VIEWS | Protected | |
| CALL METHOD cl_crm_bsp_ct_dbal_root=>ENQUEUE_MY_VIEWS...more details | ||
| ENQUEUE_VIEWS | Lock all the specified views or fail | Protected |
| CALL METHOD cl_crm_bsp_ct_dbal_root=>ENQUEUE_VIEWS...more details | ||
| GET_ALL_DEPENDENT_NODES | Answer a table of all dependent nodes of the receiver | Protected |
| CALL METHOD cl_crm_bsp_ct_dbal_root=>GET_ALL_DEPENDENT_NODES...more details | ||
| GET_CHILD_NODES | Answer a table of all child nodes of the receiver | Protected |
| CALL METHOD cl_crm_bsp_ct_dbal_root=>GET_CHILD_NODES...more details | ||
| GET_CLASS_NAME | Answer the class name of the receiver | Public |
| CALL METHOD cl_crm_bsp_ct_dbal_root=>GET_CLASS_NAME...more details | ||
| GET_CLASS_OBJ | Answer the object of the corresponding 'class' class | Protected |
| CALL METHOD cl_crm_bsp_ct_dbal_root=>GET_CLASS_OBJ...more details | ||
| GET_ENQUEUE_DATA | Answer the data for enqueing the receiver | Protected |
| CALL METHOD cl_crm_bsp_ct_dbal_root=>GET_ENQUEUE_DATA...more details | ||
| GET_KEY_AS_PARAMBIND_TAB | Answer the keydata of the receiver in a parambind table | Protected |
| CALL METHOD cl_crm_bsp_ct_dbal_root=>GET_KEY_AS_PARAMBIND_TAB...more details | ||
| GET_OBJ_KEY | Answer a reference to a structure with the object key | Protected |
| CALL METHOD cl_crm_bsp_ct_dbal_root=>GET_OBJ_KEY...more details | ||
| INVALIDATE_UNLOCKED_DATA | Invalidate the data of the receiver, if he isn't locked | Protected |
| CALL METHOD cl_crm_bsp_ct_dbal_root=>INVALIDATE_UNLOCKED_DATA...more details | ||
| IS_LOCKED | answer ABAP_TRUE, if receiver is locked, else ABAP_FALSE | Public |
| CALL METHOD cl_crm_bsp_ct_dbal_root=>IS_LOCKED...more details | ||
| LOCK | Attempt to lock receiver. Raise an exception, if lock fails | Public |
| CALL METHOD cl_crm_bsp_ct_dbal_root=>LOCK...more details | ||
| MARK_AS_CHANGED | Mark the receiver as changed | Protected |
| CALL METHOD cl_crm_bsp_ct_dbal_root=>MARK_AS_CHANGED...more details | ||
| MARK_AS_OBSOLETE | Mark the receiver as obsolete | Protected |
| CALL METHOD cl_crm_bsp_ct_dbal_root=>MARK_AS_OBSOLETE...more details | ||
| RELOAD_DATA | Reload the data part of the receiver, if necessary | Public |
| CALL METHOD cl_crm_bsp_ct_dbal_root=>RELOAD_DATA...more details | ||
| UNLOCK | Unlock the receiver, if it is locked | Public |
| CALL METHOD cl_crm_bsp_ct_dbal_root=>UNLOCK...more details | ||
| WAS_CHANGED | Answer ABAP_TRUE, if the receiver was changed | Public |
| CALL METHOD cl_crm_bsp_ct_dbal_root=>WAS_CHANGED...more details | ||
| WAS_DELETED | Answer ABAP_TRUE, if the receiver was deleted | Public |
| 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.
| Name | Level | Description | Initial Value | Type | Visability |
| ID_CHANGED | Instance Attribute | LIKE ABAP_BOOL | Protected | ||
| ID_DATA_LOADED | Instance Attribute | LIKE ABAP_BOOL | Protected | ||
| ID_DELETED | Instance Attribute | LIKE ABAP_BOOL | Protected | ||
| ID_LOCKED | Instance Attribute | LIKE ABAP_BOOL | Protected | ||
| ID_OBSOLETE | Instance Attribute | LIKE 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