SAP CL_DPR_UI_LOG_AUTH_ADMIN OO Class - Assistance Class for DPR_AUTH_ADMIN
CL_DPR_UI_LOG_AUTH_ADMIN 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_AUTH_ADMIN 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_AUTH_ADMIN is CL_WD_COMPONENT_ASSISTANCEMethod list of CL_DPR_UI_LOG_AUTH_ADMIN 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_EXT_KEY_EXISTS | Check Whether Object Specified by User Exists | Private |
| CALL METHOD cl_dpr_ui_log_auth_admin=>CHECK_EXT_KEY_EXISTS...more details | ||
| CHECK_USER_EXISTS | Check Whether User Exists | Private |
| CALL METHOD cl_dpr_ui_log_auth_admin=>CHECK_USER_EXISTS...more details | ||
| CONSTRUCTOR | Private | |
| CALL METHOD cl_dpr_ui_log_auth_admin=>CONSTRUCTOR...more details | ||
| CREATE_AUTHORIZATION | Create Authorization | Private |
| CALL METHOD cl_dpr_ui_log_auth_admin=>CREATE_AUTHORIZATION...more details | ||
| GET_ADMINS | Delivers All Admins | Private |
| CALL METHOD cl_dpr_ui_log_auth_admin=>GET_ADMINS...more details | ||
| GET_AUTHORIZATIONS | Read Authorizations | Private |
| CALL METHOD cl_dpr_ui_log_auth_admin=>GET_AUTHORIZATIONS...more details | ||
|
| ||
| GET_DESCRIPTION_FOR_OBJ_TYPE | Delivers Description for Selected Object Category | Private |
| CALL METHOD cl_dpr_ui_log_auth_admin=>GET_DESCRIPTION_FOR_OBJ_TYPE...more details | ||
| GET_EXT_KEY | Get External Key of the Object to Be Processed | Private |
| CALL METHOD cl_dpr_ui_log_auth_admin=>GET_EXT_KEY...more details | ||
| GET_INSTANCE | Private | |
| CALL METHOD cl_dpr_ui_log_auth_admin=>GET_INSTANCE...more details | ||
| GET_INT_KEY | Get Internal Key of the Object to Be Processed | Private |
| CALL METHOD cl_dpr_ui_log_auth_admin=>GET_INT_KEY...more details | ||
| GET_NEW_ADMIN | Delivers Current User | Private |
| CALL METHOD cl_dpr_ui_log_auth_admin=>GET_NEW_ADMIN...more details | ||
| GET_SAVE_BUTTON_ENABLED | Private | |
| CALL METHOD cl_dpr_ui_log_auth_admin=>GET_SAVE_BUTTON_ENABLED...more details | ||
| GET_SELECTED_DPR_OBJECT_TYPE | Private | |
| CALL METHOD cl_dpr_ui_log_auth_admin=>GET_SELECTED_DPR_OBJECT_TYPE...more details | ||
| GET_SELECTED_OBJECT_TYPE | Get Object Category for Which Auth. Should Be Granted | Private |
| CALL METHOD cl_dpr_ui_log_auth_admin=>GET_SELECTED_OBJECT_TYPE...more details | ||
| GET_VALUES_FOR_DDLB | Delivers Values for DDLB | Private |
| CALL METHOD cl_dpr_ui_log_auth_admin=>GET_VALUES_FOR_DDLB...more details | ||
| INITIALIZE | Private | |
| CALL METHOD cl_dpr_ui_log_auth_admin=>INITIALIZE...more details | ||
| INITIALIZE_ADMINS_INTERNAL | Reset Internal Variables | Private |
| CALL METHOD cl_dpr_ui_log_auth_admin=>INITIALIZE_ADMINS_INTERNAL...more details | ||
| INITIALIZE_ALL | Reset Internal Variables | Private |
| CALL METHOD cl_dpr_ui_log_auth_admin=>INITIALIZE_ALL...more details | ||
| IS_OBJECT_IN_EDIT_MODE | Private | |
| CALL METHOD cl_dpr_ui_log_auth_admin=>IS_OBJECT_IN_EDIT_MODE...more details | ||
| MAP_ACO_OBJECT_TYPE_TO_DPR | Delivers DPR Object Category for ACO Object Category | Private |
| CALL METHOD cl_dpr_ui_log_auth_admin=>MAP_ACO_OBJECT_TYPE_TO_DPR...more details | ||
| NOTIFY_ADMINS | Inform Admins | Private |
| CALL METHOD cl_dpr_ui_log_auth_admin=>NOTIFY_ADMINS...more details | ||
| RETRIEVE | Load Data | Private |
| CALL METHOD cl_dpr_ui_log_auth_admin=>RETRIEVE...more details | ||
| RETRIEVE_DOCUMENT | Retrieve for Document | Private |
| CALL METHOD cl_dpr_ui_log_auth_admin=>RETRIEVE_DOCUMENT...more details | ||
| SEND_EMAIL | Send e-mail | Private |
| CALL METHOD cl_dpr_ui_log_auth_admin=>SEND_EMAIL...more details | ||
| SET_EXT_KEY | Set External Key of the Object to Be Processed | Private |
| CALL METHOD cl_dpr_ui_log_auth_admin=>SET_EXT_KEY...more details | ||
| SET_INT_KEY | Set Internal Key of the Object to Be Processed | Private |
| CALL METHOD cl_dpr_ui_log_auth_admin=>SET_INT_KEY...more details | ||
| SET_NEW_ADMIN | Set User for Whom Admin. Authorization Should Be Granted | Private |
| CALL METHOD cl_dpr_ui_log_auth_admin=>SET_NEW_ADMIN...more details | ||
| SET_PREV_SELECTED_OBJECT_TYPE | Object Category for Which Authorization Should Be Granted | Private |
| CALL METHOD cl_dpr_ui_log_auth_admin=>SET_PREV_SELECTED_OBJECT_TYPE...more details | ||
| SET_SELECTED_OBJECT_TYPE | Object Category for Which Authorization Should Be Granted | Private |
| CALL METHOD cl_dpr_ui_log_auth_admin=>SET_SELECTED_OBJECT_TYPE...more details | ||
| SPLIT_EMAIL_STRING | Decomposes a String in a Table with Row Length 255 | Private |
| CALL METHOD cl_dpr_ui_log_auth_admin=>SPLIT_EMAIL_STRING...more details | ||
CL_DPR_UI_LOG_AUTH_ADMIN 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_OBJECT_TYPE | Instance Attribute | Object Categories with Authorization Assignment by Sys. Adm. | LIKE | Private | |
| MT_NEW_ADMIN | Instance Attribute | Created Authorizations | LIKE | Private | |
| MT_OBJECT_TYPE | Instance Attribute | Possible Object Categories for Administration | LIKE | Private | |
| MV_ERROR_MSGS | Instance Attribute | Error Messages When Sending an E-mail | LIKE | Private | |
| MV_EXT_KEY | Instance Attribute | Key of the Object to Be Processed | LIKE | Private | |
| MV_INT_KEY | Instance Attribute | Object ID | LIKE | Private | |
| MV_NEW_ADMIN | Instance Attribute | User ID | LIKE | Private | |
| MV_PREV_SELECTED_OBJECT_TYPE | Instance Attribute | Object Category in Project Planning | LIKE | Private | |
| MV_SELECTED_OBJECT_TYPE | Instance Attribute | Object Category for Which Authorization Should Be Granted | LIKE | Private | |
| SR_DPR_AUTH_ADMIN | Instance Attribute | Assistance Class for DPR_AUTH_ADMIN | LIKE | Private |
CL_DPR_UI_LOG_AUTH_ADMIN types
TT_OBJECT_TYPE -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