SAP ABAP Class CL_GRAC_API_SOD_RISK (API Class for SOD Risk)
Hierarchy
GRCFND_A (Software Component) GRC Foundation ABAP
   GRC-AC (Application Component) Access Control
     GRAC_ENTITY_API (Package) Access Control GRC API Support
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_GRFN_API_BASIS Basis class for GRC API classes 20090828
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_GRAC_API_SOD_RISK API Interface for SOD Risk 20090828
Properties
Class CL_GRAC_API_SOD_RISK  
Short Description API Class for SOD Risk    
Super Class CL_GRFN_API_BASIS Basis class for GRC API classes 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package GRAC_ENTITY_API   Access Control GRC API Support 
Created 20090828   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
# Interface Abstract Final Description Created on
1 IF_GRAC_API_SOD_RISK API Interface for SOD Risk 20090828
Friends
Class CL_GRAC_API_SOD_RISK has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MC_MODEL_CLASS Constant Public Type reference (TYPE) CLASSNAME 'CL_GRAC_MODEL_SOD_RISK' Reference type 20090901
2 MV_RISKID Static Attribute Protected Type reference (TYPE) GRAC_SODRISK_ID SOD Risk id 20090925
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_OWNER_ASSIGNED Static method Public Method Check Risk Owner 20100813
2 CREATE Static method Public Method Create SOD Risk 20090831
3 CREATE_WF_DATA Static method Public Method Create from Workflow Data 20100429
4 GET Static method Public Method 20090903
5 GET_FILTERED_RISKS Static method Public Method Get all the SOD Risks 20101221
6 GET_FUNCTIONS Static method Public Method Get Functions 20091006
7 GET_RISKLEVELS Static method Public Method Get All Risk Levels from C table 20090930
8 GET_RISK_OVS Static method Public Method Get the risks for the OVS for other components usage 20100324
9 GET_RULESETS Static method Public Method Get Rule Sets 20091014
10 QUERY Static method Public Method Get all the SOD Risks - Obsolete 20090831
11 QUERY_DEEP Static method Public Method Get all the SOD Risks 20090910
12 QUERY_DEEP_EXTD_SEARCH Static method Public Method Filter the Risks for extended criteria 20101204
13 QUERY_RISK_FOR_FUNCTION Static method Public Method Get all the SOD Risk IDs for a given Function ID 20090914
14 RISK_EXISTS Static method Public Method Check Risk Exists 20100513
15 VALIDATE_RISK Static method Public Method Risk Validations 20090929
Events
Class CL_GRAC_API_SOD_RISK has no event.
Types
Class CL_GRAC_API_SOD_RISK has no local type.
Method Signatures

Method CHECK_OWNER_ASSIGNED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_IS_ASSIGNED Call by reference Type reference (TYPE) ABAP_BOOL Is Owner Assigned 20100814
2 Importing IV_OWNER Call by reference Type reference (TYPE) GRAC_OWNER Owner ID 20100814

Method CHECK_OWNER_ASSIGNED on class CL_GRAC_API_SOD_RISK has no exception.

Method CREATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_SESSION Call by reference Object reference (TYPE REF TO) CL_GRFN_API_SESSION Session Management for GRC APIs 20090901
2 Importing IS_RISK Call by reference Type reference (TYPE) GRAC_S_SODRISK SOD Risk 20090901
3 Importing IT_RISKFUNC Call by reference Type reference (TYPE) GRAC_T_SODRISKFUNC SOD Risk Function Relation 20090901
4 Importing IT_RISKOWN Call by reference Type reference (TYPE) GRAC_T_SODRISKOWN SOD Risk Owner Relation 20090901
5 Importing IT_RISKRS Call by reference Type reference (TYPE) GRAC_T_SODRISKRS SOD Risk Rule Set Relation 20090901
6 Importing IV_LANGUAGE Call by reference Type reference (TYPE) SY-LANGU Language Key of Current Text Environment 20090901
7 Importing IV_MODE Call by reference Type reference (TYPE) WDY_BOOLEAN Supplement for True Boolean Type: 'X' == True '' == False 20090914
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20090928

