SAP /BCV/CX_AUT_AUTHORIZATION OO Class - Exception class for authorization check









/BCV/CX_AUT_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 /BCV/CX_AUT_AUTHORIZATION 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 /BCV/CX_AUT_AUTHORIZATION is /BCV/CX_AUT

Method list of /BCV/CX_AUT_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
CONSTRUCTORCONSTRUCTORPublic
CALL METHOD /bcv/cx_aut_authorization=>CONSTRUCTOR...more details



/BCV/CX_AUT_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
/BCV/CX_AUT_AUTHORIZATIONConstant'801CC4EFFE841DEDB39DE3EF19A304A3'LIKE
SOTR_CONC
Public
ADMIN_BUFFER_ENTRY_NOT_FOUNDConstant'801CC4EFFE841DDEA7D9B5F9C58D028A'LIKE
SOTR_CONC
Public
APPLICATIONInstance AttributeApplication NameLIKE
/BCV/FND_APPL
Public
AUTH_BUFFER_ENTRY_NOT_FOUNDConstant'801CC4EFFE841DDEA8BFE917B3B28247'LIKE
SOTR_CONC
Public
BADI_CHANGE_PRIO_ERRORConstant'801CC4EFFE841DDDB487A4A4662D947F'LIKE
SOTR_CONC
Public
BADI_ERRORConstant'801CC4EFFE841DEE86C0333E1C58905E'LIKE
SOTR_CONC
Public
BADI_MULT_IMPLEMENTATIONConstant'801CC4EFFE841DEE86C031BE99A8CB75'LIKE
SOTR_CONC
Public
BADI_NAMEInstance AttributeName of a BAdI in Enhancement FrameworkLIKE
ENHBADIID
Public
CONTEXT_KEYInstance AttributeContext KeyLIKE
/BCV/FND_CONTEXT_KEY
Public
CTXKEY_UNKNOWNConstant'801CC4EFFE841DDE86C347795DDEC756'LIKE
SOTR_CONC
Public
DASHBOARD_IDInstance AttributeID of DashboardLIKE
/BCV/UIF_DASHB_ID
Public
DASHBOARD_NOT_FOUNDConstant'801CC4EFFE841DEDB39E18F1F8515FD9'LIKE
SOTR_CONC
Public
PRIO_AUTHCHECK_DIFFERSConstant'801CC4EFFE841DDEA8F118AEC80A98FA'LIKE
SOTR_CONC
Public
QUERYVW_NOT_FOUNDConstant'801CC4EFFE841DDEA8D8ADD2AEAE1ED7'LIKE
SOTR_CONC
Public
QUERY_IDInstance AttributeQuery IDLIKE
/BCV/QRM_QUERY_ID
Public
QUICKVWLIST_NOT_FOUNDConstant'801CC4EFFE841DEE86DAF525221A40FD'LIKE
SOTR_CONC
Public
QUICKVW_IDInstance AttributeID of Query PreviewLIKE
/BCV/UIF_PREVIEW_ID
Public
QVIEW_IDInstance AttributeID of Query ViewLIKE
/BCV/UIF_QVIEW_ID
Public
ROOT_NODE_NOT_FOUNDConstant'801CC4EFFE841DEDBAA7BD15EBCB1AA2'LIKE
SOTR_CONC
Public
SNAPSHOT_ID_NOT_FOUNDConstant'801CC4EFFE841DDEA4FB467D1C12CD19'LIKE
SOTR_CONC
Public


Links to Related Class(s)

/BCV/CX_...
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!