SAP CL_DPR_UI_LOG_VRSN_COMPARE OO Class - Version Comparison (UI Logic)









CL_DPR_UI_LOG_VRSN_COMPARE 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_LOG_VRSN_COMPARE 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_LOG_VRSN_COMPARE 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
ADJUSTLANGU4COMPAREAdjust LanguagePrivate
CALL METHOD cl_dpr_ui_log_vrsn_compare=>ADJUSTLANGU4COMPARE...more details

BUILD_FILTER_DDLBBuild DropDown Listbox Filter (V)Private
CALL METHOD cl_dpr_ui_log_vrsn_compare=>BUILD_FILTER_DDLB...more details

BUILD_TREEGets Visible Project Elements in Initial ScreenPrivate
CALL METHOD cl_dpr_ui_log_vrsn_compare=>BUILD_TREE...more details

CHECK_MARK_ENABLEDChecks Whether Selection Is Permitted for ReconciliationPrivate
CALL METHOD cl_dpr_ui_log_vrsn_compare=>CHECK_MARK_ENABLED...more details

COLLAPSECollapses a SubtreePrivate
CALL METHOD cl_dpr_ui_log_vrsn_compare=>COLLAPSE...more details

COMPARE_AUTHORITIESDifferences: Authorizations (V)Private
CALL METHOD cl_dpr_ui_log_vrsn_compare=>COMPARE_AUTHORITIES...more details

COMPARE_COLLABORATIONSDifferences: Collaborations (V)Private
CALL METHOD cl_dpr_ui_log_vrsn_compare=>COMPARE_COLLABORATIONS...more details

COMPARE_DOCUMENTSDifferences: Document Data (V)Private
CALL METHOD cl_dpr_ui_log_vrsn_compare=>COMPARE_DOCUMENTS...more details

COMPARE_OBJECTSProject Element Comparison (V)Private
CALL METHOD cl_dpr_ui_log_vrsn_compare=>COMPARE_OBJECTS...more details

COMPARE_OBJECT_LINKSDifferences: Object Links (V)Private
CALL METHOD cl_dpr_ui_log_vrsn_compare=>COMPARE_OBJECT_LINKS...more details

COMPARE_PRJ_ELEMENTSDifferences: Project Element Data (Meta) (V)Private
CALL METHOD cl_dpr_ui_log_vrsn_compare=>COMPARE_PRJ_ELEMENTS...more details

COMPARE_STATUSDifferences: Status (V)Private
CALL METHOD cl_dpr_ui_log_vrsn_compare=>COMPARE_STATUS...more details

DELETE_MARKED_DATADelete Selection (Data Record for Reconciliation) (V)Private
CALL METHOD cl_dpr_ui_log_vrsn_compare=>DELETE_MARKED_DATA...more details

EXPANDExpands an Element to the Status Before Collapsing itPrivate
CALL METHOD cl_dpr_ui_log_vrsn_compare=>EXPAND...more details

GET_CHANGEABLE_DIFFSGets All Changeable Differences for ReconciliationPrivate
CALL METHOD cl_dpr_ui_log_vrsn_compare=>GET_CHANGEABLE_DIFFS...more details

GET_CHANGE_MODESets Change Mode of Project ElementPrivate
CALL METHOD cl_dpr_ui_log_vrsn_compare=>GET_CHANGE_MODE...more details

GET_CKL_REFERENCEGets Checklist ReferencePrivate
CALL METHOD cl_dpr_ui_log_vrsn_compare=>GET_CKL_REFERENCE...more details

GET_CLR_DESCRIPTIONFills Short Text of Project ElementPrivate
CALL METHOD cl_dpr_ui_log_vrsn_compare=>GET_CLR_DESCRIPTION...more details

GET_COMPARISON_STRUCTUREGets Comparison Table with the Source and Target ElementsPrivate
CALL METHOD cl_dpr_ui_log_vrsn_compare=>GET_COMPARISON_STRUCTURE...more details

GET_COPY_LINKSGet Original GUIDs for Element of VersionPrivate
CALL METHOD cl_dpr_ui_log_vrsn_compare=>GET_COPY_LINKS...more details

GET_DESCRIPTIONFills Short Text of Project ElementPrivate
CALL METHOD cl_dpr_ui_log_vrsn_compare=>GET_DESCRIPTION...more details

GET_ICON_AND_TOOLTIPFills Icon and Text for Object CategoryPrivate
CALL METHOD cl_dpr_ui_log_vrsn_compare=>GET_ICON_AND_TOOLTIP...more details

