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_REUSEMethod 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 Name | Description | Visability |
| CHECK_PRINT_POPUP | Private | |
| CALL METHOD cl_dpr_ui_log_mta=>CHECK_PRINT_POPUP...more details | ||
| CONSTRUCTOR | Private | |
| CALL METHOD cl_dpr_ui_log_mta=>CONSTRUCTOR...more details | ||
| CUSTOMIZE_GRAPHIC | Private | |
| CALL METHOD cl_dpr_ui_log_mta=>CUSTOMIZE_GRAPHIC...more details | ||
| GET_INSTANCE | Get Singleton | Private |
| CALL METHOD cl_dpr_ui_log_mta=>GET_INSTANCE...more details | ||
| GET_MILESTONES | Private | |
| CALL METHOD cl_dpr_ui_log_mta=>GET_MILESTONES...more details | ||
| GET_MILESTONES_FROM_DB | Private | |
| CALL METHOD cl_dpr_ui_log_mta=>GET_MILESTONES_FROM_DB...more details | ||
|
| ||
| GET_PHASES | Private | |
| CALL METHOD cl_dpr_ui_log_mta=>GET_PHASES...more details | ||
| GET_SNAPSHOTS | Private | |
| CALL METHOD cl_dpr_ui_log_mta=>GET_SNAPSHOTS...more details | ||
| GET_SNAPSHOTS_DB | Private | |
| CALL METHOD cl_dpr_ui_log_mta=>GET_SNAPSHOTS_DB...more details | ||
| GET_VERSION_NUMBER | Private | |
| CALL METHOD cl_dpr_ui_log_mta=>GET_VERSION_NUMBER...more details | ||
| GET_VISIBLE_COLUMNS | Private | |
| CALL METHOD cl_dpr_ui_log_mta=>GET_VISIBLE_COLUMNS...more details | ||
| PREPARE_ALV_EXPORT | Private | |
| CALL METHOD cl_dpr_ui_log_mta=>PREPARE_ALV_EXPORT...more details | ||
| PRINT_MTA | Private | |
| CALL METHOD cl_dpr_ui_log_mta=>PRINT_MTA...more details | ||
| SET_OBJ_EVENT | Private | |
| 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.
| Name | Level | Description | Initial Value | Type | Visability |
| MO_BADI_MTA | Instance Attribute | Project Management: Milestone Trend Analysis | LIKE | Private | |
| MO_FORM_MANAGER | Instance Attribute | Development Projects: Form Manager | LIKE | Private | |
| MS_OBJ_EVENT | Instance Attribute | Identification of Object | LIKE | Private | |
| MT_HIDDEN_POINTS | Instance Attribute | GUID Table (Sorted, Unique) | LIKE | Private | |
| MT_MAPPED_VERS_NAME | Instance Attribute | Mapping table for ALV Version Names | LIKE | Private | |
| MT_SNAPSHOTS | Instance Attribute | LIKE | Private | ||
| SO_INSTANCE | Instance Attribute | UI Logic for Milestone Trend Analysis | LIKE | 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