SAP ABAP Class CL_GRPC_API_ASSESSMENT (Assessment API)
Hierarchy
☛
GRCFND_A (Software Component) GRC Foundation ABAP
⤷ GRC-SPC (Application Component) Process Controls
⤷ GRPC_ENTITY_API (Package) GRC Process controls API
⤷ GRC-SPC (Application Component) Process Controls
⤷ GRPC_ENTITY_API (Package) GRC Process controls API
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 | 20091102 |
2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_GRFN_API_CUSTOMFIELD | Interface for Customer Field API | 20091110 |
3 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_GRFN_API_SURVEY_RESP_CONT | Survey Response Container | 20091202 |
4 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_GRFN_REPORT | Get data for reporting engine | 20091110 |
5 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_GRPC_API_ASSESSMENT | interface for api assessment | 20091104 |
Properties
Class | CL_GRPC_API_ASSESSMENT | |
Short Description | Assessment API | |
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 | GRPC_ENTITY_API | GRC Process controls API |
Created | 20091102 | 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) |
2 | GRFN0 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_GRFN_API_CUSTOMFIELD | Interface for Customer Field API | 20091110 | ||
2 | IF_GRFN_API_SURVEY_RESP_CONT | Survey Response Container | 20091202 | ||
3 | IF_GRFN_REPORT | Get data for reporting engine | 20091110 | ||
4 | IF_GRPC_API_ASSESSMENT | interface for api assessment | 20091104 |
Friends
# | Friend | Modeled only | Created on | Description |
---|---|---|---|---|
1 | CL_GRFN_API_SESSION | 20091104 | Session Management for GRC APIs |
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | MC_ERROR | Constant | Private | Type reference (TYPE) | SY-MSGTY | 'E' | Message Type | 20091109 | |
2 | MC_MESSAGE_CLASS | Constant | Private | Type reference (TYPE) | SY-MSGID | 'GRPC_ENTITY_API' | Reference type | 20091109 | |
3 | MC_MODEL_CLASS | Constant | Private | Type reference (TYPE) | CLASSNAME | 'CL_GRPC_CASES_MODEL' | Reference type | 20091110 | |
4 | MO_API_PCENTITY | Instance attribute | Private | Object reference (TYPE REF TO) | CL_GRPC_API_PCENTITY | Generic PC Entity | 20091110 | ||
5 | MV_MODEL_SETUP | Constant | Private | Type reference (TYPE) | CLASSNAME | 'CL_GRPC_MODEL_SETUP' | Reference type | 20091106 | |
6 | MV_QLIBRARY_MODEL | Constant | Private | Type reference (TYPE) | CLASSNAME | 'CL_GRPC_QLIBRARY_MODEL' | Reference type | 20091106 | |
7 | MV_STMPLT_MODEL | Constant | Private | Type reference (TYPE) | CLASSNAME | 'CL_GRPC_STMPLT_MODEL' | Reference type | 20091106 |
Methods
Events
Class CL_GRPC_API_ASSESSMENT has no event.
Types
Class CL_GRPC_API_ASSESSMENT has no local type.
Method Signatures
Method CREATE_RISK_INFO Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Exporting | CS_DB_RISK | Call by reference | Type reference (TYPE) | GRPCRISKASS | Risk Data | 20091106 | ||
2 | Exporting | CT_MESSAGE | Call by reference | Type reference (TYPE) | BAPIRETTAB | Table with BAPI Return Information | 20091106 | ||
3 | Exporting | CV_RETURN_CODE | Call by reference | Type reference (TYPE) | INT4 | Natural number | 20091106 | ||
4 | Importing | IS_RISK | Call by reference | Type reference (TYPE) | GRPC_S_API_RISK_ASS_DATA | Risk Assessment Data | 20091106 | ||
5 | Importing | I_REGULATION_ID | Call by reference | Type reference (TYPE) | GRPC_API_OBJECT_ID | GRPC ID of the individual object | 20091106 | ||
6 | Importing | I_SESSION_ID | Call by reference | Type reference (TYPE) | GRPC_API_SESSION_ID | GRPC unique session ID | 20091106 |
Method CREATE_RISK_INFO on class CL_GRPC_API_ASSESSMENT has no exception.
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 | 20091105 | ||
2 | Importing | IV_OBJECT_ID | Call by reference | Type reference (TYPE) | GRFN_API_OBJECT_ID | Object ID | 20091105 | ||
3 | Returning | RO_RESULT | Value transfer | Object reference (TYPE REF TO) | CL_GRPC_API_ASSESSMENT | API class for Assessment | 20091105 |
Method GET on class CL_GRPC_API_ASSESSMENT has no exception.
Method GET_CRISK_DETAIL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Exporting | CS_RISK | Call by reference | Type reference (TYPE) | GRPC_S_API_RISK_ASS_DATA | Risk Assessment Data | 20091106 | ||
2 | Exporting | CT_MESSAGE | Call by reference | Type reference (TYPE) | BAPIRETTAB | Table with BAPI Return Information | 20091106 | ||
3 | Exporting | CV_RETURN_CODE | Call by reference | Type reference (TYPE) | INT4 | Natural number | 20091106 | ||
4 | Importing | I_REGULATION_ID | Call by reference | Type reference (TYPE) | GRPC_API_OBJECT_ID | GRPC ID of the individual object | 20091106 | ||
5 | Importing | I_SESSION_ID | Call by reference | Type reference (TYPE) | GRPC_API_SESSION_ID | GRPC unique session ID | 20091106 |
Method GET_CRISK_DETAIL on class CL_GRPC_API_ASSESSMENT has no exception.
Method GET_CR_RATING Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Exporting | E_RATING | Call by reference | Type reference (TYPE) | GRPC_ATTRVALUE | Attribute Value | 20091106 | ||
2 | Importing | IS_CR_DATA | Call by reference | Type reference (TYPE) | GRPC_S_API_CR_ASS_DATA | Control Risk Assessment Data | 20091106 | ||
3 | Importing | IT_CR_FACTOR | Call by reference | Type reference (TYPE) | GRPC_T_API_CR_ASS_FACTOR | Control Risk Assessment Factor | 20091106 |
Method GET_CR_RATING on class CL_GRPC_API_ASSESSMENT has no exception.
Method GET_ISSUE_LIST Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Exporting | ET_ISSUE_LIST | Call by reference | Type reference (TYPE) | GRPC_T_ISSUE_DETAIL | Issue detail table | 20091106 | ||
2 | Importing | I_CONTROL_ID | Call by reference | Type reference (TYPE) | GRPC_OBJECT_ID | Object ID | 20091106 | ||
3 | Importing | I_CONTROL_TYPE | Call by reference | Type reference (TYPE) | CHAR1 | Single-Character Flag | 20091106 | ||
4 | Importing | I_ORGUNIT_ID | Call by reference | Type reference (TYPE) | GRPC_OBJECT_ID | Object ID | 20091106 | ||
5 | Importing | I_SESSION_ID | Call by reference | Type reference (TYPE) | GRPC_API_SESSION_ID | GRPC unique session ID | 20091106 |
Method GET_ISSUE_LIST on class CL_GRPC_API_ASSESSMENT has no exception.
Method GET_LRISK_DETAIL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Exporting | CS_RISK | Call by reference | Type reference (TYPE) | GRPC_S_API_RISK_ASS_DATA | Risk Assessment Data | 20091106 | ||
2 | Exporting | CT_MESSAGE | Call by reference | Type reference (TYPE) | BAPIRETTAB | Table with BAPI Return Information | 20091106 | ||
3 | Exporting | CV_RETURN_CODE | Call by reference | Type reference (TYPE) | INT4 | Natural number | 20091106 | ||
4 | Importing | I_REGULATION_ID | Call by reference | Type reference (TYPE) | GRPC_API_OBJECT_ID | GRPC ID of the individual object | 20091106 | ||
5 | Importing | I_SESSION_ID | Call by reference | Type reference (TYPE) | GRPC_API_SESSION_ID | GRPC unique session ID | 20091106 |
Method GET_LRISK_DETAIL on class CL_GRPC_API_ASSESSMENT has no exception.
Method GET_OBJECT_INFO Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Exporting | CT_MESSAGE | Call by reference | Type reference (TYPE) | BAPIRETTAB | Table with BAPI Return Information | 20091106 | ||
2 | Exporting | CV_DESCR | Call by reference | Type reference (TYPE) | GRPC_API_OBJECT_DESCR | Description of the entity | 20091106 | ||
3 | Exporting | CV_RETURN_CODE | Call by reference | Type reference (TYPE) | INT4 | Natural number | 20091106 | ||
4 | Importing | IV_OBJECT_ID | Call by reference | Type reference (TYPE) | GRPC_API_OBJECT_ID | GRPC ID of the individual object | 20091106 | ||
5 | Importing | I_SESSION_ID | Call by reference | Type reference (TYPE) | GRPC_API_SESSION_ID | GRPC unique session ID | 20091106 |
Method GET_OBJECT_INFO on class CL_GRPC_API_ASSESSMENT has no exception.
Method GET_RISK_LEVEL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Exporting | ET_MESSAGE | Call by reference | Type reference (TYPE) | BAPIRETTAB | Table with BAPI Return Information | 20091106 | ||
2 | Exporting | EV_RETURN_CODE | Call by reference | Type reference (TYPE) | INT4 | Natural number | 20091106 | ||
3 | Exporting | EV_RISK_LEVEL | Call by reference | Type reference (TYPE) | GRPC_RISK_LEVEL_ID | Risk Level ID | 20091106 | ||
4 | Importing | IT_ASSIGNED_RISK | Call by reference | Type reference (TYPE) | GRPC_T_API_RISK_COVERAGE | table for risk coverage | 20091106 | ||
5 | Importing | I_REGULATION_ID | Call by reference | Type reference (TYPE) | GRFN_API_OBJECT_ID | Object ID | 20091106 | ||
6 | Importing | I_SESSION_ID | Call by reference | Type reference (TYPE) | GRPC_API_SESSION_ID | GRPC unique session ID | 20091106 |
Method GET_RISK_LEVEL on class CL_GRPC_API_ASSESSMENT has no exception.
Method GET_SOURCE_TEXT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Exporting | CS_RISK | Call by reference | Type reference (TYPE) | GRPC_S_API_RISK_ASS_DATA | Risk Assessment Data | 20091106 | ||
2 | Exporting | CT_MESSAGE | Call by reference | Type reference (TYPE) | BAPIRETTAB | Table with BAPI Return Information | 20091106 | ||
3 | Exporting | CV_RETURN_CODE | Call by reference | Type reference (TYPE) | INT4 | Natural number | 20091106 | ||
4 | Importing | CV_SOURCE_ID | Call by reference | Type reference (TYPE) | GRPC_API_OBJECT_ID | GRPC ID of the individual object | 20091106 | ||
5 | Importing | I_REGULATION_ID | Call by reference | Type reference (TYPE) | GRPC_API_OBJECT_ID | GRPC ID of the individual object | 20091106 | ||
6 | Importing | I_SESSION_ID | Value transfer | Type reference (TYPE) | GRPC_API_SESSION_ID | GRPC unique session ID | 20091106 |
Method GET_SOURCE_TEXT on class CL_GRPC_API_ASSESSMENT has no exception.
Method NOTIFY_RM Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | IV_ASSMNT_ID | Call by reference | Type reference (TYPE) | GRPC_CASE_ID | Case ID | 20130605 |
Method NOTIFY_RM on class CL_GRPC_API_ASSESSMENT has no exception.
Method UPDATE_CNTR_EVIDENCE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Exporting | ET_MESSAGE | Call by reference | Type reference (TYPE) | BAPIRETTAB | Table with BAPI Return Information | 20091106 | ||
2 | Exporting | E_RETURN_CODE | Call by reference | Type reference (TYPE) | INT4 | Natural number | 20091106 | ||
3 | Importing | IT_RISK | Call by reference | Type reference (TYPE) | GRPC_T_RISK_ASS | Risk assessment Table type | 20091106 | ||
4 | Importing | I_REGULATION_ID | Call by reference | Type reference (TYPE) | GRPC_API_OBJECT_ID | GRPC ID of the individual object | 20091106 | ||
5 | Importing | I_SESSION_ID | Call by reference | Type reference (TYPE) | GRPC_API_SESSION_ID | GRPC unique session ID | 20091106 |
Method UPDATE_CNTR_EVIDENCE on class CL_GRPC_API_ASSESSMENT has no exception.
Method UPDATE_DATA_FOR_RISK Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Exporting | CS_RISK | Call by reference | Type reference (TYPE) | GRPC_S_API_RISK_ASS_DATA | Risk Assessment Data | 20091106 | ||
2 | Importing | IO_CASE_MODEL | Call by reference | Object reference (TYPE REF TO) | CL_GRPC_CASES_MODEL | Model for the cases API | 20091106 | ||
3 | Importing | IS_ASSMENT | Call by reference | Type reference (TYPE) | GRPC_S_API_ASSESSMENT | Assessment | 20091106 | ||
4 | Importing | IT_DB_RISK | Call by reference | Type reference (TYPE) | GRPC_T_RISK_ASS | Risk assessment Table type | 20091106 | ||
5 | Importing | IV_SUBTEST_FLAG | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20091106 | |||
6 | Importing | I_ASSMNT_ID | Call by reference | Type reference (TYPE) | GRPC_CASE_ID | Case ID | 20091106 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | CX_GRPC_CASE | PC: Case | 20100316 |
Method UPDATE_RISK_INFO Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Exporting | CT_MESSAGE | Call by reference | Type reference (TYPE) | BAPIRETTAB | Table with BAPI Return Information | 20091106 | ||
2 | Exporting | CV_RETURN_CODE | Call by reference | Type reference (TYPE) | INT4 | Natural number | 20091106 | ||
3 | Importing | IS_RISK | Call by reference | Type reference (TYPE) | GRPC_S_API_RISK_ASS_DATA | Risk Assessment Data | 20091106 | ||
4 | Importing | I_REGULATION | Call by reference | Type reference (TYPE) | GRPC_API_OBJECT_ID | GRPC ID of the individual object | 20091106 | ||
5 | Importing | I_SESSION_ID | Call by reference | Type reference (TYPE) | GRPC_API_SESSION_ID | GRPC unique session ID | 20091106 |
Method UPDATE_RISK_INFO on class CL_GRPC_API_ASSESSMENT has no exception.
History
Last changed by/on | SAP | 20141106 |
SAP Release Created in | 600 |