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 Name | Description | Visability |
/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.
| Name | Level | Description | Initial Value | Type | Visability |
| SC_ACTVT_CHANGE | Constant | Activity | '02' | LIKE TACT-ACTVT | Public |
| SC_ACTVT_CREATE | Constant | Activity | '01' | LIKE TACT-ACTVT | Public |
| SC_ACTVT_DELETE | Constant | Activity | '06' | LIKE TACT-ACTVT | Public |
| SC_ACTVT_DISPLAY | Constant | Activity | '03' | LIKE TACT-ACTVT | Public |
| SC_ACTVT_PLAN | Constant | Activity | '72' | LIKE TACT-ACTVT | Public |
| SC_AUTH_CHK_ALL | Constant | Authority Check Result: All | '06' | LIKE /BOFU/AUTH_CHK_RES | Public |
| SC_AUTH_CHK_CHANGE | Constant | Authority Check Result: Change | '02' | LIKE /BOFU/AUTH_CHK_RES | Public |
| SC_AUTH_CHK_CHN_DEL | Constant | Authority Check Result: Change and Delete | '05' | LIKE /BOFU/AUTH_CHK_RES | Public |
| SC_AUTH_CHK_CREATE | Constant | Authority Check Result: Create | '01' | LIKE /BOFU/AUTH_CHK_RES | Public |
| SC_AUTH_CHK_DELETE | Constant | Authority Check Result: Delete | '04' | LIKE /BOFU/AUTH_CHK_RES | Public |
| SC_AUTH_CHK_DISPLAY | Constant | Authority Check Result: Display | '03' | LIKE /BOFU/AUTH_CHK_RES | Public |
| SC_AUTH_CHK_FAILED | Constant | Authority Check Result: No Authority (fail) | '00' | LIKE /BOFU/AUTH_CHK_RES | Public |
| SC_AUTH_CHK_PLAN | Constant | Authority Check Result: Planning | '07' | LIKE /BOFU/AUTH_CHK_RES | Public |
| SC_AUTH_CHK_PLAN_NO_CHN | Constant | Authority Check Result: Planning, w/o Change | '08' | LIKE /BOFU/AUTH_CHK_RES | Public |
| SC_AUTH_FLD_BO_NAME | Constant | Authorization Field | '/BOFU/BO' | LIKE XUFIELD | Public |
| SC_AUTH_NOT_CHECKED | Constant | Authority Check Result: Not checked | 'NC' | LIKE /BOFU/AUTH_CHK_RES | Public |
| SC_AUTH_OBJ_BO_NAME | Constant | Authorization Object | '/BOFU/BO' | LIKE XUOBJECT | Public |
| SC_AUTH_OBJ_PARTY | Constant | Authorization Object | '/BOFU/PY' | LIKE XUOBJECT | Public |
| SC_BO_NAME | Constant | Field Name | 'BO_NAME' | LIKE FIELDNAME | Public |
| SC_CONTROL_AFTER_LOADING | Constant | Authority Check Control Parameter: Det. DISP, UPD, DEL | '04' | LIKE /BOFU/AUTH_CONTROL | Public |
| SC_CONTROL_CREATE | Constant | Authority Check Control Parameter: Validation on CREATE | '01' | LIKE /BOFU/AUTH_CONTROL | Public |
| SC_CONTROL_DISPLAY | Constant | Authority Check Control Parameter: Det. DISP only | '03' | LIKE /BOFU/AUTH_CONTROL | Public |
| SC_CONTROL_PLANNING | Constant | Authority Check Control Parameter: Det. PLAN, UPD | '05' | LIKE /BOFU/AUTH_CONTROL | Public |
| SC_CONTROL_UPDATE | Constant | Authority Check Control Parameter: Validation on UPD | '02' | LIKE /BOFU/AUTH_CONTROL | Public |
| SC_MSG_TYPE_ERROR | Constant | Message Type | 'E' | LIKE MSGTY | Public |
| SC_MSG_TYPE_INFO | Constant | Message Type | 'I' | LIKE MSGTY | Public |
| SC_MSG_TYPE_WARNING | Constant | Message Type | 'W' | LIKE MSGTY | Public |
| SC_ROLE_CATEGORY | Constant | Authorization Field | '/BOFU/RC' | LIKE XUFIELD | Public |
| SC_ROOT_NODE | Constant | Business 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