Method CREATE_WF_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_MSMP_CONTEXT Call by reference Type reference (TYPE) GRFN_MW_S_EXECUTION_CONTEXT MSMP Execution Context for API and BWF 20100929
2 Importing IT_MSMP_RISK_HEADER Call by reference Type reference (TYPE) GRAC_S_SOD_MSMP_RISK_HEADER SOD Risk Workflow header structure 20100429
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20100429

Method GET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_SESSION Call by reference Object reference (TYPE REF TO) CL_GRFN_API_SESSION Session Management for GRC APIs 20090903
2 Importing IV_OBJECT_ID Call by reference Type reference (TYPE) GRFN_API_OBJECT_ID Object ID 20090903
3 Returning RO_RESULT Value transfer Object reference (TYPE REF TO) CL_GRAC_API_SOD_RISK API Class for SOD Risk 20090903

Method GET on class CL_GRAC_API_SOD_RISK has no exception.

Method GET_FILTERED_RISKS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_RISK_LIST_DEEP Call by reference Type reference (TYPE) GRAC_T_SODRISK_DEEP SOD Risk Table 20101221
2 Importing IO_SESSION Call by reference Object reference (TYPE REF TO) CL_GRFN_API_SESSION Session Management for GRC APIs 20101221
3 Importing IS_RISK_SEARCH_RANGE Call by reference Type reference (TYPE) GRAC_S_SOD_RISK_SEARCH SOD Risk 20101221
4 Importing IV_LANGUAGE Call by reference Type reference (TYPE) SY-LANGU Language Key of Current Text Environment 20101221

Method GET_FILTERED_RISKS on class CL_GRAC_API_SOD_RISK has no exception.

Method GET_FUNCTIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_FUNCTION Call by reference Type reference (TYPE) GRAC_S_SOD_FUNC_DETAIL OVS Function Structure 20091006
2 Importing IT_SEARCH Call by reference Type reference (TYPE) GRFN_T_SEARCH_CRITERIA SOD Function Detail 20091113
3 Returning RT_FUNCTIONS Value transfer Type reference (TYPE) GRAC_T_SOD_FUNC_DETAIL OVS Function Table Type 20091006

Method GET_FUNCTIONS on class CL_GRAC_API_SOD_RISK has no exception.

Method GET_RISKLEVELS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_RISKLVLS Value transfer Type reference (TYPE) GRAC_T_DDIC_DOMAIN Table to contain DDIC domain value/text. 20090930

Method GET_RISKLEVELS on class CL_GRAC_API_SOD_RISK has no exception.

Method GET_RISK_OVS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_SODRISK Call by reference Type reference (TYPE) GRAC_T_ORGRULE_RISK Orgrule Risk for OVS 20100324
2 Importing IV_RISKID Call by reference Type reference (TYPE) GRAC_SODRISK_ID SOD Risk id 20100324

Method GET_RISK_OVS on class CL_GRAC_API_SOD_RISK has no exception.

Method GET_RULESETS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_RULESET Call by reference Type reference (TYPE) GRAC_S_RULESET_DETAIL Rule Set 20091014
2 Importing IT_SEARCH Call by reference Type reference (TYPE) GRFN_T_SEARCH_CRITERIA Table for setting search param 20091113
3 Returning RT_RULESETS Value transfer Type reference (TYPE) GRAC_T_RULESET_DETAIL Rule Set 20091014

Method GET_RULESETS on class CL_GRAC_API_SOD_RISK has no exception.

