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 NameDescriptionVisability
CHECK_TEMPLATECreate ProjectPrivate
CALL METHOD cl_dpr_ui_log_entry=>CHECK_TEMPLATE...more details

CONSTRUCTORConstructorPrivate
CALL METHOD cl_dpr_ui_log_entry=>CONSTRUCTOR...more details

CREATE_OBJECTCreate ProjectPrivate
CALL METHOD cl_dpr_ui_log_entry=>CREATE_OBJECT...more details

CREATE_OBJECT_OIFCreate ProjectPrivate
CALL METHOD cl_dpr_ui_log_entry=>CREATE_OBJECT_OIF...more details

EXPORT_PROJECTExport ProjectPrivate
CALL METHOD cl_dpr_ui_log_entry=>EXPORT_PROJECT...more details

GET_CREATE_TEMPLATEUI - Get DataPrivate
CALL METHOD cl_dpr_ui_log_entry=>GET_CREATE_TEMPLATE...more details

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

GET_LANGUDetermine Language: Without Template Default / with MasterPrivate
CALL METHOD cl_dpr_ui_log_entry=>GET_LANGU...more details

GET_NAME_VALUE_LISTUI - Get DataPrivate
CALL METHOD cl_dpr_ui_log_entry=>GET_NAME_VALUE_LIST...more details

GET_OBJECT_TYPE_FOR_VIEW_TYPEGets Object Category for Selected ViewPrivate
CALL METHOD cl_dpr_ui_log_entry=>GET_OBJECT_TYPE_FOR_VIEW_TYPE...more details

GET_PROJ_TO_COMPAREDefine Projects for ComparisonPrivate
CALL METHOD cl_dpr_ui_log_entry=>GET_PROJ_TO_COMPARE...more details

GET_ROOT_OBJECTGet Root Object (Tasks and Checklist Items View)Private
CALL METHOD cl_dpr_ui_log_entry=>GET_ROOT_OBJECT...more details

GET_SELECTED_ELEMENTGets GUID from External IDPrivate
CALL METHOD cl_dpr_ui_log_entry=>GET_SELECTED_ELEMENT...more details

GET_SELECTED_VERSIONGets GUID from External IDPrivate
CALL METHOD cl_dpr_ui_log_entry=>GET_SELECTED_VERSION...more details

GET_VIEWDATAUI - Get DataPrivate
CALL METHOD cl_dpr_ui_log_entry=>GET_VIEWDATA...more details

GET_VIEWDATA_COMPAREUI - Get DataPrivate
CALL METHOD cl_dpr_ui_log_entry=>GET_VIEWDATA_COMPARE...more details

GET_VIEWDATA_CREATEUI - Get DataPrivate
CALL METHOD cl_dpr_ui_log_entry=>GET_VIEWDATA_CREATE...more details

GET_VIEWDATA_OPENUI - Get DataPrivate
CALL METHOD cl_dpr_ui_log_entry=>GET_VIEWDATA_OPEN...more details

GET_VIEWNAMEDetermine View NamePrivate
CALL METHOD cl_dpr_ui_log_entry=>GET_VIEWNAME...more details

GET_VIEWTYPEDetermine View NamePrivate
CALL METHOD cl_dpr_ui_log_entry=>GET_VIEWTYPE...more details

IGNORE_INITIATIVE_PRO_TYPEUI - Get DataPrivate
CALL METHOD cl_dpr_ui_log_entry=>IGNORE_INITIATIVE_PRO_TYPE...more details

IMPORT_CHECKLIST_TEMPLATE_XMLPublic
CALL METHOD cl_dpr_ui_log_entry=>IMPORT_CHECKLIST_TEMPLATE_XML...more details

IMPORT_PROJECTImport ProjectsPrivate
CALL METHOD cl_dpr_ui_log_entry=>IMPORT_PROJECT...more details

IMPORT_PROJECT_TEMPLATE_XMLPublic
CALL METHOD cl_dpr_ui_log_entry=>IMPORT_PROJECT_TEMPLATE_XML...more details

IMPORT_PROJECT_XMLPrivate
CALL METHOD cl_dpr_ui_log_entry=>IMPORT_PROJECT_XML...more details

SET_LANGUSet languagePrivate
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.

NameLevelDescriptionInitial ValueTypeVisability
MT_COPY_CHECKLISTSInstance AttributeCopy ChecklistsLIKE
Private
MT_LANGUInstance AttributeMaster LanguagesLIKE
Private
MT_TEMPLATE_TYPE_CHECKLISTInstance AttributeChecklist TemplateLIKE
Private
MT_TEMPLATE_TYPE_PROJECTInstance AttributeProject TemplateLIKE
Private
MT_VERSION_TYPE1Instance AttributeVersion Type for Left Tree in ComparisonLIKE
Private
MT_VERSION_TYPE2Instance AttributeVersion Type for Right Tree in ComparisonLIKE
Private
MT_VERSION_TYPE3Instance AttributeVersion Type for Right Tree for ReconcilingLIKE
Private
SC_TEMPLATE_NONEInstance AttributeTemplate: No TemplateLIKE
Private
SC_TEMPLATE_OInstance AttributeTemplate: Operative StructureLIKE
Private
SC_TEMPLATE_TInstance AttributeTemplate: Template StructureLIKE
Private
SR_DPR_UI_LOG_ENTRYInstance AttributeUI Logic for Favorites ListLIKE
Private
SR_SOTRInstance AttributeDo not delete: Is used in the applicationLIKE
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!