SAP ABAP Class /BOFU/CL_AUTH_CHECK_ENGINE (Generic Authority Check Engine)
Hierarchy
☛
SAP_BS_FND (Software Component) SAP Business Suite Foundation
⤷
CA-EPT-BRC (Application Component) Reusable Components of Business Suite Foundation
⤷
/BOFU/AUTH_MGMT_ADAPTER (Package) Auth Management Adapter
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | /BOFU/IF_AUTHORITY_CHECK | Authority Check | 20081127 |
Properties
| Class | /BOFU/CL_AUTH_CHECK_ENGINE | |
| Short Description | Generic Authority Check Engine | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | /BOFU/AUTH_MGMT_ADAPTER | Auth Management Adapter |
| Created | 20081127 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | /BOFU/IF_AUTHORITY_CHECK | Authority Check | 20081127 |
Friends
Class /BOFU/CL_AUTH_CHECK_ENGINE has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Object reference (TYPE REF TO) | LIF_DET_AUTH_CHK_RES | 20081127 | ||||
| 2 | Instance attribute | Private | Object reference (TYPE REF TO) | LCL_AUTH_CHECK_ERROR_HANDLING | 20081127 | ||||
| 3 | Instance attribute | Private | Type reference (TYPE) | TT_ACTVT_KEYTAB | 20081127 | ||||
| 4 | Instance attribute | Private | Type reference (TYPE) | /BOFU/T_AUTH_CHK_RES | Authorization Check Result | 20081127 | |||
| 5 | Instance attribute | Private | Type reference (TYPE) | XUOBJECT | Authorization Object | 20081127 | |||
| 6 | Instance attribute | Private | Type reference (TYPE) | SYUNAME | User Name | 20081127 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | 20081127 | ||
| 2 | Instance method | Private | Method | 20090323 | ||
| 3 | Instance method | Public | Method | Get authority check results from buffer | 20081127 |
Events
Class /BOFU/CL_AUTH_CHECK_ENGINE has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TT_ACTVT_KEYTAB | Public | See coding | 20081127 | tt_actvt_keytab TYPE SORTED TABLE OF ty_actvt_keytab WITH UNIQUE KEY actvt
|
||
| 2 | TY_ACTVT_KEYTAB | Public | See coding | 20081127 | BEGIN OF ty_actvt_keytab,
actvt TYPE tact-actvt,
keytab TYPE SORTED TABLE OF ty_key_subrc WITH UNIQUE KEY KEY,
END OF ty_actvt_keytab
|
||
| 3 | TY_KEY_SUBRC | Public | See coding | 20081127 | BEGIN OF ty_key_subrc,
key TYPE /BOBF/conf_key,
subrc TYPE sysubrc,
END OF ty_key_subrc
|
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_CTX | Call by reference | Type reference (TYPE) | /BOFU/S_AUTH_CTX | Business Object Name | 20081127 | |||
| 2 | IV_AUTH_CHK_CONTROL | Call by reference | Type reference (TYPE) | /BOFU/AUTH_CONTROL | Authority Check Control Parameter | 20081127 | |||
| 3 | IV_AUTH_OBJ | Call by reference | Type reference (TYPE) | XUOBJECT | Authorization Object | 20081127 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20090121 |
Method DO_AUTH_CHECK Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CO_MESSAGE | Call by reference | Object reference (TYPE REF TO) | /BOBF/IF_FRW_MESSAGE | 20090323 | ||||
| 2 | CS_AUTH_CHECK_RES_AI | Call by reference | Type reference (TYPE) | /BOFU/S_AUTH_CHK_RES | Authorization Check Result | 20090514 | |||
| 3 | CT_FAILED_KEY | Call by reference | Type reference (TYPE) | /BOBF/T_FRW_KEY | 20090323 | ||||
| 4 | IS_AUTH_CHK_BLOCK | Call by reference | Type reference (TYPE) | /BOFU/S_AUTH_CHK | 20090323 | ||||
| 5 | IS_CTX | Call by reference | Type reference (TYPE) | /BOFU/S_AUTH_CTX | 20090323 | ||||
| 6 | IT_KEY_BLOCK | Call by reference | Type reference (TYPE) | /BOBF/T_FRW_KEY | 20090323 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20090323 |
Method GET_AUTHORITY_RESULTS_BUF Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_AUTH_KEY | Call by reference | Type reference (TYPE) | /BOFU/T_CONF_KEY | Keys with authorization | 20081127 | |||
| 2 | ET_FAILED_KEY | Call by reference | Type reference (TYPE) | /BOFU/T_CONF_KEY | Keys without authorization | 20081127 | |||
| 3 | ET_UNCHECKED_KEY | Call by reference | Type reference (TYPE) | /BOFU/T_CONF_KEY | Keys not being checked | 20081127 | |||
| 4 | IT_KEY | Call by reference | Type reference (TYPE) | /BOFU/T_CONF_KEY | BOPF instance keys | 20081127 | |||
| 5 | IV_ACTVT | Call by reference | Type reference (TYPE) | TACT-ACTVT | Activity | 20081127 |
Method GET_AUTHORITY_RESULTS_BUF on class /BOFU/CL_AUTH_CHECK_ENGINE has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 701 |