Method QUERY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_RISKFUNC_LIST Call by reference Type reference (TYPE) GRAC_T_SODRISKFUNC SOD Risk Function Table 20090902
2 Exporting ET_RISKOWN_LIST Call by reference Type reference (TYPE) GRAC_T_SODRISKOWN SOD Risk Owner Table 20090902
3 Exporting ET_RISKRS_LIST Call by reference Type reference (TYPE) GRAC_T_SODRISKRS SOD Risk Rule Set Table 20090902
4 Exporting ET_RISK_LIST Call by reference Type reference (TYPE) GRAC_T_SODRISK SOD Risk Table 20090901
5 Importing IO_SESSION Call by reference Object reference (TYPE REF TO) CL_GRFN_API_SESSION Session Management for GRC APIs 20090901
6 Importing IS_RISK_SEARCH_DATA Call by reference Type reference (TYPE) GRAC_S_SODRISK SOD Risk 20090901
7 Importing IV_LANGUAGE Call by reference Type reference (TYPE) SY-LANGU Language Key of Current Text Environment 20090901

Method QUERY on class CL_GRAC_API_SOD_RISK has no exception.

Method QUERY_DEEP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_RISK_LIST_DEEP Call by reference Type reference (TYPE) GRAC_T_SODRISK_DEEP SOD Risk Table 20090910
2 Importing IO_SESSION Call by reference Object reference (TYPE REF TO) CL_GRFN_API_SESSION Session Management for GRC APIs 20090910
3 Importing IS_RISK_SEARCH_RANGE Call by reference Type reference (TYPE) GRAC_S_SOD_RISK_SEARCH SOD Risk 20091026
4 Importing IV_LANGUAGE Call by reference Type reference (TYPE) SY-LANGU Language Key of Current Text Environment 20090910

Method QUERY_DEEP on class CL_GRAC_API_SOD_RISK has no exception.

Method QUERY_DEEP_EXTD_SEARCH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_RISK_LIST_DEEP Call by reference Type reference (TYPE) GRAC_T_SODRISK_SEARCH SOD Risk Table 20101204
2 Importing IO_SESSION Call by reference Object reference (TYPE REF TO) CL_GRFN_API_SESSION Session Management for GRC APIs 20101204
3 Importing IS_RISK_SEARCH_RANGE Call by reference Type reference (TYPE) GRAC_S_SOD_RISK_SEARCH SOD Risk 20101204
4 Importing IV_LANGUAGE Call by reference Type reference (TYPE) SY-LANGU Language Key of Current Text Environment 20101204

Method QUERY_DEEP_EXTD_SEARCH on class CL_GRAC_API_SOD_RISK has no exception.

Method QUERY_RISK_FOR_FUNCTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_RISK_LIST Call by reference Type reference (TYPE) GRAC_T_SODRISK SOD Risk Table 20090914
2 Importing IO_SESSION Call by reference Object reference (TYPE REF TO) CL_GRFN_API_SESSION Session Management for GRC APIs 20090914
3 Importing IV_FUNCTION_ID Call by reference Type reference (TYPE) GRAC_FUNCT_ID Function Id 20090914

Method QUERY_RISK_FOR_FUNCTION on class CL_GRAC_API_SOD_RISK has no exception.

Method RISK_EXISTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_BOOL Call by reference Type reference (TYPE) ABAP_BOOL 20100610
2 Importing IS_RISK Call by reference Type reference (TYPE) GRAC_S_SODRISK SOD Risk 20100513

Method RISK_EXISTS on class CL_GRAC_API_SOD_RISK has no exception.

Method VALIDATE_RISK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_RISK Call by reference Type reference (TYPE) GRAC_S_SODRISK SOD Risk 20090929
2 Importing IT_RISKFUNC Call by reference Type reference (TYPE) GRAC_T_SODRISKFUNC SOD Risk Function Table 20090929
3 Importing IT_RISKOWN Call by reference Type reference (TYPE) GRAC_T_SODRISKOWN SOD Risk Owner Table 20090929
4 Importing IT_RISKRS Call by reference Type reference (TYPE) GRAC_T_SODRISKRS SOD Risk Rule Set Table 20090929
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20090929
History
Last changed by/on SAP  20141106 
SAP Release Created in 600