SAP CL_DPR_UI_CHANGE_MANAGER OO Class - Functions for Back-End Communication
CL_DPR_UI_CHANGE_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_DPR_UI_CHANGE_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_DPR_UI_CHANGE_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 |
| CLASS_CONSTRUCTOR | Private | |
| CALL METHOD cl_dpr_ui_change_manager=>CLASS_CONSTRUCTOR...more details | ||
| CONVERT_MESSAGE_CODE_TO_MSGNO | Convert Message Variable | Private |
| CALL METHOD cl_dpr_ui_change_manager=>CONVERT_MESSAGE_CODE_TO_MSGNO...more details | ||
| CONVERT_MESSAGE_STRING_TO_VARS | Convert Message Variable | Public |
| CALL METHOD cl_dpr_ui_change_manager=>CONVERT_MESSAGE_STRING_TO_VARS...more details | ||
| CONVERT_MESSAGE_VARS_TO_STRING | Convert Message Variable | Public |
| CALL METHOD cl_dpr_ui_change_manager=>CONVERT_MESSAGE_VARS_TO_STRING...more details | ||
| CREATE_DOC | Create Document | Private |
| CALL METHOD cl_dpr_ui_change_manager=>CREATE_DOC...more details | ||
| CREATE_DOC_T | Create Template Document | Private |
| CALL METHOD cl_dpr_ui_change_manager=>CREATE_DOC_T...more details | ||
|
| ||
| CREATE_FOLDER | Create Folder | Private |
| CALL METHOD cl_dpr_ui_change_manager=>CREATE_FOLDER...more details | ||
| CREATE_FOLDER_T | Create Folder | Private |
| CALL METHOD cl_dpr_ui_change_manager=>CREATE_FOLDER_T...more details | ||
| CREATE_NEW_VERSION | Create New Version | Private |
| CALL METHOD cl_dpr_ui_change_manager=>CREATE_NEW_VERSION...more details | ||
| CREATE_NEW_VERSION_T | Create New Version | Private |
| CALL METHOD cl_dpr_ui_change_manager=>CREATE_NEW_VERSION_T...more details | ||
| CREATE_OBJECT | Create Object | Private |
| CALL METHOD cl_dpr_ui_change_manager=>CREATE_OBJECT...more details | ||
| CREATE_OBJECT_DATATABLE | Create Object | Private |
| CALL METHOD cl_dpr_ui_change_manager=>CREATE_OBJECT_DATATABLE...more details | ||
| DELETE_OBJECT | Delete Object | Private |
| CALL METHOD cl_dpr_ui_change_manager=>DELETE_OBJECT...more details | ||
| DO_CLEANUP | Reset BE | Private |
| CALL METHOD cl_dpr_ui_change_manager=>DO_CLEANUP...more details | ||
| GET_COMPOUND_SERVICES | BE Connector for Compound Services | Private |
| CALL METHOD cl_dpr_ui_change_manager=>GET_COMPOUND_SERVICES...more details | ||
| GET_HAS_UNSAVED_CHANGES | Still Unsaved Data? | Private |
| CALL METHOD cl_dpr_ui_change_manager=>GET_HAS_UNSAVED_CHANGES...more details | ||
| GET_INSTANCE | Deliver Singleton | Private |
| CALL METHOD cl_dpr_ui_change_manager=>GET_INSTANCE...more details | ||
| GET_SERVICE_MANAGER | Get BE Connector | Private |
| CALL METHOD cl_dpr_ui_change_manager=>GET_SERVICE_MANAGER...more details | ||
| IS_SEVERITY_MSG2_HIGHER_MSG1 | Private | |
| CALL METHOD cl_dpr_ui_change_manager=>IS_SEVERITY_MSG2_HIGHER_MSG1...more details | ||
| MERGE_CHANGE_NOTIFICATIONS | Get and List Changes | Private |
| CALL METHOD cl_dpr_ui_change_manager=>MERGE_CHANGE_NOTIFICATIONS...more details | ||
| MERGE_MESSAGES | Merge Several Messages | Private |
| CALL METHOD cl_dpr_ui_change_manager=>MERGE_MESSAGES...more details | ||
| MERGE_MESSAGE_1_COMP_ALL | Private | |
| CALL METHOD cl_dpr_ui_change_manager=>MERGE_MESSAGE_1_COMP_ALL...more details | ||
| MERGE_MESSAGE_1_COMP_BO_KEY | Merge Several Messages | Private |
| CALL METHOD cl_dpr_ui_change_manager=>MERGE_MESSAGE_1_COMP_BO_KEY...more details | ||
| MODIFY_VERSION_T | Change Template Document Version | Private |
| CALL METHOD cl_dpr_ui_change_manager=>MODIFY_VERSION_T...more details | ||
| ON_SAVED | Private | |
| CALL METHOD cl_dpr_ui_change_manager=>ON_SAVED...more details | ||
| REPORT_ACTIONS | Action | Private |
| CALL METHOD cl_dpr_ui_change_manager=>REPORT_ACTIONS...more details | ||
| REPORT_UPDATES | Mass Action Field Changes | Private |
| CALL METHOD cl_dpr_ui_change_manager=>REPORT_UPDATES...more details | ||
| RESET_CHANGED_FLAG | Undo Indication That a Change Was Made | Private |
| CALL METHOD cl_dpr_ui_change_manager=>RESET_CHANGED_FLAG...more details | ||
| RESET_ROUNDTRIP_STATE | Reset State Variables per Roundtrip | Private |
| CALL METHOD cl_dpr_ui_change_manager=>RESET_ROUNDTRIP_STATE...more details | ||
| RESET_SCHEDULE_FLAG | Selection That Is Scheduled in Next Roundtrip | Private |
| CALL METHOD cl_dpr_ui_change_manager=>RESET_SCHEDULE_FLAG...more details | ||
| SAVE_TO_BACKEND | Call 'Save' | Private |
| CALL METHOD cl_dpr_ui_change_manager=>SAVE_TO_BACKEND...more details | ||
| SET_CHANGED_FLAG | Marker to Show a Change Has Been Made | Private |
| CALL METHOD cl_dpr_ui_change_manager=>SET_CHANGED_FLAG...more details | ||
| SET_SCHEDULE_FLAG | Selection That Is Scheduled in Next Roundtrip | Private |
| CALL METHOD cl_dpr_ui_change_manager=>SET_SCHEDULE_FLAG...more details | ||
CL_DPR_UI_CHANGE_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 |
| GC_MSG_COMPARISON_TYPE | Constant | LIKE | Public | ||
| GC_TABLE_ADDITION_TYPE | Constant | LIKE | Private | ||
| MR_UNDO | Instance Attribute | Refernce to Undo | LIKE CL_DPR_UNDO | Private | |
| MT_LAST_CHANGE_NOTIFICATIONS | Instance Attribute | LIKE | Private | ||
| MT_LAST_MESSAGES | Instance Attribute | LIKE | Private | ||
| MV_LAST_SAVE_REJECTED | Instance Attribute | 0=Success, Otherwise Error | LIKE | Private | |
| MV_SCHEDULE | Instance Attribute | LIKE | Private | ||
| MV_UNSAVED_CHANGES | Instance Attribute | LIKE | Private | ||
| SR_INSTANCE | Instance Attribute | Functions for Back-End Communication | LIKE | Private |
CL_DPR_UI_CHANGE_MANAGER types
GTY_MSG_COMPARISON_TYPE -TY_TABLE_ADDITION_TYPE -
Links to Related Class(s)
CL_DPR_U...Full list of available SAP object classes
Search for further information about these or an SAP related objects