SAP CL_DPR_UI_LOG_ENTRY OO Class - UI Logic for Initial Screen
CL_DPR_UI_LOG_ENTRY 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_ENTRY 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_ENTRY 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_TEMPLATE | Create Project | Private |
| CALL METHOD cl_dpr_ui_log_entry=>CHECK_TEMPLATE...more details | ||
| CONSTRUCTOR | Constructor | Private |
| CALL METHOD cl_dpr_ui_log_entry=>CONSTRUCTOR...more details | ||
| CREATE_OBJECT | Create Project | Private |
| CALL METHOD cl_dpr_ui_log_entry=>CREATE_OBJECT...more details | ||
| CREATE_OBJECT_OIF | Create Project | Private |
| CALL METHOD cl_dpr_ui_log_entry=>CREATE_OBJECT_OIF...more details | ||
| EXPORT_PROJECT | Export Project | Private |
| CALL METHOD cl_dpr_ui_log_entry=>EXPORT_PROJECT...more details | ||
| GET_CREATE_TEMPLATE | UI - Get Data | Private |
| CALL METHOD cl_dpr_ui_log_entry=>GET_CREATE_TEMPLATE...more details | ||
|
| ||
| GET_INSTANCE | Get Singleton | Private |
| CALL METHOD cl_dpr_ui_log_entry=>GET_INSTANCE...more details | ||
| GET_LANGU | Determine Language: Without Template Default / with Master | Private |
| CALL METHOD cl_dpr_ui_log_entry=>GET_LANGU...more details | ||
| GET_NAME_VALUE_LIST | UI - Get Data | Private |
| CALL METHOD cl_dpr_ui_log_entry=>GET_NAME_VALUE_LIST...more details | ||
| GET_OBJECT_TYPE_FOR_VIEW_TYPE | Gets Object Category for Selected View | Private |
| CALL METHOD cl_dpr_ui_log_entry=>GET_OBJECT_TYPE_FOR_VIEW_TYPE...more details | ||
| GET_PROJ_TO_COMPARE | Define Projects for Comparison | Private |
| CALL METHOD cl_dpr_ui_log_entry=>GET_PROJ_TO_COMPARE...more details | ||
| GET_ROOT_OBJECT | Get Root Object (Tasks and Checklist Items View) | Private |
| CALL METHOD cl_dpr_ui_log_entry=>GET_ROOT_OBJECT...more details | ||
| GET_SELECTED_ELEMENT | Gets GUID from External ID | Private |
| CALL METHOD cl_dpr_ui_log_entry=>GET_SELECTED_ELEMENT...more details | ||
| GET_SELECTED_VERSION | Gets GUID from External ID | Private |
| CALL METHOD cl_dpr_ui_log_entry=>GET_SELECTED_VERSION...more details | ||
| GET_VIEWDATA | UI - Get Data | Private |
| CALL METHOD cl_dpr_ui_log_entry=>GET_VIEWDATA...more details | ||
| GET_VIEWDATA_COMPARE | UI - Get Data | Private |
| CALL METHOD cl_dpr_ui_log_entry=>GET_VIEWDATA_COMPARE...more details | ||
| GET_VIEWDATA_CREATE | UI - Get Data | Private |
| CALL METHOD cl_dpr_ui_log_entry=>GET_VIEWDATA_CREATE...more details | ||
| GET_VIEWDATA_OPEN | UI - Get Data | Private |
| CALL METHOD cl_dpr_ui_log_entry=>GET_VIEWDATA_OPEN...more details | ||
| GET_VIEWNAME | Determine View Name | Private |
| CALL METHOD cl_dpr_ui_log_entry=>GET_VIEWNAME...more details | ||
| GET_VIEWTYPE | Determine View Name | Private |
| CALL METHOD cl_dpr_ui_log_entry=>GET_VIEWTYPE...more details | ||
| IGNORE_INITIATIVE_PRO_TYPE | UI - Get Data | Private |
| CALL METHOD cl_dpr_ui_log_entry=>IGNORE_INITIATIVE_PRO_TYPE...more details | ||
| IMPORT_CHECKLIST_TEMPLATE_XML | Public | |
| CALL METHOD cl_dpr_ui_log_entry=>IMPORT_CHECKLIST_TEMPLATE_XML...more details | ||
| IMPORT_PROJECT | Import Projects | Private |
| CALL METHOD cl_dpr_ui_log_entry=>IMPORT_PROJECT...more details | ||
| IMPORT_PROJECT_TEMPLATE_XML | Public | |
| CALL METHOD cl_dpr_ui_log_entry=>IMPORT_PROJECT_TEMPLATE_XML...more details | ||
| IMPORT_PROJECT_XML | Private | |
| CALL METHOD cl_dpr_ui_log_entry=>IMPORT_PROJECT_XML...more details | ||
| SET_LANGU | Set language | Private |
| CALL METHOD cl_dpr_ui_log_entry=>SET_LANGU...more details | ||
CL_DPR_UI_LOG_ENTRY 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 |
| MT_COPY_CHECKLISTS | Instance Attribute | Copy Checklists | LIKE | Private | |
| MT_LANGU | Instance Attribute | Master Languages | LIKE | Private | |
| MT_TEMPLATE_TYPE_CHECKLIST | Instance Attribute | Checklist Template | LIKE | Private | |
| MT_TEMPLATE_TYPE_PROJECT | Instance Attribute | Project Template | LIKE | Private | |
| MT_VERSION_TYPE1 | Instance Attribute | Version Type for Left Tree in Comparison | LIKE | Private | |
| MT_VERSION_TYPE2 | Instance Attribute | Version Type for Right Tree in Comparison | LIKE | Private | |
| MT_VERSION_TYPE3 | Instance Attribute | Version Type for Right Tree for Reconciling | LIKE | Private | |
| SC_TEMPLATE_NONE | Instance Attribute | Template: No Template | LIKE | Private | |
| SC_TEMPLATE_O | Instance Attribute | Template: Operative Structure | LIKE | Private | |
| SC_TEMPLATE_T | Instance Attribute | Template: Template Structure | LIKE | Private | |
| SR_DPR_UI_LOG_ENTRY | Instance Attribute | UI Logic for Favorites List | LIKE | Private | |
| SR_SOTR | Instance Attribute | Do not delete: Is used in the application | 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