SAP ABAP Class CL_GRRM_OB_RCSA_WF (Risk control self assessment)
Hierarchy
GRCFND_A (Software Component) GRC Foundation ABAP
   GRC-RM (Application Component) GRC Risk Management
     GRRM_OB_RCSA (Package) Op. Risk Mngmt for Banks: Risk Control Self Assessment
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  BI_OBJECT Business Instance 20110310
2 Interface implementation (CLASS c. INTERFACES i_ref)  BI_PERSISTENT Persistent Business Instance 20110310
3 Interface implementation (CLASS c. INTERFACES i_ref)  IF_WORKFLOW Business Workflow 20110310
Properties
Class CL_GRRM_OB_RCSA_WF  
Short Description Risk control self assessment    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package GRRM_OB_RCSA   Op. Risk Mngmt for Banks: Risk Control Self Assessment 
Created 20110310   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 BI_OBJECT Business Instance 20110310
2 BI_PERSISTENT Persistent Business Instance 20110310
3 IF_WORKFLOW Business Workflow 20110310
Friends
Class CL_GRRM_OB_RCSA_WF has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MC_REL_OBJECT_TITLE Instance attribute Public Type reference (TYPE) GRFN_TITLE Related Object Title 20110310
2 MC_RISK_CATEGORY_TITLE Instance attribute Public Type reference (TYPE) GRFN_TITLE Risk Category Title 20110310
3 MC_STATUS Instance attribute Public Type reference (TYPE) GRRM_OB_RCSA_STATUS RCSA Status 20110310
4 MO_SESSION Instance attribute Private Object reference (TYPE REF TO) CL_GRFN_API_SESSION Session 20110310
5 MS_RCSA Instance attribute Public Type reference (TYPE) GRRM_OB_S_RCSA RCSA Instance 20110310
6 MS_REL_ENTITY_INFO Instance attribute Public Type reference (TYPE) GRFN_S_OBJTYPE_INFO Related Entity Info 20110310
7 MT_ASSESSOR Instance attribute Public Type reference (TYPE) TSWHACTOR Assessors 20110310
8 MT_REVIEWER Instance attribute Public Type reference (TYPE) TSWHACTOR Reviewers 20110310
9 MV_RCSA_GUID Instance attribute Public Type reference (TYPE) GRRM_OB_RCSA_ID RCSA Id 20110310
10 MV_TITLE Instance attribute Public Type reference (TYPE) STRING Work item title 20110325
Methods
# Method Level Visibility Method type Description Created on
1 CLOSE_WORKITEM Static method Public Method Close work item 20110310
2 CONSTRUCTOR Instance method Public Constructor Constructor 20110310
3 EXECUTE Instance method Public Method Execute 20110310
4 EXECUTE_OFFLINE Instance method Public Method 20110323
5 FORWARD_WORKITEM Static method Public Method Forward work item to another user 20110325
6 GET_TITLE Instance method Private Method Get object title 20110310
7 IS_ANY_WORKFLOW_ACTIVE Static method Public Method Is workflow active 20110401
8 IS_WORKFLOW_ACTIVE Static method Public Method Is workflow active 20110328
9 REFRESH Instance method Private Method Fill in attributes of the workflow class 20110310
10 RESOLVE_WORKITEM Static method Public Method Get RCSA ID from work item 20110310
11 RESTART_WORKFLOW Static method Public Method 20110331
12 START Static method Public Method Start workflow 20110310
Events
# Event Type Visibility Description Created on
1 CREATE Instance Event
(0)
Public
(2)
Create workflow 20110310
2 FINISHED Instance Event
(0)
Public
(2)
Finished 20110324
Types
Class CL_GRRM_OB_RCSA_WF has no local type.
Method Signatures

Method CLOSE_WORKITEM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ID Call by reference Type reference (TYPE) GRRM_OB_RCSA_ID RCSA ID 20110310
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20110310

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_RCSA_GUID Call by reference Type reference (TYPE) GRFN_GUID UUID of the GRC object (char32) 20110310
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20110608

Method EXECUTE Signature

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

Method EXECUTE_OFFLINE Signature

Method EXECUTE_OFFLINE on class CL_GRRM_OB_RCSA_WF has no parameter.
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20110325

Method FORWARD_WORKITEM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_USER Call by reference Type reference (TYPE) SYUNAME User Name 20110325
2 Importing IV_WI_ID Call by reference Type reference (TYPE) SWW_WIID Work item ID 20110325

Method FORWARD_WORKITEM on class CL_GRRM_OB_RCSA_WF has no exception.

Method GET_TITLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ID Call by reference Type reference (TYPE) GRFN_API_OBJECT_ID Object ID 20110310
2 Returning RV_TITLE Value transfer Type reference (TYPE) STRING Title/Short Name 20110310
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20110310

Method IS_ANY_WORKFLOW_ACTIVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_RCSA_PLAN_ID Call by reference Type reference (TYPE) GRFN_API_OBJECT_ID 20110401
2 Importing IV_REL_OBJECT_ID Call by reference Type reference (TYPE) GRFN_API_OBJECT_ID 20110401
3 Importing IV_RISK_CATEGORY_ID Call by reference Type reference (TYPE) GRFN_API_OBJECT_ID 20110401
4 Returning RV_IS_ACTIVE Value transfer Type reference (TYPE) ABAP_BOOL Processing Status of a Work Item 20110401
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20110401

Method IS_WORKFLOW_ACTIVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_IS_ACTIVE Call by reference Type reference (TYPE) ABAP_BOOL Processing Status of a Work Item 20110328
2 Exporting EV_STATUS Call by reference Type reference (TYPE) SWW_WISTAT Processing Status of a Work Item 20110328
3 Importing IV_RCSA_ID Call by reference Type reference (TYPE) GRRM_OB_RCSA_ID RCSA ID 20110328

Method IS_WORKFLOW_ACTIVE on class CL_GRRM_OB_RCSA_WF has no exception.

Method REFRESH Signature

Method REFRESH on class CL_GRRM_OB_RCSA_WF has no parameter.
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20110310

Method RESOLVE_WORKITEM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_WI_ID Call by reference Type reference (TYPE) SWW_WIID Work item ID 20110310
2 Returning RV_RCSA_ID Value transfer Type reference (TYPE) GRFN_API_OBJECT_ID RCSA API ID 20110310

Method RESOLVE_WORKITEM on class CL_GRRM_OB_RCSA_WF has no exception.

Method RESTART_WORKFLOW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_DUE_DATE Call by reference Type reference (TYPE) GRFN_DUE_DATE '99991231' Due Date 20110401
2 Importing IV_RCSA_ID Call by reference Type reference (TYPE) GRFN_API_OBJECT_ID Object ID 20110331
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20110331

Method START Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_GUID Call by reference Type reference (TYPE) GRRM_OB_RCSA_ID RCSA ID 20110324
2 Importing IV_MODE Call by reference Type reference (TYPE) GRRM_OB_RCSA_EXECUTION_MODE RCSA execution mode 20110324
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20110310
Event Signatures

Event CREATE Signature
# Parameter Type Pass Value Optional Typing Method Associated Type Default value Description Created on
1 EXECUTION_MODE Exporting Value transfer Type reference (TYPE) GRRM_OB_RCSA_EXECUTION_MODE RCSA execution mode 20110324
2 RCSA_GUID Exporting Value transfer Type reference (TYPE) GRRM_OB_RCSA_ID RCSA ID 20110310

Event FINISHED Signature
Event FINISHED on class CL_GRRM_OB_RCSA_WF has no parameter.
History
Last changed by/on SAP  20141106 
SAP Release Created in V1000