SAP ABAP Class CL_GRRM_RISK_ANALYSIS_WF (CL_GRRM_RISK_ANALYSIS_WF)
Hierarchy
GRCFND_A (Software Component) GRC Foundation ABAP
   GRC-RM (Application Component) GRC Risk Management
     GRRM_CASE_MANAGEMENT (Package) Case management for risks
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  BI_OBJECT Business Instance 20080915
2 Interface implementation (CLASS c. INTERFACES i_ref)  BI_PERSISTENT Persistent Business Instance 20080915
3 Interface implementation (CLASS c. INTERFACES i_ref)  IF_WORKFLOW Business Workflow 20080915
Properties
Class CL_GRRM_RISK_ANALYSIS_WF  
Short Description    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package GRRM_CASE_MANAGEMENT   Case management for risks 
Created 20080915   SAP 
Last change 20141106    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 GRRM0 Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 BI_OBJECT Business Instance 20080915
2 BI_PERSISTENT Persistent Business Instance 20080915
3 IF_WORKFLOW Business Workflow 20080915
Friends
Class CL_GRRM_RISK_ANALYSIS_WF has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MC_CLASSNAME Constant Public Type reference (TYPE) CLASSNAME 'CL_GRRM_RISK_ANALYSIS_WF' Reference type 20100121
2 MC_EVT_ANALYZE Constant Public Type reference (TYPE) SWO_EVENT 'ANALYZE' Event 20100505
3 MC_EVT_ANALYZED Constant Public Type reference (TYPE) SWO_EVENT 'ANALYZED' Event 20100505
4 MC_EVT_ANALYZE_SURVEY Constant Public Type reference (TYPE) SWO_EVENT 'ANALYZE_SURVEY' Event 20100505
5 MC_EVT_ANALYZE_SURVEY_OFFLINE Constant Public Type reference (TYPE) SWO_EVENT 'ANALYZE_SURVEY_OFFLINE' Event 20100505
6 MC_EVT_CANCELED Constant Public Type reference (TYPE) SWO_EVENT 'CANCELED' Event 20100505
7 MT_ANALYZERS Instance attribute Public Type reference (TYPE) TSWHACTOR Analyzers 20080916
8 MV_ANALYSIS Instance attribute Public Type reference (TYPE) GRFN_GUID Analysis GUID 20100510
9 MV_ENTITY Instance attribute Public Type reference (TYPE) STRING Entity ID 20081201
10 MV_OBJECT_ID Instance attribute Public Type reference (TYPE) GRFN_API_OBJECT_ID Object ID 20100510
11 MV_RISK_TITLE Instance attribute Public Type reference (TYPE) GRFN_TITLE Risk Title 20080917
12 MV_TF_YEAR Instance attribute Public Type reference (TYPE) GRFN_TF_YEAR Timeframe Year 20100510
13 MV_TIME_FRAME Instance attribute Public Type reference (TYPE) GRFN_TIMEFRAME Timeframe 20100510
Methods
# Method Level Visibility Method type Description Created on
1 ANALYZED_WORKFLOW Static method Public Method Raise analyzed event and finish the WF 20100510
2 ANALYZE_WORKFLOW Static method Public Method Raise analyze event and start the workflow 20100510
3 CANCEL_WORKFLOW Static method Public Method Raise analyzed event and cancel the WF 20100510
4 CHECK_WF_ANALYSIS Static method Public Method Check if analysis corresponds to open WF for the user 20130611
5 CONSTRUCTOR Instance method Public Constructor 20080915
6 EXECUTE Instance method Public Method Dummy method which is called by online Task 20080915
7 EXECUTE_OFFLINE Instance method Public Method Method which is called by offline Task 20100505
8 GAF_STEP_GENERAL Static method Public Method Include General step in GAF 20131108
9 GAF_STEP_KRI Static method Public Method Include KRI step in GAF 20131108
10 RESOLVE_ANALYSIS Static method Public Method Get workitem data for analysis ID 20100510
11 RESOLVE_WORKITEM Static method Public Method Get analysis id from workitem 20100507
12 SET_FINALIZE Instance method Public Method 20080915
13 UPDATE_FROM_DB Instance method Private Method 20100510
Events
# Event Type Visibility Description Created on
1 ANALYZE Instance Event
(0)
Public
(2)
20080916
2 ANALYZED Instance Event
(0)
Public
(2)
20080916
3 ANALYZE_SURVEY Instance Event
(0)
Public
(2)
20100505
4 ANALYZE_SURVEY_OFFLINE Instance Event
(0)
Public
(2)
20100505
5 CANCELED Instance Event
(0)
Public
(2)
20080916
Types
Class CL_GRRM_RISK_ANALYSIS_WF has no local type.
Method Signatures

