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 | 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 | Constant | Public | Type reference (TYPE) | CLASSNAME | 'CL_GRAC_MODEL_SOD_RISK' | Reference type | 20090901 | ||
| 2 | Static Attribute | Protected | Type reference (TYPE) | GRAC_SODRISK_ID | SOD Risk id | 20090925 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | Check Risk Owner | 20100813 | |
| 2 | Static method | Public | Method | Create SOD Risk | 20090831 | |
| 3 | Static method | Public | Method | Create from Workflow Data | 20100429 | |
| 4 | Static method | Public | Method | 20090903 | ||
| 5 | Static method | Public | Method | Get all the SOD Risks | 20101221 | |
| 6 | Static method | Public | Method | Get Functions | 20091006 | |
| 7 | Static method | Public | Method | Get All Risk Levels from C table | 20090930 | |
| 8 | Static method | Public | Method | Get the risks for the OVS for other components usage | 20100324 | |
| 9 | Static method | Public | Method | Get Rule Sets | 20091014 | |
| 10 | Static method | Public | Method | Get all the SOD Risks - Obsolete | 20090831 | |
| 11 | Static method | Public | Method | Get all the SOD Risks | 20090910 | |
| 12 | Static method | Public | Method | Filter the Risks for extended criteria | 20101204 | |
| 13 | Static method | Public | Method | Get all the SOD Risk IDs for a given Function ID | 20090914 | |
| 14 | Static method | Public | Method | Check Risk Exists | 20100513 | |
| 15 | 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 | EV_IS_ASSIGNED | Call by reference | Type reference (TYPE) | ABAP_BOOL | Is Owner Assigned | 20100814 | |||
| 2 | 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 | IO_SESSION | Call by reference | Object reference (TYPE REF TO) | CL_GRFN_API_SESSION | Session Management for GRC APIs | 20090901 | |||
| 2 | IS_RISK | Call by reference | Type reference (TYPE) | GRAC_S_SODRISK | SOD Risk | 20090901 | |||
| 3 | IT_RISKFUNC | Call by reference | Type reference (TYPE) | GRAC_T_SODRISKFUNC | SOD Risk Function Relation | 20090901 | |||
| 4 | IT_RISKOWN | Call by reference | Type reference (TYPE) | GRAC_T_SODRISKOWN | SOD Risk Owner Relation | 20090901 | |||
| 5 | IT_RISKRS | Call by reference | Type reference (TYPE) | GRAC_T_SODRISKRS | SOD Risk Rule Set Relation | 20090901 | |||
| 6 | IV_LANGUAGE | Call by reference | Type reference (TYPE) | SY-LANGU | Language Key of Current Text Environment | 20090901 | |||
| 7 | 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 | 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 | IS_MSMP_CONTEXT | Call by reference | Type reference (TYPE) | GRFN_MW_S_EXECUTION_CONTEXT | MSMP Execution Context for API and BWF | 20100929 | |||
| 2 | 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 | Generic GRC API exception | 20100429 |
Method GET Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_SESSION | Call by reference | Object reference (TYPE REF TO) | CL_GRFN_API_SESSION | Session Management for GRC APIs | 20090903 | |||
| 2 | IV_OBJECT_ID | Call by reference | Type reference (TYPE) | GRFN_API_OBJECT_ID | Object ID | 20090903 | |||
| 3 | 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 | ET_RISK_LIST_DEEP | Call by reference | Type reference (TYPE) | GRAC_T_SODRISK_DEEP | SOD Risk Table | 20101221 | |||
| 2 | IO_SESSION | Call by reference | Object reference (TYPE REF TO) | CL_GRFN_API_SESSION | Session Management for GRC APIs | 20101221 | |||
| 3 | IS_RISK_SEARCH_RANGE | Call by reference | Type reference (TYPE) | GRAC_S_SOD_RISK_SEARCH | SOD Risk | 20101221 | |||
| 4 | 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 | IS_FUNCTION | Call by reference | Type reference (TYPE) | GRAC_S_SOD_FUNC_DETAIL | OVS Function Structure | 20091006 | |||
| 2 | IT_SEARCH | Call by reference | Type reference (TYPE) | GRFN_T_SEARCH_CRITERIA | SOD Function Detail | 20091113 | |||
| 3 | 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 | 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 | ET_SODRISK | Call by reference | Type reference (TYPE) | GRAC_T_ORGRULE_RISK | Orgrule Risk for OVS | 20100324 | |||
| 2 | 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 | IS_RULESET | Call by reference | Type reference (TYPE) | GRAC_S_RULESET_DETAIL | Rule Set | 20091014 | |||
| 2 | IT_SEARCH | Call by reference | Type reference (TYPE) | GRFN_T_SEARCH_CRITERIA | Table for setting search param | 20091113 | |||
| 3 | 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 | ET_RISKFUNC_LIST | Call by reference | Type reference (TYPE) | GRAC_T_SODRISKFUNC | SOD Risk Function Table | 20090902 | |||
| 2 | ET_RISKOWN_LIST | Call by reference | Type reference (TYPE) | GRAC_T_SODRISKOWN | SOD Risk Owner Table | 20090902 | |||
| 3 | ET_RISKRS_LIST | Call by reference | Type reference (TYPE) | GRAC_T_SODRISKRS | SOD Risk Rule Set Table | 20090902 | |||
| 4 | ET_RISK_LIST | Call by reference | Type reference (TYPE) | GRAC_T_SODRISK | SOD Risk Table | 20090901 | |||
| 5 | IO_SESSION | Call by reference | Object reference (TYPE REF TO) | CL_GRFN_API_SESSION | Session Management for GRC APIs | 20090901 | |||
| 6 | IS_RISK_SEARCH_DATA | Call by reference | Type reference (TYPE) | GRAC_S_SODRISK | SOD Risk | 20090901 | |||
| 7 | 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 | ET_RISK_LIST_DEEP | Call by reference | Type reference (TYPE) | GRAC_T_SODRISK_DEEP | SOD Risk Table | 20090910 | |||
| 2 | IO_SESSION | Call by reference | Object reference (TYPE REF TO) | CL_GRFN_API_SESSION | Session Management for GRC APIs | 20090910 | |||
| 3 | IS_RISK_SEARCH_RANGE | Call by reference | Type reference (TYPE) | GRAC_S_SOD_RISK_SEARCH | SOD Risk | 20091026 | |||
| 4 | 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 | ET_RISK_LIST_DEEP | Call by reference | Type reference (TYPE) | GRAC_T_SODRISK_SEARCH | SOD Risk Table | 20101204 | |||
| 2 | IO_SESSION | Call by reference | Object reference (TYPE REF TO) | CL_GRFN_API_SESSION | Session Management for GRC APIs | 20101204 | |||
| 3 | IS_RISK_SEARCH_RANGE | Call by reference | Type reference (TYPE) | GRAC_S_SOD_RISK_SEARCH | SOD Risk | 20101204 | |||
| 4 | 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 | ET_RISK_LIST | Call by reference | Type reference (TYPE) | GRAC_T_SODRISK | SOD Risk Table | 20090914 | |||
| 2 | IO_SESSION | Call by reference | Object reference (TYPE REF TO) | CL_GRFN_API_SESSION | Session Management for GRC APIs | 20090914 | |||
| 3 | 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 | EV_BOOL | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20100610 | ||||
| 2 | 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 | IS_RISK | Call by reference | Type reference (TYPE) | GRAC_S_SODRISK | SOD Risk | 20090929 | |||
| 2 | IT_RISKFUNC | Call by reference | Type reference (TYPE) | GRAC_T_SODRISKFUNC | SOD Risk Function Table | 20090929 | |||
| 3 | IT_RISKOWN | Call by reference | Type reference (TYPE) | GRAC_T_SODRISKOWN | SOD Risk Owner Table | 20090929 | |||
| 4 | IT_RISKRS | Call by reference | Type reference (TYPE) | GRAC_T_SODRISKRS | SOD Risk Rule Set Table | 20090929 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Generic GRC API exception | 20090929 |
History
| Last changed by/on | SAP | 20141106 |
| SAP Release Created in | 600 |