SAP CL_DPR_UI_LOG_EVALUATION OO Class - UI Logic for Evaluations
CL_DPR_UI_LOG_EVALUATION 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_EVALUATION 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_EVALUATION 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_TO_OBJECT_LIST | Evaluation for Favorites / Last-Used Objects | Private |
| CALL METHOD cl_dpr_ui_log_evaluation=>ADD_TO_OBJECT_LIST...more details | ||
| CLEAR_MV_CURRENT_OR_SAVED | Delete MV_CURRENT_OR_SAVED | Private |
| CALL METHOD cl_dpr_ui_log_evaluation=>CLEAR_MV_CURRENT_OR_SAVED...more details | ||
| COLLAPSE_CHILDREN | Compresses Lower-Level Elements | Private |
| CALL METHOD cl_dpr_ui_log_evaluation=>COLLAPSE_CHILDREN...more details | ||
| EXPORT_DATA_TO_EXCEL | Export data to Excel | Public |
| CALL METHOD cl_dpr_ui_log_evaluation=>EXPORT_DATA_TO_EXCEL...more details | ||
| GET_DATA_AS_SPREADSHEET_TEXT | Gets Objects for Export to Spreadsheet | Private |
| CALL METHOD cl_dpr_ui_log_evaluation=>GET_DATA_AS_SPREADSHEET_TEXT...more details | ||
| GET_EVALUATION | Gets Evaluation | Private |
| CALL METHOD cl_dpr_ui_log_evaluation=>GET_EVALUATION...more details | ||
|
| ||
| GET_GUID_BY_NUMBER | Gets GUID for External Project Number | Private |
| CALL METHOD cl_dpr_ui_log_evaluation=>GET_GUID_BY_NUMBER...more details | ||
| GET_INSTANCE | Get Singleton | Private |
| CALL METHOD cl_dpr_ui_log_evaluation=>GET_INSTANCE...more details | ||
| GET_LAYOUTS | Gets Layouts for Evaluations for cProjects Application | Private |
| CALL METHOD cl_dpr_ui_log_evaluation=>GET_LAYOUTS...more details | ||
| GET_URL | Gets URL for Detail Display for Element | Private |
| CALL METHOD cl_dpr_ui_log_evaluation=>GET_URL...more details | ||
| INITIALIZE | Resets the Attributes (f. Example, f. Return to Init.Screen) | Private |
| CALL METHOD cl_dpr_ui_log_evaluation=>INITIALIZE...more details | ||
| LOAD_CHILDREN | Loads Lower-Level Elements | Private |
| CALL METHOD cl_dpr_ui_log_evaluation=>LOAD_CHILDREN...more details | ||
| ON_ADD_TO_FAVORITES | Evaluation for Favorites | Private |
| CALL METHOD cl_dpr_ui_log_evaluation=>ON_ADD_TO_FAVORITES...more details | ||
| ON_CLICK | Click a Project Element | Private |
| CALL METHOD cl_dpr_ui_log_evaluation=>ON_CLICK...more details | ||
| ON_COLLAPSE_ALL | Completely Collapse Subtree | Private |
| CALL METHOD cl_dpr_ui_log_evaluation=>ON_COLLAPSE_ALL...more details | ||
| ON_DISP_AGGREGATED_SEV | Display Threshold Values in Aggregated Form | Private |
| CALL METHOD cl_dpr_ui_log_evaluation=>ON_DISP_AGGREGATED_SEV...more details | ||
| ON_DISP_NON_AGGREGATED_SEV | Display Threshold Values in Non-Aggregated Form | Private |
| CALL METHOD cl_dpr_ui_log_evaluation=>ON_DISP_NON_AGGREGATED_SEV...more details | ||
| ON_EXPAND_ALL | Expand Entire Subtree | Private |
| CALL METHOD cl_dpr_ui_log_evaluation=>ON_EXPAND_ALL...more details | ||
| OPEN | Open project | Private |
| CALL METHOD cl_dpr_ui_log_evaluation=>OPEN...more details | ||
| PROCESS_INBOUND_DATA | Retrieve Global Data When Calling Evaluation | Private |
| CALL METHOD cl_dpr_ui_log_evaluation=>PROCESS_INBOUND_DATA...more details | ||
| RETRIEVE | Reads Object in Specified Mode | Private |
| CALL METHOD cl_dpr_ui_log_evaluation=>RETRIEVE...more details | ||
CL_DPR_UI_LOG_EVALUATION 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 |
| CV_IGNORE_VIEW | Instance Attribute | Layout for Evaluation | LIKE | Private | |
| MT_ATTRIBUTES | Instance Attribute | Attributes of Table Columns | LIKE | Private | |
| MT_TABLE_DATA | Instance Attribute | Table data | LIKE | Private | |
| MT_TREE_DATA | Instance Attribute | Visible Tree Data View | LIKE | Private | |
| MT_TREE_DATA_ALL | Instance Attribute | Entire Tree Data | LIKE | Private | |
| MV_AGGREGATED | Instance Attribute | Aggregated | LIKE | Private | |
| MV_CURRENT_OR_SAVED | Instance Attribute | Current (1) Saved (2) | LIKE | Private | |
| MV_FOOTER | Instance Attribute | Footer | LIKE | Private | |
| MV_GUID | Instance Attribute | Project GUID | LIKE | Private | |
| MV_HAS_VALID_DATA | Instance Attribute | Data Exists | LIKE | Private | |
| MV_LAYOUT | Instance Attribute | Evaluation (Layout): Definition | LIKE | Private | |
| MV_SEL_ID | Instance Attribute | ID of Active Element | LIKE | Private | |
| MV_TITLE | Instance Attribute | Title line | LIKE | Private | |
| SR_DPR_UI_LOG_EVALUATION | Instance Attribute | UI Logic for Evaluations | LIKE | Private | |
| SR_EVA_SERVICE | Instance Attribute | cProjects API: Evaluation Services | LIKE | Private |
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