SAP ABAP Interface IF_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 - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_RMPS_ACL_API | API for Access Control Lists | 20051104 |
Properties
Interface | IF_RMPS_ACL_API | |
Short Description | API for Access Control Lists |
General Data
Package | RMPS_PRO_AUTH | Authorization Checks - PRO |
Created | 20051027 | SAP |
Last changed | 20110908 | SAP |
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | CL_RMPS_ACL_API | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
2 | IF_SRM | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
Interface IF_RMPS_ACL_API has no interface.
Friends
Interface IF_RMPS_ACL_API has no friend.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | C_NAME_STRING_SEPARATOR | Constant | Public | Type reference (TYPE) | STRING | ', ' | Separator in Name String | 20051104 | |
2 | C_OTYP_DLI | Constant | Public | Type reference (TYPE) | RMPS_ACL_OTP | 'DLI' | Distribution list | 20051104 | |
3 | C_OTYP_US | Constant | Public | Type reference (TYPE) | RMPS_ACL_OTP | 'US' | User | 20051104 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Close ACL | 20051104 |
2 | ![]() |
Static method | Public | Method | Get Instance | 20051104 |
3 | ![]() |
Instance method | Public | Method | Get List of Values as a Concatenated String | 20051104 |
4 | ![]() |
Instance method | Public | Method | Open ACL | 20051104 |
5 | ![]() |
Instance method | Public | Method | Save current set values in DB | 20051104 |
6 | ![]() |
Instance method | Public | Method | Set New Relation ID for ACL | 20051104 |
7 | ![]() |
Static method | Public | Method | Check ACL Values | 20051104 |
8 | ![]() |
Instance method | Public | Method | Get Values in List | 20051104 |
9 | ![]() |
Instance method | Public | Method | Set the values in the list | 20051104 |
Events
Interface IF_RMPS_ACL_API has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TT_ACL_VALUES | Public | See coding | 20051104 | TT_ACL_VALUES TYPE STANDARD TABLE OF T_ACL_VALUE
WITH NON-UNIQUE KEY NAME
|
||
2 | T_ACL_VALUE | Public | See coding | 20051104 | BEGIN OF T_ACL_VALUE,
name TYPE RMPS_ACL_AGTID,
text TYPE STRING,
auth_activity type RMPSP_ACL_AUTH,
END OF T_ACL_VALUE
|
Method Signatures
Method CLOSE Signature
Method CLOSE on Interface IF_RMPS_ACL_API has no parameter.
Method CLOSE on Interface IF_RMPS_ACL_API has no exception.
Method GET_INSTANCE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RE_ACL_API | Value transfer | Object reference (TYPE REF TO) | IF_RMPS_ACL_API | API für Access Control Lists | 20051104 |
Method GET_INSTANCE on Interface IF_RMPS_ACL_API has no exception.
Method GET_NAME_STRING Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RE_NAME_STRING | Value transfer | Type reference (TYPE) | STRING | 20051104 |
Method GET_NAME_STRING on Interface IF_RMPS_ACL_API has no exception.
Method OPEN Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IM_OTYPE | Call by reference | Type reference (TYPE) | RMPS_ACL_OTP | Objekttyp der ACL (s. Konst. IF_RMPS_ACL_API=>C_OTYP*) | 20051104 | ||
2 | ![]() |
IM_REL_ID | Call by reference | Type reference (TYPE) | RMPS_ACL_REL_ID | Id Verknüpfung ACL zu Objekt | 20051104 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Fehler beim Handling von Zugriffslisten (ACL) | 20051104 |
Method SAVE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EX_NAME_STRING_NEW | Call by reference | Type reference (TYPE) | STRING | Neue Einträge als String | 20051104 | ||
2 | ![]() |
EX_NAME_STRING_OLD | Call by reference | Type reference (TYPE) | STRING | Alte Einträge als String | 20051104 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Fehler beim Handling von Zugriffslisten (ACL) | 20051104 |
Method SET_NEW_RELID Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IM_NEW_RELID | Call by reference | Type reference (TYPE) | RMPS_ACL_REL_ID | Neue Relations-ID | 20051104 |
Method SET_NEW_RELID on Interface IF_RMPS_ACL_API has no exception.
Method VALUES_CHECK Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IM_OTYPE | Call by reference | Type reference (TYPE) | RMPS_ACL_OTP | Objekttyp der ACL (s. Konst. IF_RMPS_ACL_API=>C_OTYP*) | 20051104 | ||
2 | ![]() |
IM_VALUES | Call by reference | Type reference (TYPE) | TT_ACL_VALUES | Tabelle mit ACL-Werten | 20051104 | ||
3 | ![]() |
RE_RETURN | Value transfer | Type reference (TYPE) | BAPIRETTAB | Fehlermeldungen zu falschen Werten | 20051104 |
Method VALUES_CHECK on Interface IF_RMPS_ACL_API has no exception.
Method VALUES_GET Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RE_VALUES | Value transfer | Type reference (TYPE) | TT_ACL_VALUES | Inhalt der ACL | 20051104 |
Method VALUES_GET on Interface IF_RMPS_ACL_API has no exception.
Method VALUES_SET Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IM_VALUES | Call by reference | Type reference (TYPE) | TT_ACL_VALUES | Tabelle mit ACL-Werten | 20051104 | ||
2 | ![]() |
RE_RETURN | Value transfer | Type reference (TYPE) | BAPIRETTAB | Fehlermeldungen zu falschen Werten -> Kein Wert gesetzt | 20051104 |
Method VALUES_SET on Interface IF_RMPS_ACL_API has no exception.
History
Last changed by/on | SAP | 20110908 |
SAP Release Created in | 711 |