SAP /RPM/CL_ACL_API OO Class - xRPM Authorization Provider class
/RPM/CL_ACL_API 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 /RPM/CL_ACL_API 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 /RPM/CL_ACL_API is /RPM/CL_OBJECT_APIInterface Implementation
This OO class is an Interface Implementation, which means it will implement its own version of the methods from implementation class /RPM/IF_METADATAInterface Implementation
This OO class is an Interface Implementation, which means it will implement its own version of the methods from implementation class /RPM/IF_PROVIDER_ACCESSInterface Implementation
This OO class is an Interface Implementation, which means it will implement its own version of the methods from implementation class /RPM/IF_PROVIDER_ACTIONInterface Implementation
This OO class is an Interface Implementation, which means it will implement its own version of the methods from implementation class /RPM/IF_PROVIDER_QUERYInterface Implementation
This OO class is an Interface Implementation, which means it will implement its own version of the methods from implementation class /RPM/IF_PROVIDER_TRANSACTIONMethod list of /RPM/CL_ACL_API 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 |
| ACTION_NEGOTIATE_ATTR | Perform attribute negotiation | Private |
| CALL METHOD /rpm/cl_acl_api=>ACTION_NEGOTIATE_ATTR...more details | ||
| GET_ACTIVITY_T | Get the Activity texts for the object types activites | Public |
| CALL METHOD /rpm/cl_acl_api=>GET_ACTIVITY_T...more details | ||
| GET_INSTANCE | Returns the current instance or creates a new one | Public |
| CALL METHOD /rpm/cl_acl_api=>GET_INSTANCE...more details | ||
| GET_USER_ATTRIBUTES | Get User Details | Public |
| CALL METHOD /rpm/cl_acl_api=>GET_USER_ATTRIBUTES...more details | ||
| GET_USER_ROLE_DESCRIPTION | Get User Role Description | Public |
| CALL METHOD /rpm/cl_acl_api=>GET_USER_ROLE_DESCRIPTION...more details | ||
| HAS_CHANGES | Checks if object has been changed | Public |
| CALL METHOD /rpm/cl_acl_api=>HAS_CHANGES...more details | ||
|
| ||
| RETRIEVE_ACO_ROLES | Retreives authorizations list | Public |
| CALL METHOD /rpm/cl_acl_api=>RETRIEVE_ACO_ROLES...more details | ||
| RETRIEVE_ACO_ROLES_DERIVED | Retreives authorizations list | Public |
| CALL METHOD /rpm/cl_acl_api=>RETRIEVE_ACO_ROLES_DERIVED...more details | ||
/RPM/CL_ACL_API 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 |
| MR_INSTANCE | Static Attribute | xRPM Authorization Provider class | LIKE /RPM/CL_ACL_API | Private | |
| MV_HAS_CHANGES | Instance Attribute | Boolean Variable (X=True, -=False, Space=Unknown) | LIKE BOOLEAN | Private | |
| OR_BUCKET | Instance Attribute | Hierarchy bucket operational object | LIKE /RPM/CL_BUCKET_O | Private | |
| OR_OBJECT | Instance Attribute | Hierarchy Review operational object | LIKE /RPM/CL_REVIEW_O | Private | |
| OR_OBJ_MANAGER | Instance Attribute | RPM-Project and Portfolio Controller | LIKE /RPM/CL_OBJ_MANAGER | Private | |
| OR_PORTFOLIO | Instance Attribute | General object definition | LIKE /RPM/CL_ENTITY_PROJECT | Private | |
| OT_GUID | Instance Attribute | Table of RPM guids | LIKE /RPM/TT_GUIDS | Public | |
| OV_LANGU | Instance Attribute | Language Key | LIKE LANGU | Private | |
| OV_NODE_DETAIL | Constant | 'DETAIL' | LIKE STRING | Public | |
| OV_NODE_ITEM_STAKEH | Constant | 'ITEM_STAKEH' | LIKE STRING | Public | |
| OV_NODE_REVIEW_COMMENTS | Constant | 'COMMENTS' | LIKE STRING | Public | |
| OV_NODE_REVIEW_ITEMS | Constant | 'REVIEW ITEMS' | LIKE STRING | Public | |
| OV_QUERY_GETLIST | Constant | 'GET_LIST' | LIKE STRING | Public | |
| OV_QUERY_GET_ALLOWED_ACTIVITY | Constant | 'GET_ALLOWED_ACO_ACITIVITIES' | LIKE STRING | Public | |
| OV_QUERY_GET_USER_ROLE_DESCR | Constant | 'GET_USER_ROLE_DESCRIPTION' | LIKE STRING | Public | |
| OV_RC | Instance Attribute | LIKE I | Public |
/RPM/CL_ACL_API types
TT_ACTIONS -TY_MODIFICATIONS -
Links to Related Class(s)
/RPM/CL_...Full list of available SAP object classes
Search for further information about these or an SAP related objects