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 ABAP 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 MO_DET_AUTH_CHK_RES Instance attribute Private Object reference (TYPE REF TO) LIF_DET_AUTH_CHK_RES 20081127
2 MO_ERROR_HANDLING Instance attribute Private Object reference (TYPE REF TO) LCL_AUTH_CHECK_ERROR_HANDLING 20081127
3 MT_ACTVT_KEYTAB_BUF Instance attribute Private Type reference (TYPE) TT_ACTVT_KEYTAB 20081127
4 MT_AUTH_CHK_RES Instance attribute Private Type reference (TYPE) /BOFU/T_AUTH_CHK_RES Authorization Check Result 20081127
5 MV_AUTH_OBJ Instance attribute Private Type reference (TYPE) XUOBJECT Authorization Object 20081127
6 MV_USERNAME Instance attribute Private Type reference (TYPE) SYUNAME User Name 20081127
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor 20081127
2 DO_AUTH_CHECK Instance method Private Method 20090323
3 GET_AUTHORITY_RESULTS_BUF 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 Importing IS_CTX Call by reference Type reference (TYPE) /BOFU/S_AUTH_CTX Business Object Name 20081127
2 Importing IV_AUTH_CHK_CONTROL Call by reference Type reference (TYPE) /BOFU/AUTH_CONTROL Authority Check Control Parameter 20081127
3 Importing IV_AUTH_OBJ Call by reference Type reference (TYPE) XUOBJECT Authorization Object 20081127
# Exception Resumable Description Created on
1 /BOFU/CX_FRW_AUTH_CHECK 20090121

Method DO_AUTH_CHECK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CO_MESSAGE Call by reference Object reference (TYPE REF TO) /BOBF/IF_FRW_MESSAGE 20090323
2 Changing CS_AUTH_CHECK_RES_AI Call by reference Type reference (TYPE) /BOFU/S_AUTH_CHK_RES Authorization Check Result 20090514
3 Changing CT_FAILED_KEY Call by reference Type reference (TYPE) /BOBF/T_FRW_KEY 20090323
4 Importing IS_AUTH_CHK_BLOCK Call by reference Type reference (TYPE) /BOFU/S_AUTH_CHK 20090323
5 Importing IS_CTX Call by reference Type reference (TYPE) /BOFU/S_AUTH_CTX 20090323
6 Importing IT_KEY_BLOCK Call by reference Type reference (TYPE) /BOBF/T_FRW_KEY 20090323
# Exception Resumable Description Created on
1 /BOFU/CX_FRW_AUTH_CHECK 20090323

Method GET_AUTHORITY_RESULTS_BUF Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_AUTH_KEY Call by reference Type reference (TYPE) /BOFU/T_CONF_KEY Keys with authorization 20081127
2 Exporting ET_FAILED_KEY Call by reference Type reference (TYPE) /BOFU/T_CONF_KEY Keys without authorization 20081127
3 Exporting ET_UNCHECKED_KEY Call by reference Type reference (TYPE) /BOFU/T_CONF_KEY Keys not being checked 20081127
4 Importing IT_KEY Call by reference Type reference (TYPE) /BOFU/T_CONF_KEY BOPF instance keys 20081127
5 Importing 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