SAP ABAP Class CL_GRAC_SOD_MATCHING_ENGINE (SOD matching engine for risk analysis)
Hierarchy
GRCFND_A (Software Component) GRC Foundation ABAP
   GRC-AC (Application Component) Access Control
     GRAC_SOD (Package) Access Control GRC SoD Rules and etc.
Properties
Class CL_GRAC_SOD_MATCHING_ENGINE  
Short Description SOD matching engine for risk analysis    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package GRAC_SOD   Access Control GRC SoD Rules and etc. 
Created 20090902   SAP 
Last change 20141106    
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
Class CL_GRAC_SOD_MATCHING_ENGINE has no interface implemented.
Friends
Class CL_GRAC_SOD_MATCHING_ENGINE has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MR_PRM Static Attribute Private Type reference (TYPE) YR_PRM 20140409
2 MR_PRM_EXT Static Attribute Private Type reference (TYPE) YR_PRM_EXT 20140410
3 MR_RULE Static Attribute Private Type reference (TYPE) YR_RULE 20140409
4 MR_RULE_EXT Static Attribute Private Type reference (TYPE) YR_RULE_EXT 20140410
5 MS_RANGE Static Attribute Private Type reference (TYPE) YS_RANGE 20140409
6 MS_RANGE_EXT Static Attribute Private Type reference (TYPE) YS_RANGE_EXT 20140410
Methods
# Method Level Visibility Method type Description Created on
1 COMPARE_ACTION_VALUES Static method Public Method Compare Auth Actions with rule values 20100720
2 COMPARE_ACTION_VALUES_EXTOBJ Static method Public Method Compare Auth Actions with rule values 20100720
3 COMPARE_AUTH_VALUES Static method Public Method Compare auth and rule values 20090911
4 COMPARE_AUTH_VALUES_EXTOBJ Static method Public Method Compare auth and rule values for extended objects 20100622
5 COMPARE_AUTH_VALUES_PERF Static method Public Method Compare auth and rule values 20100719
6 MATCH_ACTRULE_TO_AUTHS Static method Public Method Match action rule with authorizations 20090911
7 MATCH_FUNCPRM_TO_AUTHS Static method Public Method Match permission rule with authorizations 20091002
8 MATCH_PRMRULE_TO_AUTHS Static method Public Method Match permission rule with authorizations 20090929
Events
Class CL_GRAC_SOD_MATCHING_ENGINE has no event.
Types
Class CL_GRAC_SOD_MATCHING_ENGINE has no local type.
Method Signatures

Method COMPARE_ACTION_VALUES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_MATCH_FOUND Call by reference Type reference (TYPE) ABAP_BOOL 20100720
2 Importing IV_PRM_FROM Value transfer Type reference (TYPE) GRAC_FROM_VAL From Value 20100720
3 Importing IV_PRM_TO Value transfer Type reference (TYPE) GRAC_TO_VAL To Value 20100720
4 Importing IV_RULE_FROM Value transfer Type reference (TYPE) GRAC_SOD_EXTERNAL_OBJECTID From Value 20100720

Method COMPARE_ACTION_VALUES on class CL_GRAC_SOD_MATCHING_ENGINE has no exception.

Method COMPARE_ACTION_VALUES_EXTOBJ Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_MATCH_FOUND Call by reference Type reference (TYPE) ABAP_BOOL 20100720
2 Importing IV_PRM_FROM Value transfer Type reference (TYPE) GRAC_SOD_OBJECT From Value 20100720
3 Importing IV_PRM_TO Value transfer Type reference (TYPE) GRAC_SOD_OBJECT To Value 20100720
4 Importing IV_RULE_FROM Value transfer Type reference (TYPE) GRAC_SOD_OBJECT From Value 20100720

Method COMPARE_ACTION_VALUES_EXTOBJ on class CL_GRAC_SOD_MATCHING_ENGINE has no exception.

Method COMPARE_AUTH_VALUES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_MATCH_FOUND Call by reference Type reference (TYPE) ABAP_BOOL 20090911
2 Importing IV_PRM_FROM Value transfer Type reference (TYPE) GRAC_FROM_VAL From Value 20090930
3 Importing IV_PRM_TO Value transfer Type reference (TYPE) GRAC_TO_VAL To Value 20090930
4 Importing IV_RULE_FROM Value transfer Type reference (TYPE) GRAC_FROM_VAL From Value 20090911
5 Importing IV_RULE_TO Value transfer Type reference (TYPE) GRAC_TO_VAL To Value 20090911

Method COMPARE_AUTH_VALUES on class CL_GRAC_SOD_MATCHING_ENGINE has no exception.

Method COMPARE_AUTH_VALUES_EXTOBJ Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_MATCH_FOUND Call by reference Type reference (TYPE) ABAP_BOOL 20100622
2 Importing IV_PRM_FROM Call by reference Type reference (TYPE) GRAC_SOD_OBJECT From Value 20100622
3 Importing IV_PRM_TO Call by reference Type reference (TYPE) GRAC_SOD_OBJECT To Value 20100622
4 Importing IV_RULE_FROM Call by reference Type reference (TYPE) GRAC_SOD_OBJECT From Value 20100622
5 Importing IV_RULE_TO Call by reference Type reference (TYPE) GRAC_SOD_OBJECT To Value 20100622

Method COMPARE_AUTH_VALUES_EXTOBJ on class CL_GRAC_SOD_MATCHING_ENGINE has no exception.

