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_ASSISTANCE

Method 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 NameDescriptionVisability
CHECK_EXT_KEY_EXISTSCheck Whether Object Specified by User ExistsPrivate
CALL METHOD cl_dpr_ui_log_auth_admin=>CHECK_EXT_KEY_EXISTS...more details

CHECK_USER_EXISTSCheck Whether User ExistsPrivate
CALL METHOD cl_dpr_ui_log_auth_admin=>CHECK_USER_EXISTS...more details

CONSTRUCTORPrivate
CALL METHOD cl_dpr_ui_log_auth_admin=>CONSTRUCTOR...more details

CREATE_AUTHORIZATIONCreate AuthorizationPrivate
CALL METHOD cl_dpr_ui_log_auth_admin=>CREATE_AUTHORIZATION...more details

GET_ADMINSDelivers All AdminsPrivate
CALL METHOD cl_dpr_ui_log_auth_admin=>GET_ADMINS...more details

GET_AUTHORIZATIONSRead AuthorizationsPrivate
CALL METHOD cl_dpr_ui_log_auth_admin=>GET_AUTHORIZATIONS...more details

GET_DESCRIPTION_FOR_OBJ_TYPEDelivers Description for Selected Object CategoryPrivate
CALL METHOD cl_dpr_ui_log_auth_admin=>GET_DESCRIPTION_FOR_OBJ_TYPE...more details

GET_EXT_KEYGet External Key of the Object to Be ProcessedPrivate
CALL METHOD cl_dpr_ui_log_auth_admin=>GET_EXT_KEY...more details

GET_INSTANCEPrivate
CALL METHOD cl_dpr_ui_log_auth_admin=>GET_INSTANCE...more details

GET_INT_KEYGet Internal Key of the Object to Be ProcessedPrivate
CALL METHOD cl_dpr_ui_log_auth_admin=>GET_INT_KEY...more details

GET_NEW_ADMINDelivers Current UserPrivate
CALL METHOD cl_dpr_ui_log_auth_admin=>GET_NEW_ADMIN...more details

GET_SAVE_BUTTON_ENABLEDPrivate
CALL METHOD cl_dpr_ui_log_auth_admin=>GET_SAVE_BUTTON_ENABLED...more details

GET_SELECTED_DPR_OBJECT_TYPEPrivate
CALL METHOD cl_dpr_ui_log_auth_admin=>GET_SELECTED_DPR_OBJECT_TYPE...more details

GET_SELECTED_OBJECT_TYPEGet Object Category for Which Auth. Should Be GrantedPrivate
CALL METHOD cl_dpr_ui_log_auth_admin=>GET_SELECTED_OBJECT_TYPE...more details

GET_VALUES_FOR_DDLBDelivers Values for DDLBPrivate
CALL METHOD cl_dpr_ui_log_auth_admin=>GET_VALUES_FOR_DDLB...more details

INITIALIZEPrivate
CALL METHOD cl_dpr_ui_log_auth_admin=>INITIALIZE...more details

INITIALIZE_ADMINS_INTERNALReset Internal VariablesPrivate
CALL METHOD cl_dpr_ui_log_auth_admin=>INITIALIZE_ADMINS_INTERNAL...more details

INITIALIZE_ALLReset Internal VariablesPrivate
CALL METHOD cl_dpr_ui_log_auth_admin=>INITIALIZE_ALL...more details

IS_OBJECT_IN_EDIT_MODEPrivate
CALL METHOD cl_dpr_ui_log_auth_admin=>IS_OBJECT_IN_EDIT_MODE...more details

MAP_ACO_OBJECT_TYPE_TO_DPRDelivers DPR Object Category for ACO Object CategoryPrivate
CALL METHOD cl_dpr_ui_log_auth_admin=>MAP_ACO_OBJECT_TYPE_TO_DPR...more details

NOTIFY_ADMINSInform AdminsPrivate
CALL METHOD cl_dpr_ui_log_auth_admin=>NOTIFY_ADMINS...more details

RETRIEVELoad DataPrivate
CALL METHOD cl_dpr_ui_log_auth_admin=>RETRIEVE...more details

RETRIEVE_DOCUMENTRetrieve for DocumentPrivate
CALL METHOD cl_dpr_ui_log_auth_admin=>RETRIEVE_DOCUMENT...more details

SEND_EMAILSend e-mailPrivate
CALL METHOD cl_dpr_ui_log_auth_admin=>SEND_EMAIL...more details

SET_EXT_KEYSet External Key of the Object to Be ProcessedPrivate
CALL METHOD cl_dpr_ui_log_auth_admin=>SET_EXT_KEY...more details

SET_INT_KEYSet Internal Key of the Object to Be ProcessedPrivate
CALL METHOD cl_dpr_ui_log_auth_admin=>SET_INT_KEY...more details

SET_NEW_ADMINSet User for Whom Admin. Authorization Should Be GrantedPrivate
CALL METHOD cl_dpr_ui_log_auth_admin=>SET_NEW_ADMIN...more details

SET_PREV_SELECTED_OBJECT_TYPEObject Category for Which Authorization Should Be GrantedPrivate
CALL METHOD cl_dpr_ui_log_auth_admin=>SET_PREV_SELECTED_OBJECT_TYPE...more details

SET_SELECTED_OBJECT_TYPEObject Category for Which Authorization Should Be GrantedPrivate
CALL METHOD cl_dpr_ui_log_auth_admin=>SET_SELECTED_OBJECT_TYPE...more details

SPLIT_EMAIL_STRINGDecomposes a String in a Table with Row Length 255Private
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.

NameLevelDescriptionInitial ValueTypeVisability
MS_OBJECT_TYPEInstance AttributeObject Categories with Authorization Assignment by Sys. Adm.LIKE
Private
MT_NEW_ADMINInstance AttributeCreated AuthorizationsLIKE
Private
MT_OBJECT_TYPEInstance AttributePossible Object Categories for AdministrationLIKE
Private
MV_ERROR_MSGSInstance AttributeError Messages When Sending an E-mailLIKE
Private
MV_EXT_KEYInstance AttributeKey of the Object to Be ProcessedLIKE
Private
MV_INT_KEYInstance AttributeObject IDLIKE
Private
MV_NEW_ADMINInstance AttributeUser IDLIKE
Private
MV_PREV_SELECTED_OBJECT_TYPEInstance AttributeObject Category in Project PlanningLIKE
Private
MV_SELECTED_OBJECT_TYPEInstance AttributeObject Category for Which Authorization Should Be GrantedLIKE
Private
SR_DPR_AUTH_ADMINInstance AttributeAssistance Class for DPR_AUTH_ADMINLIKE
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



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!