GET_INSTANCEDelivers Singleton (V)Private
CALL METHOD cl_dpr_ui_log_vrsn_compare=>GET_INSTANCE...more details

GET_LAST_VISIBLE_SUBTREEDetermines the Last Visible Lower-Level ElementsPrivate
CALL METHOD cl_dpr_ui_log_vrsn_compare=>GET_LAST_VISIBLE_SUBTREE...more details

GET_LOADED_TREE_ELEMENTSReturns All Loaded Project ElementsPrivate
CALL METHOD cl_dpr_ui_log_vrsn_compare=>GET_LOADED_TREE_ELEMENTS...more details

GET_NEXT_LEVELDelivers Project Elements of Next Hierarchy LevelPrivate
CALL METHOD cl_dpr_ui_log_vrsn_compare=>GET_NEXT_LEVEL...more details

GET_SEL_ELEMENT_GUIDReturns GUID of Selected ObjectPrivate
CALL METHOD cl_dpr_ui_log_vrsn_compare=>GET_SEL_ELEMENT_GUID...more details

GET_SESSION_ATTRIBUTESGets Mode, Language and so on from session_statePrivate
CALL METHOD cl_dpr_ui_log_vrsn_compare=>GET_SESSION_ATTRIBUTES...more details

GET_SEVERITYGets Icon and Text of SeverityPrivate
CALL METHOD cl_dpr_ui_log_vrsn_compare=>GET_SEVERITY...more details

GET_SORT_NUMBERGets Sort Number for Tasks, Checklist ItemsPrivate
CALL METHOD cl_dpr_ui_log_vrsn_compare=>GET_SORT_NUMBER...more details

GET_SUBTREEDetermines (Currently Visible) SubtreePrivate
CALL METHOD cl_dpr_ui_log_vrsn_compare=>GET_SUBTREE...more details

GET_TITLEDelivers Title (V)Private
CALL METHOD cl_dpr_ui_log_vrsn_compare=>GET_TITLE...more details

GET_VERSIONDelivers Version (V)Private
CALL METHOD cl_dpr_ui_log_vrsn_compare=>GET_VERSION...more details

GET_VISIBLE_TREE_ELEMENTSReturns the Project Elements Currently Displayed for TreePrivate
CALL METHOD cl_dpr_ui_log_vrsn_compare=>GET_VISIBLE_TREE_ELEMENTS...more details

INITIALIZEResets the Attributes (f. Example, f. Return to Init.Screen)Private
CALL METHOD cl_dpr_ui_log_vrsn_compare=>INITIALIZE...more details

INSERT_CREATED_DATASets New Elements in Memory TablesPrivate
CALL METHOD cl_dpr_ui_log_vrsn_compare=>INSERT_CREATED_DATA...more details

INSERT_ELEMENTSInsert Elements from Target (Without Partner Source)Private
CALL METHOD cl_dpr_ui_log_vrsn_compare=>INSERT_ELEMENTS...more details

INSERT_NEXT_LEVEL_INTO_TABLESUpdates Tables After Loading Next LevelPrivate
CALL METHOD cl_dpr_ui_log_vrsn_compare=>INSERT_NEXT_LEVEL_INTO_TABLES...more details

IS_MARKEDAre Attributes SelectedPrivate
CALL METHOD cl_dpr_ui_log_vrsn_compare=>IS_MARKED...more details

PROCESS_INBOUND_DATAGets Current Status of Tree or Builds itPrivate
CALL METHOD cl_dpr_ui_log_vrsn_compare=>PROCESS_INBOUND_DATA...more details

RECONCILE_ELEMENTReconcile All Project Element Data (V)Private
CALL METHOD cl_dpr_ui_log_vrsn_compare=>RECONCILE_ELEMENT...more details

RECONCILE_ELEMENT_AUTHReconcile Project Element with Authorizations (V)Private
CALL METHOD cl_dpr_ui_log_vrsn_compare=>RECONCILE_ELEMENT_AUTH...more details

RECONCILE_ELEMENT_DATAReconcile Selected Individual Data for Project Element (V)Private
CALL METHOD cl_dpr_ui_log_vrsn_compare=>RECONCILE_ELEMENT_DATA...more details

RECONCILE_ELEMENT_OBJLReconcile Project Element with Object Links (V)Private
CALL METHOD cl_dpr_ui_log_vrsn_compare=>RECONCILE_ELEMENT_OBJL...more details

