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_AUTMethod 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 Name | Description | Visability |
| CONSTRUCTOR | CONSTRUCTOR | Public |
| 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.
| Name | Level | Description | Initial Value | Type | Visability |
| /BCV/CX_AUT_AUTHORIZATION | Constant | '801CC4EFFE841DEDB39DE3EF19A304A3' | LIKE SOTR_CONC | Public | |
| ADMIN_BUFFER_ENTRY_NOT_FOUND | Constant | '801CC4EFFE841DDEA7D9B5F9C58D028A' | LIKE SOTR_CONC | Public | |
| APPLICATION | Instance Attribute | Application Name | LIKE /BCV/FND_APPL | Public | |
| AUTH_BUFFER_ENTRY_NOT_FOUND | Constant | '801CC4EFFE841DDEA8BFE917B3B28247' | LIKE SOTR_CONC | Public | |
| BADI_CHANGE_PRIO_ERROR | Constant | '801CC4EFFE841DDDB487A4A4662D947F' | LIKE SOTR_CONC | Public | |
| BADI_ERROR | Constant | '801CC4EFFE841DEE86C0333E1C58905E' | LIKE SOTR_CONC | Public | |
| BADI_MULT_IMPLEMENTATION | Constant | '801CC4EFFE841DEE86C031BE99A8CB75' | LIKE SOTR_CONC | Public | |
| BADI_NAME | Instance Attribute | Name of a BAdI in Enhancement Framework | LIKE ENHBADIID | Public | |
| CONTEXT_KEY | Instance Attribute | Context Key | LIKE /BCV/FND_CONTEXT_KEY | Public | |
| CTXKEY_UNKNOWN | Constant | '801CC4EFFE841DDE86C347795DDEC756' | LIKE SOTR_CONC | Public | |
| DASHBOARD_ID | Instance Attribute | ID of Dashboard | LIKE /BCV/UIF_DASHB_ID | Public | |
| DASHBOARD_NOT_FOUND | Constant | '801CC4EFFE841DEDB39E18F1F8515FD9' | LIKE SOTR_CONC | Public | |
| PRIO_AUTHCHECK_DIFFERS | Constant | '801CC4EFFE841DDEA8F118AEC80A98FA' | LIKE SOTR_CONC | Public | |
| QUERYVW_NOT_FOUND | Constant | '801CC4EFFE841DDEA8D8ADD2AEAE1ED7' | LIKE SOTR_CONC | Public | |
| QUERY_ID | Instance Attribute | Query ID | LIKE /BCV/QRM_QUERY_ID | Public | |
| QUICKVWLIST_NOT_FOUND | Constant | '801CC4EFFE841DEE86DAF525221A40FD' | LIKE SOTR_CONC | Public | |
| QUICKVW_ID | Instance Attribute | ID of Query Preview | LIKE /BCV/UIF_PREVIEW_ID | Public | |
| QVIEW_ID | Instance Attribute | ID of Query View | LIKE /BCV/UIF_QVIEW_ID | Public | |
| ROOT_NODE_NOT_FOUND | Constant | '801CC4EFFE841DEDBAA7BD15EBCB1AA2' | LIKE SOTR_CONC | Public | |
| SNAPSHOT_ID_NOT_FOUND | Constant | '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