SAP CL_DPR_UI_LOG_MTA OO Class - UI Logic for Milestone Trend Analysis









CL_DPR_UI_LOG_MTA 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_MTA including details of:

  • Interface class implementations
  • Inheritance details
  • Methods defined within class ( including link to full details )
  • Attributes ( including initial values )
  • Class Events

Inheritance

This OO class has a superclass assigned to it, which means it will inherit its objects and methods. The superclass for CL_DPR_UI_LOG_MTA is CL_WD_ALV_UI_LOG_REUSE

Method list of CL_DPR_UI_LOG_MTA 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
CHECK_PRINT_POPUPPrivate
CALL METHOD cl_dpr_ui_log_mta=>CHECK_PRINT_POPUP...more details

CONSTRUCTORPrivate
CALL METHOD cl_dpr_ui_log_mta=>CONSTRUCTOR...more details

CUSTOMIZE_GRAPHICPrivate
CALL METHOD cl_dpr_ui_log_mta=>CUSTOMIZE_GRAPHIC...more details

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

GET_MILESTONESPrivate
CALL METHOD cl_dpr_ui_log_mta=>GET_MILESTONES...more details

GET_MILESTONES_FROM_DBPrivate
CALL METHOD cl_dpr_ui_log_mta=>GET_MILESTONES_FROM_DB...more details

GET_PHASESPrivate
CALL METHOD cl_dpr_ui_log_mta=>GET_PHASES...more details

GET_SNAPSHOTSPrivate
CALL METHOD cl_dpr_ui_log_mta=>GET_SNAPSHOTS...more details

GET_SNAPSHOTS_DBPrivate
CALL METHOD cl_dpr_ui_log_mta=>GET_SNAPSHOTS_DB...more details

GET_VERSION_NUMBERPrivate
CALL METHOD cl_dpr_ui_log_mta=>GET_VERSION_NUMBER...more details

GET_VISIBLE_COLUMNSPrivate
CALL METHOD cl_dpr_ui_log_mta=>GET_VISIBLE_COLUMNS...more details

PREPARE_ALV_EXPORTPrivate
CALL METHOD cl_dpr_ui_log_mta=>PREPARE_ALV_EXPORT...more details

PRINT_MTAPrivate
CALL METHOD cl_dpr_ui_log_mta=>PRINT_MTA...more details

SET_OBJ_EVENTPrivate
CALL METHOD cl_dpr_ui_log_mta=>SET_OBJ_EVENT...more details



CL_DPR_UI_LOG_MTA 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
MO_BADI_MTAInstance AttributeProject Management: Milestone Trend AnalysisLIKE
Private
MO_FORM_MANAGERInstance AttributeDevelopment Projects: Form ManagerLIKE
Private
MS_OBJ_EVENTInstance AttributeIdentification of ObjectLIKE
Private
MT_HIDDEN_POINTSInstance AttributeGUID Table (Sorted, Unique)LIKE
Private
MT_MAPPED_VERS_NAMEInstance AttributeMapping table for ALV Version NamesLIKE
Private
MT_SNAPSHOTSInstance AttributeLIKE
Private
SO_INSTANCEInstance AttributeUI Logic for Milestone Trend AnalysisLIKE
Private




CL_DPR_UI_LOG_MTA types

TT_PROJECT_DATA -

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!