SAP /BOFU/IF_AUTHORITY_CHECK_C OO Class - Constant Interface for Authority Check









/BOFU/IF_AUTHORITY_CHECK_C 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 /BOFU/IF_AUTHORITY_CHECK_C 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 /BOFU/IF_AUTHORITY_CHECK_C 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



/BOFU/IF_AUTHORITY_CHECK_C 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
SC_ACTVT_CHANGEConstantActivity'02'LIKE
TACT-ACTVT
Public
SC_ACTVT_CREATEConstantActivity'01'LIKE
TACT-ACTVT
Public
SC_ACTVT_DELETEConstantActivity'06'LIKE
TACT-ACTVT
Public
SC_ACTVT_DISPLAYConstantActivity'03'LIKE
TACT-ACTVT
Public
SC_ACTVT_PLANConstantActivity'72'LIKE
TACT-ACTVT
Public
SC_AUTH_CHK_ALLConstantAuthority Check Result: All'06'LIKE
/BOFU/AUTH_CHK_RES
Public
SC_AUTH_CHK_CHANGEConstantAuthority Check Result: Change'02'LIKE
/BOFU/AUTH_CHK_RES
Public
SC_AUTH_CHK_CHN_DELConstantAuthority Check Result: Change and Delete'05'LIKE
/BOFU/AUTH_CHK_RES
Public
SC_AUTH_CHK_CREATEConstantAuthority Check Result: Create'01'LIKE
/BOFU/AUTH_CHK_RES
Public
SC_AUTH_CHK_DELETEConstantAuthority Check Result: Delete'04'LIKE
/BOFU/AUTH_CHK_RES
Public
SC_AUTH_CHK_DISPLAYConstantAuthority Check Result: Display'03'LIKE
/BOFU/AUTH_CHK_RES
Public
SC_AUTH_CHK_FAILEDConstantAuthority Check Result: No Authority (fail)'00'LIKE
/BOFU/AUTH_CHK_RES
Public
SC_AUTH_CHK_PLANConstantAuthority Check Result: Planning'07'LIKE
/BOFU/AUTH_CHK_RES
Public
SC_AUTH_CHK_PLAN_NO_CHNConstantAuthority Check Result: Planning, w/o Change'08'LIKE
/BOFU/AUTH_CHK_RES
Public
SC_AUTH_FLD_BO_NAMEConstantAuthorization Field'/BOFU/BO'LIKE
XUFIELD
Public
SC_AUTH_NOT_CHECKEDConstantAuthority Check Result: Not checked'NC'LIKE
/BOFU/AUTH_CHK_RES
Public
SC_AUTH_OBJ_BO_NAMEConstantAuthorization Object'/BOFU/BO'LIKE
XUOBJECT
Public
SC_AUTH_OBJ_PARTYConstantAuthorization Object'/BOFU/PY'LIKE
XUOBJECT
Public
SC_BO_NAMEConstantField Name'BO_NAME'LIKE
FIELDNAME
Public
SC_CONTROL_AFTER_LOADINGConstantAuthority Check Control Parameter: Det. DISP, UPD, DEL'04'LIKE
/BOFU/AUTH_CONTROL
Public
SC_CONTROL_CREATEConstantAuthority Check Control Parameter: Validation on CREATE'01'LIKE
/BOFU/AUTH_CONTROL
Public
SC_CONTROL_DISPLAYConstantAuthority Check Control Parameter: Det. DISP only'03'LIKE
/BOFU/AUTH_CONTROL
Public
SC_CONTROL_PLANNINGConstantAuthority Check Control Parameter: Det. PLAN, UPD'05'LIKE
/BOFU/AUTH_CONTROL
Public
SC_CONTROL_UPDATEConstantAuthority Check Control Parameter: Validation on UPD'02'LIKE
/BOFU/AUTH_CONTROL
Public
SC_MSG_TYPE_ERRORConstantMessage Type'E'LIKE
MSGTY
Public
SC_MSG_TYPE_INFOConstantMessage Type'I'LIKE
MSGTY
Public
SC_MSG_TYPE_WARNINGConstantMessage Type'W'LIKE
MSGTY
Public
SC_ROLE_CATEGORYConstantAuthorization Field'/BOFU/RC'LIKE
XUFIELD
Public
SC_ROOT_NODEConstantBusiness Object: Node Name'ROOT'LIKE
/BOFU/NODE
Public


Links to Related Class(s)

/BOFU/IF...
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!