SAP ABAP Class CL_ACO_SUPER_USERS (Buffering for Superusers)
Hierarchy
☛
SAP_ABA (Software Component) Cross-Application Component
⤷
CA (Application Component) Cross-Application Components
⤷
ACO (Package) Authorization Check with Access Control Objects

⤷

⤷

Properties
Class | CL_ACO_SUPER_USERS | |
Short Description | Buffering for Superusers | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | P | SAP Standard Production Program |
Category | 0 | |
Package | ACO | Authorization Check with Access Control Objects |
Created | 20070315 | SAP |
Last change | 20070911 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | ![]() |
Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
Interfaces
Class CL_ACO_SUPER_USERS has no interface implemented.
Friends
Class CL_ACO_SUPER_USERS has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Static Attribute | Protected | Type reference (TYPE) | TT_SUPER_USER | Table for Buffered Data for Superusers | 20070315 | ||
2 | ![]() |
Static Attribute | Protected | Type reference (TYPE) | TS_SUPER_USER | Structure for Buffered Data for Superusers | 20070315 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Static method | Public | Method | Delivers Superuser Status for a User/Object Type | 20070315 |
Events
Class CL_ACO_SUPER_USERS has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TS_SUPER_USER | Protected | See coding | Structure for Buffered Data for Superusers | 20070315 | BEGIN OF ts_super_user,
user_id TYPE aco_user_id,
object_type TYPE aco_object_type,
admin TYPE boolean,
write TYPE boolean,
read TYPE boolean,
END OF ts_super_user
|
|
2 | TT_SUPER_USER | Protected | See coding | Table for Buffered Data for Superusers | 20070315 | tt_super_user TYPE HASHED TABLE OF ts_super_user
WITH UNIQUE KEY user_id object_type
|
Method Signatures
Method CHECK_SUPER_USER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ES_AUTH_SUPER | Call by reference | Type reference (TYPE) | ACO_AUTH_SUPER | Berechtigungen des Super Users | 20070315 | ||
2 | ![]() |
IV_OBJECT_TYPE | Call by reference | Type reference (TYPE) | ACO_OBJECT_TYPE | Objekttyp | 20070315 | ||
3 | ![]() |
IV_USER_ID | Call by reference | Type reference (TYPE) | ACO_USER_ID | Benutzer-ID | 20070315 |
Method CHECK_SUPER_USER on class CL_ACO_SUPER_USERS has no exception.
History
Last changed by/on | SAP | 20070911 |
SAP Release Created in | 700 |