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 NameDescriptionVisability
CLASS_CONSTRUCTORPrivate
CALL METHOD cl_dpr_ui_change_manager=>CLASS_CONSTRUCTOR...more details

CONVERT_MESSAGE_CODE_TO_MSGNOConvert Message VariablePrivate
CALL METHOD cl_dpr_ui_change_manager=>CONVERT_MESSAGE_CODE_TO_MSGNO...more details

CONVERT_MESSAGE_STRING_TO_VARSConvert Message VariablePublic
CALL METHOD cl_dpr_ui_change_manager=>CONVERT_MESSAGE_STRING_TO_VARS...more details

CONVERT_MESSAGE_VARS_TO_STRINGConvert Message VariablePublic
CALL METHOD cl_dpr_ui_change_manager=>CONVERT_MESSAGE_VARS_TO_STRING...more details

CREATE_DOCCreate DocumentPrivate
CALL METHOD cl_dpr_ui_change_manager=>CREATE_DOC...more details

CREATE_DOC_TCreate Template DocumentPrivate
CALL METHOD cl_dpr_ui_change_manager=>CREATE_DOC_T...more details

CREATE_FOLDERCreate FolderPrivate
CALL METHOD cl_dpr_ui_change_manager=>CREATE_FOLDER...more details

CREATE_FOLDER_TCreate FolderPrivate
CALL METHOD cl_dpr_ui_change_manager=>CREATE_FOLDER_T...more details

CREATE_NEW_VERSIONCreate New VersionPrivate
CALL METHOD cl_dpr_ui_change_manager=>CREATE_NEW_VERSION...more details

CREATE_NEW_VERSION_TCreate New VersionPrivate
CALL METHOD cl_dpr_ui_change_manager=>CREATE_NEW_VERSION_T...more details

CREATE_OBJECTCreate ObjectPrivate
CALL METHOD cl_dpr_ui_change_manager=>CREATE_OBJECT...more details

CREATE_OBJECT_DATATABLECreate ObjectPrivate
CALL METHOD cl_dpr_ui_change_manager=>CREATE_OBJECT_DATATABLE...more details

DELETE_OBJECTDelete ObjectPrivate
CALL METHOD cl_dpr_ui_change_manager=>DELETE_OBJECT...more details

DO_CLEANUPReset BEPrivate
CALL METHOD cl_dpr_ui_change_manager=>DO_CLEANUP...more details

GET_COMPOUND_SERVICESBE Connector for Compound ServicesPrivate
CALL METHOD cl_dpr_ui_change_manager=>GET_COMPOUND_SERVICES...more details

GET_HAS_UNSAVED_CHANGESStill Unsaved Data?Private
CALL METHOD cl_dpr_ui_change_manager=>GET_HAS_UNSAVED_CHANGES...more details

GET_INSTANCEDeliver SingletonPrivate
CALL METHOD cl_dpr_ui_change_manager=>GET_INSTANCE...more details

GET_SERVICE_MANAGERGet BE ConnectorPrivate
CALL METHOD cl_dpr_ui_change_manager=>GET_SERVICE_MANAGER...more details

IS_SEVERITY_MSG2_HIGHER_MSG1Private
CALL METHOD cl_dpr_ui_change_manager=>IS_SEVERITY_MSG2_HIGHER_MSG1...more details

MERGE_CHANGE_NOTIFICATIONSGet and List ChangesPrivate
CALL METHOD cl_dpr_ui_change_manager=>MERGE_CHANGE_NOTIFICATIONS...more details

MERGE_MESSAGESMerge Several MessagesPrivate
CALL METHOD cl_dpr_ui_change_manager=>MERGE_MESSAGES...more details

MERGE_MESSAGE_1_COMP_ALLPrivate
CALL METHOD cl_dpr_ui_change_manager=>MERGE_MESSAGE_1_COMP_ALL...more details

MERGE_MESSAGE_1_COMP_BO_KEYMerge Several MessagesPrivate
CALL METHOD cl_dpr_ui_change_manager=>MERGE_MESSAGE_1_COMP_BO_KEY...more details

MODIFY_VERSION_TChange Template Document VersionPrivate
CALL METHOD cl_dpr_ui_change_manager=>MODIFY_VERSION_T...more details

ON_SAVEDPrivate
CALL METHOD cl_dpr_ui_change_manager=>ON_SAVED...more details

REPORT_ACTIONSActionPrivate
CALL METHOD cl_dpr_ui_change_manager=>REPORT_ACTIONS...more details

REPORT_UPDATESMass Action Field ChangesPrivate
CALL METHOD cl_dpr_ui_change_manager=>REPORT_UPDATES...more details

RESET_CHANGED_FLAGUndo Indication That a Change Was MadePrivate
CALL METHOD cl_dpr_ui_change_manager=>RESET_CHANGED_FLAG...more details

RESET_ROUNDTRIP_STATEReset State Variables per RoundtripPrivate
CALL METHOD cl_dpr_ui_change_manager=>RESET_ROUNDTRIP_STATE...more details

RESET_SCHEDULE_FLAGSelection That Is Scheduled in Next RoundtripPrivate
CALL METHOD cl_dpr_ui_change_manager=>RESET_SCHEDULE_FLAG...more details

SAVE_TO_BACKENDCall 'Save'Private
CALL METHOD cl_dpr_ui_change_manager=>SAVE_TO_BACKEND...more details

SET_CHANGED_FLAGMarker to Show a Change Has Been MadePrivate
CALL METHOD cl_dpr_ui_change_manager=>SET_CHANGED_FLAG...more details

SET_SCHEDULE_FLAGSelection That Is Scheduled in Next RoundtripPrivate
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.

NameLevelDescriptionInitial ValueTypeVisability
GC_MSG_COMPARISON_TYPEConstantLIKE
Public
GC_TABLE_ADDITION_TYPEConstantLIKE
Private
MR_UNDOInstance AttributeRefernce to UndoLIKE
CL_DPR_UNDO
Private
MT_LAST_CHANGE_NOTIFICATIONSInstance AttributeLIKE
Private
MT_LAST_MESSAGESInstance AttributeLIKE
Private
MV_LAST_SAVE_REJECTEDInstance Attribute0=Success, Otherwise ErrorLIKE
Private
MV_SCHEDULEInstance AttributeLIKE
Private
MV_UNSAVED_CHANGESInstance AttributeLIKE
Private
SR_INSTANCEInstance AttributeFunctions for Back-End CommunicationLIKE
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



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!