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 Name | Description | Visability |
| ADJUSTLANGU4COMPARE | Adjust Language | Private |
| CALL METHOD cl_dpr_ui_log_vrsn_compare=>ADJUSTLANGU4COMPARE...more details | ||
| BUILD_FILTER_DDLB | Build DropDown Listbox Filter (V) | Private |
| CALL METHOD cl_dpr_ui_log_vrsn_compare=>BUILD_FILTER_DDLB...more details | ||
| BUILD_TREE | Gets Visible Project Elements in Initial Screen | Private |
| CALL METHOD cl_dpr_ui_log_vrsn_compare=>BUILD_TREE...more details | ||
| CHECK_MARK_ENABLED | Checks Whether Selection Is Permitted for Reconciliation | Private |
| CALL METHOD cl_dpr_ui_log_vrsn_compare=>CHECK_MARK_ENABLED...more details | ||
| COLLAPSE | Collapses a Subtree | Private |
| CALL METHOD cl_dpr_ui_log_vrsn_compare=>COLLAPSE...more details | ||
| COMPARE_AUTHORITIES | Differences: Authorizations (V) | Private |
| CALL METHOD cl_dpr_ui_log_vrsn_compare=>COMPARE_AUTHORITIES...more details | ||
|
| ||
| COMPARE_COLLABORATIONS | Differences: Collaborations (V) | Private |
| CALL METHOD cl_dpr_ui_log_vrsn_compare=>COMPARE_COLLABORATIONS...more details | ||
| COMPARE_DOCUMENTS | Differences: Document Data (V) | Private |
| CALL METHOD cl_dpr_ui_log_vrsn_compare=>COMPARE_DOCUMENTS...more details | ||
| COMPARE_OBJECTS | Project Element Comparison (V) | Private |
| CALL METHOD cl_dpr_ui_log_vrsn_compare=>COMPARE_OBJECTS...more details | ||
| COMPARE_OBJECT_LINKS | Differences: Object Links (V) | Private |
| CALL METHOD cl_dpr_ui_log_vrsn_compare=>COMPARE_OBJECT_LINKS...more details | ||
| COMPARE_PRJ_ELEMENTS | Differences: Project Element Data (Meta) (V) | Private |
| CALL METHOD cl_dpr_ui_log_vrsn_compare=>COMPARE_PRJ_ELEMENTS...more details | ||
| COMPARE_STATUS | Differences: Status (V) | Private |
| CALL METHOD cl_dpr_ui_log_vrsn_compare=>COMPARE_STATUS...more details | ||
| DELETE_MARKED_DATA | Delete Selection (Data Record for Reconciliation) (V) | Private |
| CALL METHOD cl_dpr_ui_log_vrsn_compare=>DELETE_MARKED_DATA...more details | ||
| EXPAND | Expands an Element to the Status Before Collapsing it | Private |
| CALL METHOD cl_dpr_ui_log_vrsn_compare=>EXPAND...more details | ||
| GET_CHANGEABLE_DIFFS | Gets All Changeable Differences for Reconciliation | Private |
| CALL METHOD cl_dpr_ui_log_vrsn_compare=>GET_CHANGEABLE_DIFFS...more details | ||
| GET_CHANGE_MODE | Sets Change Mode of Project Element | Private |
| CALL METHOD cl_dpr_ui_log_vrsn_compare=>GET_CHANGE_MODE...more details | ||
| GET_CKL_REFERENCE | Gets Checklist Reference | Private |
| CALL METHOD cl_dpr_ui_log_vrsn_compare=>GET_CKL_REFERENCE...more details | ||
| GET_CLR_DESCRIPTION | Fills Short Text of Project Element | Private |
| CALL METHOD cl_dpr_ui_log_vrsn_compare=>GET_CLR_DESCRIPTION...more details | ||
| GET_COMPARISON_STRUCTURE | Gets Comparison Table with the Source and Target Elements | Private |
| CALL METHOD cl_dpr_ui_log_vrsn_compare=>GET_COMPARISON_STRUCTURE...more details | ||
| GET_COPY_LINKS | Get Original GUIDs for Element of Version | Private |
| CALL METHOD cl_dpr_ui_log_vrsn_compare=>GET_COPY_LINKS...more details | ||
| GET_DESCRIPTION | Fills Short Text of Project Element | Private |
| CALL METHOD cl_dpr_ui_log_vrsn_compare=>GET_DESCRIPTION...more details | ||
| GET_ICON_AND_TOOLTIP | Fills Icon and Text for Object Category | Private |
| CALL METHOD cl_dpr_ui_log_vrsn_compare=>GET_ICON_AND_TOOLTIP...more details | ||
| GET_INSTANCE | Delivers Singleton (V) | Private |
| CALL METHOD cl_dpr_ui_log_vrsn_compare=>GET_INSTANCE...more details | ||
| GET_LAST_VISIBLE_SUBTREE | Determines the Last Visible Lower-Level Elements | Private |
| CALL METHOD cl_dpr_ui_log_vrsn_compare=>GET_LAST_VISIBLE_SUBTREE...more details | ||
| GET_LOADED_TREE_ELEMENTS | Returns All Loaded Project Elements | Private |
| CALL METHOD cl_dpr_ui_log_vrsn_compare=>GET_LOADED_TREE_ELEMENTS...more details | ||
| GET_NEXT_LEVEL | Delivers Project Elements of Next Hierarchy Level | Private |
| CALL METHOD cl_dpr_ui_log_vrsn_compare=>GET_NEXT_LEVEL...more details | ||
| GET_SEL_ELEMENT_GUID | Returns GUID of Selected Object | Private |
| CALL METHOD cl_dpr_ui_log_vrsn_compare=>GET_SEL_ELEMENT_GUID...more details | ||
| GET_SESSION_ATTRIBUTES | Gets Mode, Language and so on from session_state | Private |
| CALL METHOD cl_dpr_ui_log_vrsn_compare=>GET_SESSION_ATTRIBUTES...more details | ||
| GET_SEVERITY | Gets Icon and Text of Severity | Private |
| CALL METHOD cl_dpr_ui_log_vrsn_compare=>GET_SEVERITY...more details | ||
| GET_SORT_NUMBER | Gets Sort Number for Tasks, Checklist Items | Private |
| CALL METHOD cl_dpr_ui_log_vrsn_compare=>GET_SORT_NUMBER...more details | ||
| GET_SUBTREE | Determines (Currently Visible) Subtree | Private |
| CALL METHOD cl_dpr_ui_log_vrsn_compare=>GET_SUBTREE...more details | ||
| GET_TITLE | Delivers Title (V) | Private |
| CALL METHOD cl_dpr_ui_log_vrsn_compare=>GET_TITLE...more details | ||
| GET_VERSION | Delivers Version (V) | Private |
| CALL METHOD cl_dpr_ui_log_vrsn_compare=>GET_VERSION...more details | ||
| GET_VISIBLE_TREE_ELEMENTS | Returns the Project Elements Currently Displayed for Tree | Private |
| CALL METHOD cl_dpr_ui_log_vrsn_compare=>GET_VISIBLE_TREE_ELEMENTS...more details | ||
| INITIALIZE | Resets the Attributes (f. Example, f. Return to Init.Screen) | Private |
| CALL METHOD cl_dpr_ui_log_vrsn_compare=>INITIALIZE...more details | ||
| INSERT_CREATED_DATA | Sets New Elements in Memory Tables | Private |
| CALL METHOD cl_dpr_ui_log_vrsn_compare=>INSERT_CREATED_DATA...more details | ||
| INSERT_ELEMENTS | Insert Elements from Target (Without Partner Source) | Private |
| CALL METHOD cl_dpr_ui_log_vrsn_compare=>INSERT_ELEMENTS...more details | ||
| INSERT_NEXT_LEVEL_INTO_TABLES | Updates Tables After Loading Next Level | Private |
| CALL METHOD cl_dpr_ui_log_vrsn_compare=>INSERT_NEXT_LEVEL_INTO_TABLES...more details | ||
| IS_MARKED | Are Attributes Selected | Private |
| CALL METHOD cl_dpr_ui_log_vrsn_compare=>IS_MARKED...more details | ||
| PROCESS_INBOUND_DATA | Gets Current Status of Tree or Builds it | Private |
| CALL METHOD cl_dpr_ui_log_vrsn_compare=>PROCESS_INBOUND_DATA...more details | ||
| RECONCILE_ELEMENT | Reconcile All Project Element Data (V) | Private |
| CALL METHOD cl_dpr_ui_log_vrsn_compare=>RECONCILE_ELEMENT...more details | ||
| RECONCILE_ELEMENT_AUTH | Reconcile Project Element with Authorizations (V) | Private |
| CALL METHOD cl_dpr_ui_log_vrsn_compare=>RECONCILE_ELEMENT_AUTH...more details | ||
| RECONCILE_ELEMENT_DATA | Reconcile Selected Individual Data for Project Element (V) | Private |
| CALL METHOD cl_dpr_ui_log_vrsn_compare=>RECONCILE_ELEMENT_DATA...more details | ||
| RECONCILE_ELEMENT_OBJL | Reconcile Project Element with Object Links (V) | Private |
| CALL METHOD cl_dpr_ui_log_vrsn_compare=>RECONCILE_ELEMENT_OBJL...more details | ||
| RECONCILE_SINGLE_DATA | Reconcile Project Element with Individual Data (V) | Private |
| CALL METHOD cl_dpr_ui_log_vrsn_compare=>RECONCILE_SINGLE_DATA...more details | ||
| REMOVE_CHILDREN_ON_COLLAPSE | Deletes Children from Table of Visible Elements | Private |
| CALL METHOD cl_dpr_ui_log_vrsn_compare=>REMOVE_CHILDREN_ON_COLLAPSE...more details | ||
| RETRIEVE | Reads Object in Specified Mode | Private |
| CALL METHOD cl_dpr_ui_log_vrsn_compare=>RETRIEVE...more details | ||
| SET_MARKED_DATA | Mark Selected Data Record for Reconciliation (V) | Private |
| CALL METHOD cl_dpr_ui_log_vrsn_compare=>SET_MARKED_DATA...more details | ||
| SET_MARK_TO_CONTEXT | Set Marks in Context Table with Differences | Private |
| CALL METHOD cl_dpr_ui_log_vrsn_compare=>SET_MARK_TO_CONTEXT...more details | ||
| SET_SELECTED_ELEMENT | Sets Selected Project Element | Private |
| CALL METHOD cl_dpr_ui_log_vrsn_compare=>SET_SELECTED_ELEMENT...more details | ||
| SET_TITLE | Generates Title (V) | Private |
| CALL METHOD cl_dpr_ui_log_vrsn_compare=>SET_TITLE...more details | ||
| SWITCH_EDIT_MODE | Switches Between Change and Display Mode | Private |
| CALL METHOD cl_dpr_ui_log_vrsn_compare=>SWITCH_EDIT_MODE...more details | ||
| UPDATE_EXPLANATION | Update Name in Internal Tables | Private |
| CALL METHOD cl_dpr_ui_log_vrsn_compare=>UPDATE_EXPLANATION...more details | ||
| UPDATE_TREE_ON_SWITCH | Updates Mode and Icon After Switching Between Display/Change | Private |
| 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.
| Name | Level | Description | Initial Value | Type | Visability |
| MR_SESSION_STATE | Instance Attribute | In-Process Memory | LIKE | Private | |
| MT_MARK_DATA | Instance Attribute | Selected Data for Reconciliation | LIKE | Private | |
| MT_PRJ_DIFF_DATA | Instance Attribute | cProjects - Version Comparison Differences | LIKE | Private | |
| MT_TREE_DATA | Instance Attribute | Table of Displayed Objects | LIKE | Private | |
| MT_TREE_DATA_LOADED | Instance Attribute | Table of Loaded but Possibly Collapsed Objects | LIKE | Private | |
| MV_EDIT_MODE | Instance Attribute | 0: Display, 1: Change | LIKE | Private | |
| MV_LANGUAGE | Instance Attribute | External Language Key | LIKE | Private | |
| MV_MAINVIEW | Instance Attribute | Main View: Projects, Tasks, ... | LIKE | Private | |
| MV_NEW_SEVERITY | Instance Attribute | Severity of Threshold Value of Evaluations | LIKE EVE_TV_THRESHOLD_SEVERITY | Public | |
| MV_NEW_SHORTTEXT | Instance Attribute | Object Name | LIKE | Private | |
| MV_SEL_ELEMENT_GUID | Instance Attribute | Currently Selected Project Element | LIKE | Private | |
| MV_SEVERITY_CHANGED | Instance Attribute | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | LIKE BOOLE_D | Public | |
| MV_SHORTTEXT_CHANGED | Instance Attribute | Data Element for Domain BOOLE: TRUE (='X') and FALSE (=' ') | LIKE | Private | |
| MV_SOURCE_TITLE | Instance Attribute | Source Project Title | LIKE | Private | |
| MV_TARGET_TITLE | Instance Attribute | Target Project Title | LIKE | Private | |
| MV_TEMPLATE | Instance Attribute | 'X': Current Element Is Template | LIKE | Private | |
| MV_VERSION | Instance Attribute | Version Number | LIKE | Private | |
| SC_TAB_AUTH | Instance Attribute | LIKE | Private | ||
| SC_TAB_COLLABS | Instance Attribute | LIKE | Private | ||
| SC_TAB_DOCUMENTS | Instance Attribute | LIKE | Private | ||
| SC_TAB_META | Instance Attribute | LIKE | Private | ||
| SC_TAB_OBJ_LINKS | Instance Attribute | LIKE | Private | ||
| SC_TAB_ROLES | Instance Attribute | LIKE | Private | ||
| SC_TAB_STATUS | Instance Attribute | LIKE | Private | ||
| SR_UI_LOG_VERSION | Instance Attribute | Version 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