SAP ABAP Class CL_GRRM_WF_RISKCONS (Business Object Class for Risk Consolidation)
Hierarchy
GRCFND_A (Software Component) GRC Foundation ABAP
   GRC-RM (Application Component) GRC Risk Management
     GRRM_RISK (Package) Package GRC-RM Risk
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  BI_OBJECT Business Instance 20110819
2 Interface implementation (CLASS c. INTERFACES i_ref)  BI_PERSISTENT Persistent Business Instance 20110819
3 Interface implementation (CLASS c. INTERFACES i_ref)  IF_GRFN_WF_PROCESS Interface for Entity Workflow Business Objects 20110819
4 Interface implementation (CLASS c. INTERFACES i_ref)  IF_WORKFLOW Business Workflow 20110819
Properties
Class CL_GRRM_WF_RISKCONS  
Short Description Business Object Class for Risk Consolidation    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package GRRM_RISK   Package GRC-RM Risk 
Created 20110819   SAP 
Last change 20141106    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_GRRM_WF_RISKCONS has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 BI_OBJECT Business Instance 20110819
2 BI_PERSISTENT Persistent Business Instance 20110819
3 IF_GRFN_WF_PROCESS Interface for Entity Workflow Business Objects 20110819
4 IF_WORKFLOW Business Workflow 20110819
Friends
Class CL_GRRM_WF_RISKCONS has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MS_RISKCONS Instance attribute Public Type reference (TYPE) GRRMRISKCONS DB table for policy version information in policy management 20110819
2 MS_STATUS Instance attribute Public Type reference (TYPE) GRFN_S_STATUS System Status 20110819
3 MT_REVIEWER Instance attribute Public Type reference (TYPE) SWFUAGENTS List of Organizational Objects 20110819
4 MV_DUE_DATE Instance attribute Public Type reference (TYPE) GRFN_DATE Date 20110825
5 MV_ENTITY Instance attribute Public Type reference (TYPE) GRFN_API_ENTITY_ID Entity ID 20110819
6 MV_OBJ_ID Instance attribute Public Type reference (TYPE) GRFN_GUID UUID of the GRC object (char32) 20110819
7 MV_TEXT Instance attribute Public Type reference (TYPE) GRFN_TEXT String 20110819
8 MV_TYPEID Instance attribute Public Type reference (TYPE) SIBFTYPEID Type of Objects in Persistent Object References 20110819
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20110819
2 DISPLAY Instance method Public Method 20110819
3 EXECUTE Instance method Public Method 20110819
4 GET_REVIEWER Instance method Public Method Get reviewer 20110819
5 GET_STATUS Instance method Public Method Get status 20110819
6 START Instance method Public Method 20110819
7 _GET_RISKCONS Instance method Private Method Get the Risk Consolidation data 20110819
8 _GET_STATUS Instance method Private Method Get the status from Status Management 20110819
9 _INIT Instance method Private Method Init 20110819
10 _LOAD_VARIATE Instance method Private Method Load BO variate for task name 20110819
11 _SET_NAME Instance method Private Method Set self name 20110819
12 _SET_TEXT Instance method Private Method Set the text of this process 20110819
Events
# Event Type Visibility Description Created on
1 CREATE Static Event
(1)
Public
(2)
Create Workflow Instance 20110819
2 INPROCESS Instance Event
(0)
Public
(2)
Close current stage and go to the next 20110819
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 YS_CONS_ACTION Private See coding 20111004 BEGIN OF ys_cons_action, cons_action TYPE grrmriskconsact, new TYPE abap_bool, END OF ys_cons_action
2 YT_CONS_ACTION Private See coding 20111004 yt_cons_action TYPE TABLE OF ys_cons_action
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_OBJ_ID Value transfer Type reference (TYPE) GRFN_GUID UUID of the GRC object (char32) 20110819

Method CONSTRUCTOR on class CL_GRRM_WF_RISKCONS has no exception.

Method DISPLAY Signature

Method DISPLAY on class CL_GRRM_WF_RISKCONS has no parameter.
Method DISPLAY on class CL_GRRM_WF_RISKCONS has no exception.

Method EXECUTE Signature

Method EXECUTE on class CL_GRRM_WF_RISKCONS has no parameter.
Method EXECUTE on class CL_GRRM_WF_RISKCONS has no exception.

Method GET_REVIEWER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_REVIEWER Call by reference Type reference (TYPE) SWFUAGENTS List of Organizational Objects 20110819
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20110819

Method GET_STATUS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_STATUS Value transfer Type reference (TYPE) GRFN_CASE_STATUS Case status 20110819

Method GET_STATUS on class CL_GRRM_WF_RISKCONS has no exception.

Method START Signature

Method START on class CL_GRRM_WF_RISKCONS has no parameter.
Method START on class CL_GRRM_WF_RISKCONS has no exception.

Method _GET_RISKCONS Signature

Method _GET_RISKCONS on class CL_GRRM_WF_RISKCONS has no parameter.
Method _GET_RISKCONS on class CL_GRRM_WF_RISKCONS has no exception.

Method _GET_STATUS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_OBJNR Value transfer Type reference (TYPE) CRMT_OBJECT_GUID Case: Status Object Number (GUID), (Central Status Managmnt) 20110819

Method _GET_STATUS on class CL_GRRM_WF_RISKCONS has no exception.

Method _INIT Signature

Method _INIT on class CL_GRRM_WF_RISKCONS has no parameter.
Method _INIT on class CL_GRRM_WF_RISKCONS has no exception.

Method _LOAD_VARIATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RS_VARIATE Value transfer Type reference (TYPE) GRFN_S_VARIATE Variate for Task Name 20110819

Method _LOAD_VARIATE on class CL_GRRM_WF_RISKCONS has no exception.

Method _SET_NAME Signature

Method _SET_NAME on class CL_GRRM_WF_RISKCONS has no parameter.
Method _SET_NAME on class CL_GRRM_WF_RISKCONS has no exception.

Method _SET_TEXT Signature

Method _SET_TEXT on class CL_GRRM_WF_RISKCONS has no parameter.
Method _SET_TEXT on class CL_GRRM_WF_RISKCONS has no exception.
Event Signatures

Event CREATE Signature
Event CREATE on class CL_GRRM_WF_RISKCONS has no parameter.
Event INPROCESS Signature
Event INPROCESS on class CL_GRRM_WF_RISKCONS has no parameter.
History
Last changed by/on SAP  20141106 
SAP Release Created in V1100