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_CHECK

Method 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 NameDescriptionVisability
CHECK_AUTHORITY_FOR_INSTANCEcheck authority for a single instancePrivate
CALL METHOD /bobf/cl_lib_authority_check=>CHECK_AUTHORITY_FOR_INSTANCE...more details

CHECK_AUTH_FOR_INST_REDEFProtected
CALL METHOD /bobf/cl_lib_authority_check=>CHECK_AUTH_FOR_INST_REDEF...more details

CHECK_PROPAGATED_AUTHORITYcheck propagated authority of superior nodesProtected
CALL METHOD /bobf/cl_lib_authority_check=>CHECK_PROPAGATED_AUTHORITY...more details

CHECK_PROPAGATED_AUTH_STATICcheck propagated authority staticallyProtected
CALL METHOD /bobf/cl_lib_authority_check=>CHECK_PROPAGATED_AUTH_STATIC...more details

CONSTRUCTORPublic
CALL METHOD /bobf/cl_lib_authority_check=>CONSTRUCTOR...more details

EXECUTEactually execute the authority check statementProtected
CALL METHOD /bobf/cl_lib_authority_check=>EXECUTE...more details

EXECUTE_STATICALLYactually execute the authority check statementProtected
CALL METHOD /bobf/cl_lib_authority_check=>EXECUTE_STATICALLY...more details

HANDLE_FAILED_DO_INSTANCEShandle failed dependent object instancesPrivate
CALL METHOD /bobf/cl_lib_authority_check=>HANDLE_FAILED_DO_INSTANCES...more details

MESSAGE_NO_AUTHraise message for no authorizationPublic
CALL METHOD /bobf/cl_lib_authority_check=>MESSAGE_NO_AUTH...more details

NAVIGATE_TO_AUTHORITY_NODEnavigate from requested node to authority node byPrivate
CALL METHOD /bobf/cl_lib_authority_check=>NAVIGATE_TO_AUTHORITY_NODE...more details

RETRIEVE_ALL_RELEVANT_DATAProtected
CALL METHOD /bobf/cl_lib_authority_check=>RETRIEVE_ALL_RELEVANT_DATA...more details

RETRIEVE_NODE_DATARetrieve data for node instances and all relevant assocsPrivate
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.

NameLevelDescriptionInitial ValueTypeVisability
MO_CONFInstance AttributeInterface for ConfigurationLIKE
/BOBF/IF_FRW_CONFIGURATION
Public
MO_CONTEXT_ADJUSTERInstance AttributeAuthority context adjusterLIKE
/BOBF/CL_LIB_AUTH_CTX_ADJUST
Public
MO_CUSTOMIZERInstance AttributeComplete authority customizingLIKE
/BOBF/IF_LIB_AUTH_CUSTOMIZER
Protected
MT_ASSOC_KEYInstance AttributeKey TableLIKE
/BOBF/T_FRW_KEY
Protected
MT_AUTHORITY_FIELD_IDInstance AttributeLIKE
/BOBF/IF_FRW_CONFIGURATION=>GTT_AUTH_FIELD_ID
Protected
MT_AUTHORITY_FIELD_MAPInstance AttributeLIKE
/BOBF/IF_FRW_CONFIGURATION=>GTT_AUTH_FIELD_MAP
Protected
MT_AUTHORITY_OBJECTInstance AttributeLIKE
/BOBF/IF_FRW_CONFIGURATION=>GTT_AUTHORITY_OBJECT
Protected
MT_BOPF_EQUI_GROUP_BUFFERInstance AttributeLIKE
GTT_BOPF_EQUI_GROUP_BUFFER
Protected
MT_EQUI_GROUP_BUFFERInstance AttributeLIKE
GTT_EQUI_GROUP_BUFFER
Private
MT_NODE_DATAInstance AttributeLIKE
GTT_NODE_DATA
Private
MT_REQUEST_ATTRIBUTESInstance AttributeLIKE
/BOBF/IF_FRW_CONFIGURATION=>GTT_REQUEST_ATTRIBUTES
Protected
MT_STATIC_BUFFERInstance AttributeLIKE
GTT_STATIC_BUFFER
Private
MV_DISABLE_EQUI_GROUP_BUFFERInstance AttributeABAP_FALSELIKE
ABAP_BOOL
Protected
MV_MAP_EXISTS_FOR_NODEInstance AttributeData 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



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!