SAP ABAP Class CL_RMPS_ACL_API (API for Access Control Lists)
Hierarchy
☛
SAP_ABA (Software Component) Cross-Application Component
⤷
CA-GTF-RCM (Application Component) Records and Case Management
⤷
RMPS_PRO_AUTH (Package) Authorization Checks - PRO

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_RMPS_ACL_API | API for Access Control Lists | 20051104 |
Properties
Class | CL_RMPS_ACL_API | |
Short Description | API for Access Control Lists | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | RMPS_PRO_AUTH | Authorization Checks - PRO |
Created | 20051103 | SAP |
Last change | 20110908 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | ![]() |
Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_RMPS_ACL_API | API for Access Control Lists | 20051104 |
Friends
Class CL_RMPS_ACL_API has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | TT_INT_ACL_VALUES | ACL Values (internal) | 20051104 | ||
2 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | RMPS_ACL_T_ALLOC | Values last read from the DB | 20051104 | ||
3 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | SRMBOOLEAN | Has the DB been read? | 20051104 | ||
4 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | STRING | Values last read from DB | 20051104 | ||
5 | ![]() |
Instance attribute | Public | Type reference (TYPE) | RMPS_ACL_OTP | Object Type of Access Control List | 20051104 | ||
6 | ![]() |
Instance attribute | Public | Type reference (TYPE) | RMPS_ACL_REL_ID | ID Linkage ACL to Object | 20051104 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Static method | Protected | Method | Check Given ACL Values | 20051104 |
2 | ![]() |
Instance method | Protected | Method | Get name and text for internal keys | 20051104 |
3 | ![]() |
Instance method | Protected | Method | Read ACL from Database | 20051104 |
Events
Class CL_RMPS_ACL_API has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TT_INT_ACL_VALUES | Protected | See coding | ACL Values (internal) | 20051104 | tt_int_acl_values TYPE STANDARD TABLE OF t_int_acl_value
WITH NON-UNIQUE KEY int_key
|
|
2 | T_INT_ACL_VALUE | Protected | See coding | ACL Value (internal) | 20051104 | BEGIN OF t_int_acl_value,
name TYPE rmps_acl_agtid,
text TYPE string,
auth_activity TYPE rmpsp_acl_auth,
int_key TYPE rmps_acl_typeid,
END OF t_int_acl_value
|
Method Signatures
Method CHECK_VALUES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EX_INTERNAL_VALUES | Call by reference | Type reference (TYPE) | TT_INT_ACL_VALUES | ACL-Werte (intern) | 20051104 | ||
2 | ![]() |
EX_RETURN | Call by reference | Type reference (TYPE) | BAPIRETTAB | Tabelle mit Fehlermeldungen | 20051104 | ||
3 | ![]() |
IM_OBJTYPE | Call by reference | Type reference (TYPE) | RMPS_ACL_OTP | Objekttyp der ACL (s.Konst. IF_RMPS_ACL_API=>C_OTYP*) | 20051104 | ||
4 | ![]() |
IM_VALUES | Call by reference | Type reference (TYPE) | IF_RMPS_ACL_API=>TT_ACL_VALUES | Gegebene ACL-Werte | 20051104 |
Method CHECK_VALUES on class CL_RMPS_ACL_API has no exception.
Method GET_NAMES_AND_TEXTS Signature
Method GET_NAMES_AND_TEXTS on class CL_RMPS_ACL_API has no parameter.
Method GET_NAMES_AND_TEXTS on class CL_RMPS_ACL_API has no exception.
Method READ_FROM_DB Signature
Method READ_FROM_DB on class CL_RMPS_ACL_API has no parameter.
Method READ_FROM_DB on class CL_RMPS_ACL_API has no exception.
History
Last changed by/on | SAP | 20110908 |
SAP Release Created in | 711 |