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 Name | Description | Visability |
| ADD_OBJS_TO_TRANSPORT | Add the object entries to the transport requests | Private |
| CALL METHOD cl_crm_bsp_ct_dbal_manager=>ADD_OBJS_TO_TRANSPORT...more details | ||
| AFTER_SAVE | Private | |
| CALL METHOD cl_crm_bsp_ct_dbal_manager=>AFTER_SAVE...more details | ||
| BEFORE_SAVE | Private | |
| CALL METHOD cl_crm_bsp_ct_dbal_manager=>BEFORE_SAVE...more details | ||
| BLUEPRINT_TRANSPORT | Resembles the action of FB CRM_BSP_BLUEPRINT_TRANSPORT | Private |
| CALL METHOD cl_crm_bsp_ct_dbal_manager=>BLUEPRINT_TRANSPORT...more details | ||
| CLASS_CONSTRUCTOR | Public | |
| CALL METHOD cl_crm_bsp_ct_dbal_manager=>CLASS_CONSTRUCTOR...more details | ||
| DISCARD_CHANGES | Invalidate all changes with the receiver | Public |
| CALL METHOD cl_crm_bsp_ct_dbal_manager=>DISCARD_CHANGES...more details | ||
|
| ||
| DO_SAVE | Private | |
| CALL METHOD cl_crm_bsp_ct_dbal_manager=>DO_SAVE...more details | ||
| GET_CHANGED_DATA_FROM_OBJS | Retrieve the changed data from the objects | Private |
| CALL METHOD cl_crm_bsp_ct_dbal_manager=>GET_CHANGED_DATA_FROM_OBJS...more details | ||
| GET_OPEN_TASK_FOR_TRREQ | Answer a task for the current user for the given TRReq | Private |
| CALL METHOD cl_crm_bsp_ct_dbal_manager=>GET_OPEN_TASK_FOR_TRREQ...more details | ||
| GET_TRTYPES_NEEDED | Private | |
| CALL METHOD cl_crm_bsp_ct_dbal_manager=>GET_TRTYPES_NEEDED...more details | ||
| HAS_PENDING_CHANGES | Answer ABAP_TRUE, if some changes are pending | Public |
| CALL METHOD cl_crm_bsp_ct_dbal_manager=>HAS_PENDING_CHANGES...more details | ||
| IS_IN_CUST_MODE | Answer ABAP_TRUE, if editing is in customer mode | Public |
| CALL METHOD cl_crm_bsp_ct_dbal_manager=>IS_IN_CUST_MODE...more details | ||
| IS_IN_SAP_MODE | Answer ABAP_TRUE, if the manager is in SAP-Mode | Public |
| CALL METHOD cl_crm_bsp_ct_dbal_manager=>IS_IN_SAP_MODE...more details | ||
| REGISTER_CHANGED_OBJ | Register an object as 'Changed' with the manager | Public |
| CALL METHOD cl_crm_bsp_ct_dbal_manager=>REGISTER_CHANGED_OBJ...more details | ||
| REGISTER_CLASS_OBJ | Registers a singleton object for each class | Public |
| CALL METHOD cl_crm_bsp_ct_dbal_manager=>REGISTER_CLASS_OBJ...more details | ||
| REGISTER_LOCKED_OBJ | Register an object as 'Locked' with the manager | Public |
| CALL METHOD cl_crm_bsp_ct_dbal_manager=>REGISTER_LOCKED_OBJ...more details | ||
| SAVE | Save all changes | Public |
| CALL METHOD cl_crm_bsp_ct_dbal_manager=>SAVE...more details | ||
| SET_CUST_MODE | Sets the table access mode to customer mode | Public |
| CALL METHOD cl_crm_bsp_ct_dbal_manager=>SET_CUST_MODE...more details | ||
| SET_SAP_MODE | Sets the table access mode to SAP mode | Public |
| CALL METHOD cl_crm_bsp_ct_dbal_manager=>SET_SAP_MODE...more details | ||
| UNREGISTER_OBJ | Unregister an object with the manager | Public |
| 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.
| Name | Level | Description | Initial Value | Type | Visability |
| SD_CHANGEDOBJ_HTAB | Static Attribute | LIKE CRMBT_DBAL_ROOT_HTAB | Private | ||
| SD_CLASS_OBJ_HTAB | Static Attribute | LIKE CRMBT_DBAL_CLASS_OBJ_HTAB | Private | ||
| SD_IN_CUST_MODE | Static Attribute | LIKE ABAP_BOOL | Private | ||
| SD_IN_SAP_MODE | Static Attribute | LIKE ABAP_BOOL | Private | ||
| SD_LOCKED_OBJ_HTAB | Static Attribute | LIKE CRMBT_DBAL_ROOT_HTAB | Private | ||
| SD_TRKORR_CUST | Static Attribute | Customizing request | LIKE TRKORR | Private | |
| SD_TRKORR_WB | Static Attribute | Workbench request | LIKE 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