SAP CL_DPR_UI_LOG_SETTINGS OO Class - Data Retrieval Project Management Settings









CL_DPR_UI_LOG_SETTINGS 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_SETTINGS 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_SETTINGS 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
CONSTRUCTORConstructor SettingsPrivate
CALL METHOD cl_dpr_ui_log_settings=>CONSTRUCTOR...more details

GET_API_ROOT_USERHolen EinstellungenPrivate
CALL METHOD cl_dpr_ui_log_settings=>GET_API_ROOT_USER...more details

GET_DASHBOARD_FILTER_DATEHolt den Selektionszeitraum für das Dashboard-FüllenPrivate
CALL METHOD cl_dpr_ui_log_settings=>GET_DASHBOARD_FILTER_DATE...more details

GET_DASHBOARD_PAGEHolt die aktuelle Dashboard-SeitePrivate
CALL METHOD cl_dpr_ui_log_settings=>GET_DASHBOARD_PAGE...more details

GET_DASHBOARD_PAGE_MAXHolt die aktuelle Dashboard-SeitePrivate
CALL METHOD cl_dpr_ui_log_settings=>GET_DASHBOARD_PAGE_MAX...more details

GET_FIELD_TOOLTIPSGet Quick Infos for UI FieldsPrivate
CALL METHOD cl_dpr_ui_log_settings=>GET_FIELD_TOOLTIPS...more details

GET_FILTER_PAGE_NUMBERHolen Anzahl Einträge je DashboardseitePrivate
CALL METHOD cl_dpr_ui_log_settings=>GET_FILTER_PAGE_NUMBER...more details

GET_HELPVALUESGet Values for Value HelpPrivate
CALL METHOD cl_dpr_ui_log_settings=>GET_HELPVALUES...more details

GET_INSTANCESingletonPrivate
CALL METHOD cl_dpr_ui_log_settings=>GET_INSTANCE...more details

GET_SETTINGSGet SettingsPrivate
CALL METHOD cl_dpr_ui_log_settings=>GET_SETTINGS...more details

GET_SETTINGS_FROM_BEGet SettingsPrivate
CALL METHOD cl_dpr_ui_log_settings=>GET_SETTINGS_FROM_BE...more details

GET_TIMEZONESGet Time ZonesPrivate
CALL METHOD cl_dpr_ui_log_settings=>GET_TIMEZONES...more details

GET_UI_CTRLGet UI Control DataPrivate
CALL METHOD cl_dpr_ui_log_settings=>GET_UI_CTRL...more details

GET_USER_DATAGet User Master DataPrivate
CALL METHOD cl_dpr_ui_log_settings=>GET_USER_DATA...more details

GET_USER_DATA_ADDRESSGet User Master Data AddressPrivate
CALL METHOD cl_dpr_ui_log_settings=>GET_USER_DATA_ADDRESS...more details

GET_USER_DATA_DEFAULTSGet User Master Data DefaultsPrivate
CALL METHOD cl_dpr_ui_log_settings=>GET_USER_DATA_DEFAULTS...more details

GET_USER_DATA_LOGON_DATAGet User Master Data Logon DataPrivate
CALL METHOD cl_dpr_ui_log_settings=>GET_USER_DATA_LOGON_DATA...more details

IS_FILTER_PAGE_NUMBER_SETWird das Dashboard nur Seitenweise gefüllt?Private
CALL METHOD cl_dpr_ui_log_settings=>IS_FILTER_PAGE_NUMBER_SET...more details

IS_PAGE_CHANGEDWurde ein Seite geblättert? Einmalig TRUE möglichPrivate
CALL METHOD cl_dpr_ui_log_settings=>IS_PAGE_CHANGED...more details

SET_DASHBOARD_PAGESetzen der Dashboard-SeitePrivate
CALL METHOD cl_dpr_ui_log_settings=>SET_DASHBOARD_PAGE...more details

SET_DASHBOARD_PAGE_MAXSetzen der Dashboard-SeitePrivate
CALL METHOD cl_dpr_ui_log_settings=>SET_DASHBOARD_PAGE_MAX...more details

SET_NEW_PASSWORDSet New PasswordPrivate
CALL METHOD cl_dpr_ui_log_settings=>SET_NEW_PASSWORD...more details

SET_PAGE_CHANGEDSetzt Kennzeichen, dass die Seite geblättert wurdePrivate
CALL METHOD cl_dpr_ui_log_settings=>SET_PAGE_CHANGED...more details

SET_SETTINGSSet Changed SettingsPrivate
CALL METHOD cl_dpr_ui_log_settings=>SET_SETTINGS...more details

SET_USER_DATASet User Master DataPrivate
CALL METHOD cl_dpr_ui_log_settings=>SET_USER_DATA...more details



CL_DPR_UI_LOG_SETTINGS 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
MS_ADDRESSInstance AttributeBAPI Reference Structure for Addresses (Contact Person)LIKE
Private
MS_API_ROOT_USERInstance AttributeAPI: Struktur für BenutzereinstellungenLIKE
Private
MS_APPLET_ALLOWEDInstance AttributeApplets PermittedLIKE
Private
MS_DEFAULTSInstance AttributeUser: Fixed Values Transfer StructureLIKE
Private
MS_LOGON_DATAInstance AttributeUser: Logon Data Transfer StructureLIKE
Private
MS_UI_CTRLInstance AttributeSettings (cProjects) UI Control DataLIKE
Private
MS_USER_DEF_URL_ALLOWEDInstance AttributeUser-Defined URL PermittedLIKE
Private
MS_USER_SETTINGSInstance AttributecProjects: User-Specific SettingsLIKE
Private
MV_MYDASHBOARD_PAGEInstance AttributeAktuelle Seite des DashboardsLIKE
Private
MV_MYDASHBOARD_PAGE_MAXInstance AttributeMaximale Seiten des DashboardLIKE
Private
MV_PAGE_CHANGEDInstance AttributeWurde geblättert?LIKE
Private
SC_DEFAULTInstance AttributeDefaultLIKE
Private
SC_FILTERInstance AttributeFilterLIKE
Private
SC_GANTTInstance AttributeGanttLIKE
Private
SC_GENERALInstance AttributeGeneralLIKE
Private
SC_GRAPHIC_MORE_INFOInstance AttributeMore Info in GANTTLIKE
Private
SC_ON_POPUP_TO_CONFIRMInstance AttributeEvent Handler Popup to ConfirmLIKE
Private
SC_TECHNICALInstance AttributeTechnicalLIKE
Private
SC_USERDATAInstance AttributeUserdataLIKE
Private
SR_DPR_UI_LOG_SETTINGSInstance AttributeData Retrieval cProjects SettingsLIKE
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!