Method COMPARE_AUTH_VALUES_PERF Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_MATCH_FOUND Call by reference Type reference (TYPE) ABAP_BOOL 20100719
2 Importing IV_PRM_FROM Value transfer Type reference (TYPE) GRAC_FROM_VAL From Value 20100719
3 Importing IV_PRM_TO Value transfer Type reference (TYPE) GRAC_TO_VAL To Value 20100719
4 Importing IV_RULE_FROM Value transfer Type reference (TYPE) GRAC_FROM_VAL From Value 20100719
5 Importing IV_RULE_TO Value transfer Type reference (TYPE) GRAC_TO_VAL To Value 20100719

Method COMPARE_AUTH_VALUES_PERF on class CL_GRAC_SOD_MATCHING_ENGINE has no exception.

Method MATCH_ACTRULE_TO_AUTHS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_VIOLATION_LIST Value transfer Type reference (TYPE) GRAC_T_SOD_VIOLATIONS Table for SOD violations 20090911
2 Exporting EV_ACTION_MATCH Value transfer Type reference (TYPE) ABAP_BOOL 20100323
3 Importing IS_ACT_RULE Call by reference Type reference (TYPE) GRAC_S_SOD_ACTRULE 20090930
4 Importing IT_ACTION_USAGE Call by reference Type reference (TYPE) GRAC_T_ACTION_USAGE User Action Usage 20100621
5 Importing IT_AUTH_LIST Call by reference Type reference (TYPE) GRAC_T_SOD_AUTHS Table for SOD Authorizations 20090911
6 Importing IT_RANGE_ACTIONS Call by reference Type reference (TYPE) GRAC_T_SOD_AUTHS Table for SOD Authorizations 20100721
7 Importing IT_ROLES Call by reference Type reference (TYPE) GRAC_T_SOD_ROLES Table for SOD Auth Roles 20100107
8 Importing IT_SIMULATION Call by reference Type reference (TYPE) GRAC_T_SOD_SIMULATION Simulation table 20121003
9 Importing IT_SINGLE_ACTIONS Call by reference Type reference (TYPE) GRAC_T_SOD_AUTHS Table for SOD Authorizations 20100721
10 Importing IV_EXTOBJ_ENABLED Call by reference Type reference (TYPE) GRAC_BOOLEAN ' ' Boolean 20100622
11 Importing IV_RISK_TYPE Call by reference Type reference (TYPE) GRAC_SODRISK_TYPE SOD Risk Type 20100412

Method MATCH_ACTRULE_TO_AUTHS on class CL_GRAC_SOD_MATCHING_ENGINE has no exception.

Method MATCH_FUNCPRM_TO_AUTHS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_VIOLATION_LIST Call by reference Type reference (TYPE) GRAC_T_SOD_VIOLATIONS Table for SOD violations 20091002
2 Exporting EV_VIOLATION_FOUND Call by reference Type reference (TYPE) ABAP_BOOL 20091002
3 Importing IS_PRMRULE_LIST Call by reference Type reference (TYPE) GRAC_S_RL_PRMRULE SOD Action Rule Row. 20091002
4 Importing IT_AUTH_LIST Call by reference Type reference (TYPE) GRAC_T_SOD_AUTHS Table for SOD Authorizations 20091002
5 Importing IT_ROLES Call by reference Type reference (TYPE) GRAC_T_SOD_ROLES Table for SOD Auth Roles 20100107
6 Importing IV_ACTRULEID Call by reference Type reference (TYPE) GRAC_ACTRULE_ID SOD Rule ID 20091002
7 Importing IV_CONNECTOR Call by reference Type reference (TYPE) GRFN_CONNECTORID Connector Id 20091124
8 Importing IV_EXTOBJ_ENABLED Call by reference Type reference (TYPE) GRAC_BOOLEAN ' ' Boolean 20100623
9 Importing IV_RISKID Call by reference Type reference (TYPE) GRAC_SODRISK_ID SOD Risk id 20091002
10 Importing IV_RISK_TYPE Call by reference Type reference (TYPE) GRAC_SODRISK_TYPE SOD Risk Type 20100412

Method MATCH_FUNCPRM_TO_AUTHS on class CL_GRAC_SOD_MATCHING_ENGINE has no exception.

Method MATCH_PRMRULE_TO_AUTHS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_VIOLATION_LIST Value transfer Type reference (TYPE) GRAC_T_SOD_VIOLATIONS Table for SOD violations 20090929
2 Exporting EV_VIOLATION_FOUND Value transfer Type reference (TYPE) ABAP_BOOL 20091002
3 Importing IT_AUTH_LIST Call by reference Type reference (TYPE) GRAC_T_SOD_AUTHS Table for SOD Authorizations 20090929
4 Importing IT_ROLES Call by reference Type reference (TYPE) GRAC_T_SOD_ROLES Table for SOD Auth Roles 20100107
5 Importing IT_RULE_LIST Call by reference Type reference (TYPE) GRAC_T_SOD_RULE Table for SOD rule structure 20090929
6 Importing IV_ACTRULEID Call by reference Type reference (TYPE) GRAC_ACTRULE_ID SOD Rule ID 20091002
7 Importing IV_CONNECTOR Call by reference Type reference (TYPE) GRFN_CONNECTORID Connector Id 20091124
8 Importing IV_EXTOBJ_ENABLED Call by reference Type reference (TYPE) GRAC_BOOLEAN ' ' Boolean 20100623
9 Importing IV_RISKID Call by reference Type reference (TYPE) GRAC_SODRISK_ID SOD Risk id 20091002
10 Importing IV_RISK_TYPE Call by reference Type reference (TYPE) GRAC_SODRISK_TYPE SOD Risk Type 20100412

Method MATCH_PRMRULE_TO_AUTHS on class CL_GRAC_SOD_MATCHING_ENGINE has no exception.
History
Last changed by/on SAP  20141106 
SAP Release Created in 600