Method ANALYZED_WORKFLOW Signature

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

Method ANALYZED_WORKFLOW on class CL_GRRM_RISK_ANALYSIS_WF has no exception.

Method ANALYZE_WORKFLOW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ANALYSIS Value transfer Type reference (TYPE) GRFN_GUID UUID of the GRC object (char32) 20100510
2 Importing IV_EVENT Value transfer Type reference (TYPE) SWO_EVENT Event 20100510

Method ANALYZE_WORKFLOW on class CL_GRRM_RISK_ANALYSIS_WF has no exception.

Method CANCEL_WORKFLOW Signature

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

Method CANCEL_WORKFLOW on class CL_GRRM_RISK_ANALYSIS_WF has no exception.

Method CHECK_WF_ANALYSIS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ANALYSIS Call by reference Type reference (TYPE) GRFN_API_OBJECT_ID Object ID 20130611
2 Returning RV_WF_EXISTS Value transfer Type reference (TYPE) AS4FLAG Flag (X or Blank) 20130611

Method CHECK_WF_ANALYSIS on class CL_GRRM_RISK_ANALYSIS_WF has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ANALYSIS Call by reference Type reference (TYPE) GRFN_GUID GUID 20100510

Method CONSTRUCTOR on class CL_GRRM_RISK_ANALYSIS_WF has no exception.

Method EXECUTE Signature

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

Method EXECUTE_OFFLINE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_PROCESSOR Value transfer Type reference (TYPE) TSWHACTOR 20100513
2 Importing IV_ANALYSIS_ID Value transfer Type reference (TYPE) GRFN_GUID 20100505

Method EXECUTE_OFFLINE on class CL_GRRM_RISK_ANALYSIS_WF has no exception.

Method GAF_STEP_GENERAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EV_DISPLAY Value transfer Type reference (TYPE) AS4FLAG Flag (X or Blank) 20131108

Method GAF_STEP_GENERAL on class CL_GRRM_RISK_ANALYSIS_WF has no exception.

Method GAF_STEP_KRI Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EV_DISPLAY Value transfer Type reference (TYPE) AS4FLAG Flag (X or Blank) 20131108

Method GAF_STEP_KRI on class CL_GRRM_RISK_ANALYSIS_WF has no exception.

Method RESOLVE_ANALYSIS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_GUID Value transfer Type reference (TYPE) GRFN_GUID UUID of the GRC object (char32) 20100510
2 Returning RS_WORKITEM Value transfer Type reference (TYPE) SWR_WIHDR Work Item Structure 20100510

Method RESOLVE_ANALYSIS on class CL_GRRM_RISK_ANALYSIS_WF has no exception.

Method RESOLVE_WORKITEM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_WORKITEM Value transfer Type reference (TYPE) SWW_WIID Work item ID 20100507
2 Returning RV_ANALYSIS Value transfer Type reference (TYPE) GRFN_API_OBJECT_ID Object ID 20100507

Method RESOLVE_WORKITEM on class CL_GRRM_RISK_ANALYSIS_WF has no exception.

Method SET_FINALIZE Signature

Method SET_FINALIZE on class CL_GRRM_RISK_ANALYSIS_WF has no parameter.
Method SET_FINALIZE on class CL_GRRM_RISK_ANALYSIS_WF has no exception.

Method UPDATE_FROM_DB Signature

Method UPDATE_FROM_DB on class CL_GRRM_RISK_ANALYSIS_WF has no parameter.
Method UPDATE_FROM_DB on class CL_GRRM_RISK_ANALYSIS_WF has no exception.
Event Signatures

Event ANALYZE Signature
Event ANALYZE on class CL_GRRM_RISK_ANALYSIS_WF has no parameter.
Event ANALYZED Signature
Event ANALYZED on class CL_GRRM_RISK_ANALYSIS_WF has no parameter.
Event ANALYZE_SURVEY Signature
Event ANALYZE_SURVEY on class CL_GRRM_RISK_ANALYSIS_WF has no parameter.
Event ANALYZE_SURVEY_OFFLINE Signature
Event ANALYZE_SURVEY_OFFLINE on class CL_GRRM_RISK_ANALYSIS_WF has no parameter.
Event CANCELED Signature
Event CANCELED on class CL_GRRM_RISK_ANALYSIS_WF has no parameter.
History
Last changed by/on SAP  20141106 
SAP Release Created in 300