SAP /XPPM/BC_ACL_MASSCHECK OO Class - Public Service Class: Mass ACL Check
/XPPM/BC_ACL_MASSCHECK 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 /XPPM/BC_ACL_MASSCHECK 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 /XPPM/BC_ACL_MASSCHECK 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_COMPLETE | Checks an entity completely | Private |
| CALL METHOD /xppm/bc_acl_masscheck=>CHECK_COMPLETE...more details | ||
| CHECK_ENTITY | Check an entity (no inheritance) | Private |
| CALL METHOD /xppm/bc_acl_masscheck=>CHECK_ENTITY...more details | ||
| CHECK_PRIMITIVE_AUTHORIZATION | Chech authorization for a single user, no inheritance | Private |
| CALL METHOD /xppm/bc_acl_masscheck=>CHECK_PRIMITIVE_AUTHORIZATION...more details | ||
| CHECK_SUPER_RIGHTS | Checks whether the current check is true due to super rights | Private |
| CALL METHOD /xppm/bc_acl_masscheck=>CHECK_SUPER_RIGHTS...more details | ||
| CLASS_CONSTRUCTOR | Initialization | Private |
| CALL METHOD /xppm/bc_acl_masscheck=>CLASS_CONSTRUCTOR...more details | ||
| GET_ELEMENT_AUTHORIZATIONS | Returns the Authorizations of an Entity | Private |
| CALL METHOD /xppm/bc_acl_masscheck=>GET_ELEMENT_AUTHORIZATIONS...more details | ||
|
| ||
| GET_ELEMENT_HIERARCHY | Returns the Element hierarchy | Private |
| CALL METHOD /xppm/bc_acl_masscheck=>GET_ELEMENT_HIERARCHY...more details | ||
| GET_MASS_ELEMENT_HIERARCHY | Get the hierarchy for a number of entities | Private |
| CALL METHOD /xppm/bc_acl_masscheck=>GET_MASS_ELEMENT_HIERARCHY...more details | ||
| GET_SUBST_USERS | For an entity path it returns a list of substituted users | Private |
| CALL METHOD /xppm/bc_acl_masscheck=>GET_SUBST_USERS...more details | ||
| INIT_BUFFERS | Clear the buffers (changed) | Private |
| CALL METHOD /xppm/bc_acl_masscheck=>INIT_BUFFERS...more details | ||
| IS_AUTHORIZED | Checks whether the user is authorized for the activity | Private |
| CALL METHOD /xppm/bc_acl_masscheck=>IS_AUTHORIZED...more details | ||
| IS_AUTHORIZED_MASS_FILTER | Filters the given users due to their authority | Private |
| CALL METHOD /xppm/bc_acl_masscheck=>IS_AUTHORIZED_MASS_FILTER...more details | ||
| IS_AUTHORIZED_MASS_FILT_FSYM | Filters the given users due to their authority | Private |
| CALL METHOD /xppm/bc_acl_masscheck=>IS_AUTHORIZED_MASS_FILT_FSYM...more details | ||
| IS_AUTHORIZED_SELECTION | Get a selection of CGPL objects for which the user is auth. | Private |
| CALL METHOD /xppm/bc_acl_masscheck=>IS_AUTHORIZED_SELECTION...more details | ||
/XPPM/BC_ACL_MASSCHECK 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 |
| GR_OBJ_MNGR | Instance Attribute | Development Projects: Administration of Application Objects | LIKE | Private | |
| GT_ACO_HR_ORG | Instance Attribute | Buffered ACOs for HR Org | LIKE | Private | |
| GT_ACO_ROLE | Instance Attribute | Buffered ACOs for Roles | LIKE | Private | |
| GT_ACO_USER | Instance Attribute | Buffered ACOs for User | LIKE | Private | |
| GT_ACO_USER_GROUP | Instance Attribute | Buffered ACOs for User Group | LIKE | Private | |
| GT_ACTIVITY_CUST | Instance Attribute | Allowed activities per object type | LIKE | Private | |
| GT_HIER_BUFFER | Instance Attribute | Hierarchy buffer table | LIKE | Private | |
| GT_MEMB_HR_ORG | Instance Attribute | Members of an HR Orga | LIKE | Private | |
| GT_MEMB_ROLE | Instance Attribute | Members of a Role | LIKE | Private | |
| GT_MEMB_USER_GROUP | Instance Attribute | Members of a user group | LIKE | Private | |
| GT_SUBST_BUFFER | Instance Attribute | Substitute buffer table | LIKE | Private | |
| GT_SUPER_BUFFER | Instance Attribute | ACO-Super results | LIKE | Private |
Links to Related Class(s)
/XPPM/BC...Full list of available SAP object classes
Search for further information about these or an SAP related objects