SAP EDX_AUTHORIZATION OO Class - EDX: Authorization Checks BUKRS, ACTIVITY, MSG_TYPE









EDX_AUTHORIZATION 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 EDX_AUTHORIZATION 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 EDX_AUTHORIZATION 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
AUTH_CHECKAuthorization CheckPublic
CALL METHOD edx_authorization=>AUTH_CHECK...more details

AUTH_ERRORMESSAGEOutput of Authorization Error MessagePublic
CALL METHOD edx_authorization=>AUTH_ERRORMESSAGE...more details

AUTH_INITGroup Authorizations TogetherPrivate
CALL METHOD edx_authorization=>AUTH_INIT...more details

AUTH_LISTDisplay All Authorization ResultsPublic
CALL METHOD edx_authorization=>AUTH_LIST...more details

CHECK_ACTIVITYCheck ActivityPublic
CALL METHOD edx_authorization=>CHECK_ACTIVITY...more details

CHECK_BUKRCheck Company CodePublic
CALL METHOD edx_authorization=>CHECK_BUKR...more details

CONSTRUCTORCONSTRUCTORPublic
CALL METHOD edx_authorization=>CONSTRUCTOR...more details

IS_AUTHORIZEDQuery If AuthorizedPublic
CALL METHOD edx_authorization=>IS_AUTHORIZED...more details

LIST_OF_ACTIVITIESList of Allowed ActivitiesPublic
CALL METHOD edx_authorization=>LIST_OF_ACTIVITIES...more details

LIST_OF_BUKRSList of Allowed Company CodesPublic
CALL METHOD edx_authorization=>LIST_OF_BUKRS...more details

LIST_OF_MESSAGESList of Allowed Message TypesPublic
CALL METHOD edx_authorization=>LIST_OF_MESSAGES...more details

THE_AUTH_CHECKThe Actual CheckPrivate
CALL METHOD edx_authorization=>THE_AUTH_CHECK...more details



EDX_AUTHORIZATION 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
C_ACT_MONITORConstantEDX: Message Types for Authorization Check'39'LIKE
TACT-ACTVT
Public
C_ACT_PROCESSConstantEDX: Message Types for Authorization Check'16'LIKE
TACT-ACTVT
Public
C_ACT_SETUPConstantEDX: Message Types for Authorization Check'70'LIKE
TACT-ACTVT
Public
C_ALL_ACTConstantEDX: Message Types for Authorization Check'*'LIKE
TACT-ACTVT
Public
C_ALL_BUKRSConstantCompany Code'*'LIKE
EDX_BUKRS
Public
C_ALL_MSGSConstantEDX: Message Types for Authorization Check'*'LIKE
EDX_AUTH_MSG_TYPE
Public
C_ASN_INConstantEDX: Message Types for Authorization Check'ASN_IN'LIKE
EDX_AUTH_MSG_TYPE
Public
C_ASN_OUTConstantEDX: Message Types for Authorization Check'ASN_OUT'LIKE
EDX_AUTH_MSG_TYPE
Public
C_CDI_OUTConstantEDX: Message Types for Authorization Check'CDI_OUT'LIKE
EDX_AUTH_MSG_TYPE
Public
C_INV_INConstantEDX: Message Types for Authorization Check'INV_IN'LIKE
EDX_AUTH_MSG_TYPE
Public
C_INV_IN_RConstantEDX: Message Types for Authorization Check'INV_IN_R'LIKE
EDX_AUTH_MSG_TYPE
Public
C_INV_OUTConstantEDX: Message Types for Authorization Check'INV_OUT'LIKE
EDX_AUTH_MSG_TYPE
Public
C_INV_OUT_RConstantEDX: Message Types for Authorization Check'INV_OUT_R'LIKE
EDX_AUTH_MSG_TYPE
Public
C_OCH_INConstantEDX: Message Types for Authorization Check'OCH_IN'LIKE
EDX_AUTH_MSG_TYPE
Public
C_OCH_OUTConstantEDX: Message Types for Authorization Check'OCH_OUT'LIKE
EDX_AUTH_MSG_TYPE
Public
C_ORD_INConstantEDX: Message Types for Authorization Check'ORD_IN'LIKE
EDX_AUTH_MSG_TYPE
Public
C_ORD_OUTConstantEDX: Message Types for Authorization Check'ORD_OUT'LIKE
EDX_AUTH_MSG_TYPE
Public
C_ORS_INConstantEDX: Message Types for Authorization Check'ORS_IN'LIKE
EDX_AUTH_MSG_TYPE
Public
C_ORS_OUTConstantEDX: Message Types for Authorization Check'ORS_OUT'LIKE
EDX_AUTH_MSG_TYPE
Public
GT_AUTH_CHKInstance AttributeEDX: Data Structure for Authorization CheckLIKE
TT_AUTH_CHK
Private
GV_ERROR_MESSAGEInstance AttributeLIKE
Private
GV_INIT_ACTIVITYInstance AttributeActivity During InitializationLIKE
TACT-ACTVT
Private
GV_NOT_AUTHORIZEDInstance Attribute'X' = Not AuthorizedLIKE
XFLAG
Private


Links to Related Class(s)

EDX_AUTH...
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!