RECONCILE_SINGLE_DATAReconcile Project Element with Individual Data (V)Private
CALL METHOD cl_dpr_ui_log_vrsn_compare=>RECONCILE_SINGLE_DATA...more details

REMOVE_CHILDREN_ON_COLLAPSEDeletes Children from Table of Visible ElementsPrivate
CALL METHOD cl_dpr_ui_log_vrsn_compare=>REMOVE_CHILDREN_ON_COLLAPSE...more details

RETRIEVEReads Object in Specified ModePrivate
CALL METHOD cl_dpr_ui_log_vrsn_compare=>RETRIEVE...more details

SET_MARKED_DATAMark Selected Data Record for Reconciliation (V)Private
CALL METHOD cl_dpr_ui_log_vrsn_compare=>SET_MARKED_DATA...more details

SET_MARK_TO_CONTEXTSet Marks in Context Table with DifferencesPrivate
CALL METHOD cl_dpr_ui_log_vrsn_compare=>SET_MARK_TO_CONTEXT...more details

SET_SELECTED_ELEMENTSets Selected Project ElementPrivate
CALL METHOD cl_dpr_ui_log_vrsn_compare=>SET_SELECTED_ELEMENT...more details

SET_TITLEGenerates Title (V)Private
CALL METHOD cl_dpr_ui_log_vrsn_compare=>SET_TITLE...more details

SWITCH_EDIT_MODESwitches Between Change and Display ModePrivate
CALL METHOD cl_dpr_ui_log_vrsn_compare=>SWITCH_EDIT_MODE...more details

UPDATE_EXPLANATIONUpdate Name in Internal TablesPrivate
CALL METHOD cl_dpr_ui_log_vrsn_compare=>UPDATE_EXPLANATION...more details

UPDATE_TREE_ON_SWITCHUpdates Mode and Icon After Switching Between Display/ChangePrivate
CALL METHOD cl_dpr_ui_log_vrsn_compare=>UPDATE_TREE_ON_SWITCH...more details



CL_DPR_UI_LOG_VRSN_COMPARE 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
MR_SESSION_STATEInstance AttributeIn-Process MemoryLIKE
Private
MT_MARK_DATAInstance AttributeSelected Data for ReconciliationLIKE
Private
MT_PRJ_DIFF_DATAInstance AttributecProjects - Version Comparison DifferencesLIKE
Private
MT_TREE_DATAInstance AttributeTable of Displayed ObjectsLIKE
Private
MT_TREE_DATA_LOADEDInstance AttributeTable of Loaded but Possibly Collapsed ObjectsLIKE
Private
MV_EDIT_MODEInstance Attribute0: Display, 1: ChangeLIKE
Private
MV_LANGUAGEInstance AttributeExternal Language KeyLIKE
Private
MV_MAINVIEWInstance AttributeMain View: Projects, Tasks, ...LIKE
Private
MV_NEW_SEVERITYInstance AttributeSeverity of Threshold Value of EvaluationsLIKE
EVE_TV_THRESHOLD_SEVERITY
Public
MV_NEW_SHORTTEXTInstance AttributeObject NameLIKE
Private
MV_SEL_ELEMENT_GUIDInstance AttributeCurrently Selected Project ElementLIKE
Private
MV_SEVERITY_CHANGEDInstance AttributeData element for domain BOOLE: TRUE (='X') and FALSE (=' ')LIKE
BOOLE_D
Public
MV_SHORTTEXT_CHANGEDInstance AttributeData Element for Domain BOOLE: TRUE (='X') and FALSE (=' ')LIKE
Private
MV_SOURCE_TITLEInstance AttributeSource Project TitleLIKE
Private
MV_TARGET_TITLEInstance AttributeTarget Project TitleLIKE
Private
MV_TEMPLATEInstance Attribute'X': Current Element Is TemplateLIKE
Private
MV_VERSIONInstance AttributeVersion NumberLIKE
Private
SC_TAB_AUTHInstance AttributeLIKE
Private
SC_TAB_COLLABSInstance AttributeLIKE
Private
SC_TAB_DOCUMENTSInstance AttributeLIKE
Private
SC_TAB_METAInstance AttributeLIKE
Private
SC_TAB_OBJ_LINKSInstance AttributeLIKE
Private
SC_TAB_ROLESInstance AttributeLIKE
Private
SC_TAB_STATUSInstance AttributeLIKE
Private
SR_UI_LOG_VERSIONInstance AttributeVersion Comparison (UI Logic)LIKE
Private




CL_DPR_UI_LOG_VRSN_COMPARE types

MARK_DATA -
MARK_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!