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 Name | Description | Visability |
| CONSTRUCTOR | Constructor Settings | Private |
| CALL METHOD cl_dpr_ui_log_settings=>CONSTRUCTOR...more details | ||
| GET_API_ROOT_USER | Holen Einstellungen | Private |
| CALL METHOD cl_dpr_ui_log_settings=>GET_API_ROOT_USER...more details | ||
| GET_DASHBOARD_FILTER_DATE | Holt den Selektionszeitraum für das Dashboard-Füllen | Private |
| CALL METHOD cl_dpr_ui_log_settings=>GET_DASHBOARD_FILTER_DATE...more details | ||
| GET_DASHBOARD_PAGE | Holt die aktuelle Dashboard-Seite | Private |
| CALL METHOD cl_dpr_ui_log_settings=>GET_DASHBOARD_PAGE...more details | ||
| GET_DASHBOARD_PAGE_MAX | Holt die aktuelle Dashboard-Seite | Private |
| CALL METHOD cl_dpr_ui_log_settings=>GET_DASHBOARD_PAGE_MAX...more details | ||
| GET_FIELD_TOOLTIPS | Get Quick Infos for UI Fields | Private |
| CALL METHOD cl_dpr_ui_log_settings=>GET_FIELD_TOOLTIPS...more details | ||
|
| ||
| GET_FILTER_PAGE_NUMBER | Holen Anzahl Einträge je Dashboardseite | Private |
| CALL METHOD cl_dpr_ui_log_settings=>GET_FILTER_PAGE_NUMBER...more details | ||
| GET_HELPVALUES | Get Values for Value Help | Private |
| CALL METHOD cl_dpr_ui_log_settings=>GET_HELPVALUES...more details | ||
| GET_INSTANCE | Singleton | Private |
| CALL METHOD cl_dpr_ui_log_settings=>GET_INSTANCE...more details | ||
| GET_SETTINGS | Get Settings | Private |
| CALL METHOD cl_dpr_ui_log_settings=>GET_SETTINGS...more details | ||
| GET_SETTINGS_FROM_BE | Get Settings | Private |
| CALL METHOD cl_dpr_ui_log_settings=>GET_SETTINGS_FROM_BE...more details | ||
| GET_TIMEZONES | Get Time Zones | Private |
| CALL METHOD cl_dpr_ui_log_settings=>GET_TIMEZONES...more details | ||
| GET_UI_CTRL | Get UI Control Data | Private |
| CALL METHOD cl_dpr_ui_log_settings=>GET_UI_CTRL...more details | ||
| GET_USER_DATA | Get User Master Data | Private |
| CALL METHOD cl_dpr_ui_log_settings=>GET_USER_DATA...more details | ||
| GET_USER_DATA_ADDRESS | Get User Master Data Address | Private |
| CALL METHOD cl_dpr_ui_log_settings=>GET_USER_DATA_ADDRESS...more details | ||
| GET_USER_DATA_DEFAULTS | Get User Master Data Defaults | Private |
| CALL METHOD cl_dpr_ui_log_settings=>GET_USER_DATA_DEFAULTS...more details | ||
| GET_USER_DATA_LOGON_DATA | Get User Master Data Logon Data | Private |
| CALL METHOD cl_dpr_ui_log_settings=>GET_USER_DATA_LOGON_DATA...more details | ||
| IS_FILTER_PAGE_NUMBER_SET | Wird das Dashboard nur Seitenweise gefüllt? | Private |
| CALL METHOD cl_dpr_ui_log_settings=>IS_FILTER_PAGE_NUMBER_SET...more details | ||
| IS_PAGE_CHANGED | Wurde ein Seite geblättert? Einmalig TRUE möglich | Private |
| CALL METHOD cl_dpr_ui_log_settings=>IS_PAGE_CHANGED...more details | ||
| SET_DASHBOARD_PAGE | Setzen der Dashboard-Seite | Private |
| CALL METHOD cl_dpr_ui_log_settings=>SET_DASHBOARD_PAGE...more details | ||
| SET_DASHBOARD_PAGE_MAX | Setzen der Dashboard-Seite | Private |
| CALL METHOD cl_dpr_ui_log_settings=>SET_DASHBOARD_PAGE_MAX...more details | ||
| SET_NEW_PASSWORD | Set New Password | Private |
| CALL METHOD cl_dpr_ui_log_settings=>SET_NEW_PASSWORD...more details | ||
| SET_PAGE_CHANGED | Setzt Kennzeichen, dass die Seite geblättert wurde | Private |
| CALL METHOD cl_dpr_ui_log_settings=>SET_PAGE_CHANGED...more details | ||
| SET_SETTINGS | Set Changed Settings | Private |
| CALL METHOD cl_dpr_ui_log_settings=>SET_SETTINGS...more details | ||
| SET_USER_DATA | Set User Master Data | Private |
| 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.
| Name | Level | Description | Initial Value | Type | Visability |
| MS_ADDRESS | Instance Attribute | BAPI Reference Structure for Addresses (Contact Person) | LIKE | Private | |
| MS_API_ROOT_USER | Instance Attribute | API: Struktur für Benutzereinstellungen | LIKE | Private | |
| MS_APPLET_ALLOWED | Instance Attribute | Applets Permitted | LIKE | Private | |
| MS_DEFAULTS | Instance Attribute | User: Fixed Values Transfer Structure | LIKE | Private | |
| MS_LOGON_DATA | Instance Attribute | User: Logon Data Transfer Structure | LIKE | Private | |
| MS_UI_CTRL | Instance Attribute | Settings (cProjects) UI Control Data | LIKE | Private | |
| MS_USER_DEF_URL_ALLOWED | Instance Attribute | User-Defined URL Permitted | LIKE | Private | |
| MS_USER_SETTINGS | Instance Attribute | cProjects: User-Specific Settings | LIKE | Private | |
| MV_MYDASHBOARD_PAGE | Instance Attribute | Aktuelle Seite des Dashboards | LIKE | Private | |
| MV_MYDASHBOARD_PAGE_MAX | Instance Attribute | Maximale Seiten des Dashboard | LIKE | Private | |
| MV_PAGE_CHANGED | Instance Attribute | Wurde geblättert? | LIKE | Private | |
| SC_DEFAULT | Instance Attribute | Default | LIKE | Private | |
| SC_FILTER | Instance Attribute | Filter | LIKE | Private | |
| SC_GANTT | Instance Attribute | Gantt | LIKE | Private | |
| SC_GENERAL | Instance Attribute | General | LIKE | Private | |
| SC_GRAPHIC_MORE_INFO | Instance Attribute | More Info in GANTT | LIKE | Private | |
| SC_ON_POPUP_TO_CONFIRM | Instance Attribute | Event Handler Popup to Confirm | LIKE | Private | |
| SC_TECHNICAL | Instance Attribute | Technical | LIKE | Private | |
| SC_USERDATA | Instance Attribute | Userdata | LIKE | Private | |
| SR_DPR_UI_LOG_SETTINGS | Instance Attribute | Data Retrieval cProjects Settings | 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