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 NameDescriptionVisability
ADD_TO_OBJECT_LISTEvaluation for Favorites / Last-Used ObjectsPrivate
CALL METHOD cl_dpr_ui_log_evaluation=>ADD_TO_OBJECT_LIST...more details

CLEAR_MV_CURRENT_OR_SAVEDDelete MV_CURRENT_OR_SAVEDPrivate
CALL METHOD cl_dpr_ui_log_evaluation=>CLEAR_MV_CURRENT_OR_SAVED...more details

COLLAPSE_CHILDRENCompresses Lower-Level ElementsPrivate
CALL METHOD cl_dpr_ui_log_evaluation=>COLLAPSE_CHILDREN...more details

EXPORT_DATA_TO_EXCELExport data to ExcelPublic
CALL METHOD cl_dpr_ui_log_evaluation=>EXPORT_DATA_TO_EXCEL...more details

GET_DATA_AS_SPREADSHEET_TEXTGets Objects for Export to SpreadsheetPrivate
CALL METHOD cl_dpr_ui_log_evaluation=>GET_DATA_AS_SPREADSHEET_TEXT...more details

GET_EVALUATIONGets EvaluationPrivate
CALL METHOD cl_dpr_ui_log_evaluation=>GET_EVALUATION...more details

GET_GUID_BY_NUMBERGets GUID for External Project NumberPrivate
CALL METHOD cl_dpr_ui_log_evaluation=>GET_GUID_BY_NUMBER...more details

GET_INSTANCEGet SingletonPrivate
CALL METHOD cl_dpr_ui_log_evaluation=>GET_INSTANCE...more details

GET_LAYOUTSGets Layouts for Evaluations for cProjects ApplicationPrivate
CALL METHOD cl_dpr_ui_log_evaluation=>GET_LAYOUTS...more details

GET_URLGets URL for Detail Display for ElementPrivate
CALL METHOD cl_dpr_ui_log_evaluation=>GET_URL...more details

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

LOAD_CHILDRENLoads Lower-Level ElementsPrivate
CALL METHOD cl_dpr_ui_log_evaluation=>LOAD_CHILDREN...more details

ON_ADD_TO_FAVORITESEvaluation for FavoritesPrivate
CALL METHOD cl_dpr_ui_log_evaluation=>ON_ADD_TO_FAVORITES...more details

ON_CLICKClick a Project ElementPrivate
CALL METHOD cl_dpr_ui_log_evaluation=>ON_CLICK...more details

ON_COLLAPSE_ALLCompletely Collapse SubtreePrivate
CALL METHOD cl_dpr_ui_log_evaluation=>ON_COLLAPSE_ALL...more details

ON_DISP_AGGREGATED_SEVDisplay Threshold Values in Aggregated FormPrivate
CALL METHOD cl_dpr_ui_log_evaluation=>ON_DISP_AGGREGATED_SEV...more details

ON_DISP_NON_AGGREGATED_SEVDisplay Threshold Values in Non-Aggregated FormPrivate
CALL METHOD cl_dpr_ui_log_evaluation=>ON_DISP_NON_AGGREGATED_SEV...more details

ON_EXPAND_ALLExpand Entire SubtreePrivate
CALL METHOD cl_dpr_ui_log_evaluation=>ON_EXPAND_ALL...more details

OPENOpen projectPrivate
CALL METHOD cl_dpr_ui_log_evaluation=>OPEN...more details

PROCESS_INBOUND_DATARetrieve Global Data When Calling EvaluationPrivate
CALL METHOD cl_dpr_ui_log_evaluation=>PROCESS_INBOUND_DATA...more details

RETRIEVEReads Object in Specified ModePrivate
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.

NameLevelDescriptionInitial ValueTypeVisability
CV_IGNORE_VIEWInstance AttributeLayout for EvaluationLIKE
Private
MT_ATTRIBUTESInstance AttributeAttributes of Table ColumnsLIKE
Private
MT_TABLE_DATAInstance AttributeTable dataLIKE
Private
MT_TREE_DATAInstance AttributeVisible Tree Data ViewLIKE
Private
MT_TREE_DATA_ALLInstance AttributeEntire Tree DataLIKE
Private
MV_AGGREGATEDInstance AttributeAggregatedLIKE
Private
MV_CURRENT_OR_SAVEDInstance AttributeCurrent (1) Saved (2)LIKE
Private
MV_FOOTERInstance AttributeFooterLIKE
Private
MV_GUIDInstance AttributeProject GUIDLIKE
Private
MV_HAS_VALID_DATAInstance AttributeData ExistsLIKE
Private
MV_LAYOUTInstance AttributeEvaluation (Layout): DefinitionLIKE
Private
MV_SEL_IDInstance AttributeID of Active ElementLIKE
Private
MV_TITLEInstance AttributeTitle lineLIKE
Private
SR_DPR_UI_LOG_EVALUATIONInstance AttributeUI Logic for EvaluationsLIKE
Private
SR_EVA_SERVICEInstance AttributecProjects API: Evaluation ServicesLIKE
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



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!