SAP /BOBF/CL_LIB_AUTHORITY_CHECK OO Class - Obsolete as libr. class - use /BOBF/CL_LIB_AUTHCHECK_W_QUERY
/BOBF/CL_LIB_AUTHORITY_CHECK 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 /BOBF/CL_LIB_AUTHORITY_CHECK 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 /BOBF/CL_LIB_AUTHORITY_CHECK is /BOBF/CL_FRW_AUTHORITY_CHECKMethod list of /BOBF/CL_LIB_AUTHORITY_CHECK 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_AUTHORITY_FOR_INSTANCE | check authority for a single instance | Private |
| CALL METHOD /bobf/cl_lib_authority_check=>CHECK_AUTHORITY_FOR_INSTANCE...more details | ||
| CHECK_AUTH_FOR_INST_REDEF | Protected | |
| CALL METHOD /bobf/cl_lib_authority_check=>CHECK_AUTH_FOR_INST_REDEF...more details | ||
| CHECK_PROPAGATED_AUTHORITY | check propagated authority of superior nodes | Protected |
| CALL METHOD /bobf/cl_lib_authority_check=>CHECK_PROPAGATED_AUTHORITY...more details | ||
| CHECK_PROPAGATED_AUTH_STATIC | check propagated authority statically | Protected |
| CALL METHOD /bobf/cl_lib_authority_check=>CHECK_PROPAGATED_AUTH_STATIC...more details | ||
| CONSTRUCTOR | Public | |
| CALL METHOD /bobf/cl_lib_authority_check=>CONSTRUCTOR...more details | ||
| EXECUTE | actually execute the authority check statement | Protected |
| CALL METHOD /bobf/cl_lib_authority_check=>EXECUTE...more details | ||
|
| ||
| EXECUTE_STATICALLY | actually execute the authority check statement | Protected |
| CALL METHOD /bobf/cl_lib_authority_check=>EXECUTE_STATICALLY...more details | ||
| HANDLE_FAILED_DO_INSTANCES | handle failed dependent object instances | Private |
| CALL METHOD /bobf/cl_lib_authority_check=>HANDLE_FAILED_DO_INSTANCES...more details | ||
| MESSAGE_NO_AUTH | raise message for no authorization | Public |
| CALL METHOD /bobf/cl_lib_authority_check=>MESSAGE_NO_AUTH...more details | ||
| NAVIGATE_TO_AUTHORITY_NODE | navigate from requested node to authority node by | Private |
| CALL METHOD /bobf/cl_lib_authority_check=>NAVIGATE_TO_AUTHORITY_NODE...more details | ||
| RETRIEVE_ALL_RELEVANT_DATA | Protected | |
| CALL METHOD /bobf/cl_lib_authority_check=>RETRIEVE_ALL_RELEVANT_DATA...more details | ||
| RETRIEVE_NODE_DATA | Retrieve data for node instances and all relevant assocs | Private |
| CALL METHOD /bobf/cl_lib_authority_check=>RETRIEVE_NODE_DATA...more details | ||
/BOBF/CL_LIB_AUTHORITY_CHECK 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 |
| MO_CONF | Instance Attribute | Interface for Configuration | LIKE /BOBF/IF_FRW_CONFIGURATION | Public | |
| MO_CONTEXT_ADJUSTER | Instance Attribute | Authority context adjuster | LIKE /BOBF/CL_LIB_AUTH_CTX_ADJUST | Public | |
| MO_CUSTOMIZER | Instance Attribute | Complete authority customizing | LIKE /BOBF/IF_LIB_AUTH_CUSTOMIZER | Protected | |
| MT_ASSOC_KEY | Instance Attribute | Key Table | LIKE /BOBF/T_FRW_KEY | Protected | |
| MT_AUTHORITY_FIELD_ID | Instance Attribute | LIKE /BOBF/IF_FRW_CONFIGURATION=>GTT_AUTH_FIELD_ID | Protected | ||
| MT_AUTHORITY_FIELD_MAP | Instance Attribute | LIKE /BOBF/IF_FRW_CONFIGURATION=>GTT_AUTH_FIELD_MAP | Protected | ||
| MT_AUTHORITY_OBJECT | Instance Attribute | LIKE /BOBF/IF_FRW_CONFIGURATION=>GTT_AUTHORITY_OBJECT | Protected | ||
| MT_BOPF_EQUI_GROUP_BUFFER | Instance Attribute | LIKE GTT_BOPF_EQUI_GROUP_BUFFER | Protected | ||
| MT_EQUI_GROUP_BUFFER | Instance Attribute | LIKE GTT_EQUI_GROUP_BUFFER | Private | ||
| MT_NODE_DATA | Instance Attribute | LIKE GTT_NODE_DATA | Private | ||
| MT_REQUEST_ATTRIBUTES | Instance Attribute | LIKE /BOBF/IF_FRW_CONFIGURATION=>GTT_REQUEST_ATTRIBUTES | Protected | ||
| MT_STATIC_BUFFER | Instance Attribute | LIKE GTT_STATIC_BUFFER | Private | ||
| MV_DISABLE_EQUI_GROUP_BUFFER | Instance Attribute | ABAP_FALSE | LIKE ABAP_BOOL | Protected | |
| MV_MAP_EXISTS_FOR_NODE | Instance Attribute | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | LIKE BOOLE_D | Protected |
/BOBF/CL_LIB_AUTHORITY_CHECK types
GTT_BOPF_EQUI_GROUP_BUFFER -GTT_BOPF_NODE_DATA -
GTT_EQUI_GROUP_BUFFER -
GTT_NODE_DATA -
GTT_STATIC_BUFFER -
GTY_AUTH_FIELD_VAL -
GTY_BOPF_EQUI_GROUP_BUFFER -
GTY_BOPF_INSTANCE_CHECK_AS_STR -
GTY_BOPF_NODE_DATA -
GTY_EQUI_GROUP_BUFFER -
GTY_INSTANCE_CHECK -
GTY_INSTANCE_CHECK_AS_STRING -
GTY_NODE_DATA -
GTY_STATIC_BUFFER -
GTY_STATIC_CHECK -
Links to Related Class(s)
/BOBF/CL...Full list of available SAP object classes
Search for further information about these or an SAP related objects