SAP ABAP Class CL_GRRM_RISK_SRV_VALUATION (Valuation For RIsk Survey)
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)  IF_GRFN_VALUATION Valuation implementation 20100407
Properties
Class CL_GRRM_RISK_SRV_VALUATION  
Short Description Valuation For RIsk Survey    
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 20100407   SAP 
Last change 20141106    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 IF_FDT_TYPES Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
# Interface Abstract Final Description Created on
1 IF_GRFN_VALUATION Valuation implementation 20100407
Friends
Class CL_GRRM_RISK_SRV_VALUATION has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GC_DUMMY_IMP_CAT_PROB Static Attribute Public Type reference (TYPE) GRRM_CAT_ID '##PROBAB%%' Category ID 20100521
2 GC_DUMMY_IMP_CAT_SOO Static Attribute Public Type reference (TYPE) GRRM_CAT_ID '##SOO##%%#' Category ID 20100521
3 MO_BRFP_LAYER Instance attribute Private Object reference (TYPE REF TO) CL_GRRM_SRV_VAL_FDT_LAYER KRI FDT communication layer 20100526
4 M_CURRENCY Instance attribute Private Type reference (TYPE) GRFN_CURRENCY Currency of analysis 20120201
Methods
# Method Level Visibility Method type Description Created on
1 CALCULATE_IMPACT Instance method Private Method 20100526
2 CALCULATE_PROBABILITY Instance method Private Method 20100526
3 CALCULATE_SPEED_OF_ONSET Instance method Private Method 20100526
4 CONSTRUCTOR Instance method Public Constructor 20100526
5 GET_CHOICE_KEY Instance method Private Method 20100805
6 PREPARE_FORMULA_VALUES_IMPACT Instance method Private Method 20100527
7 PREPARE_FORMULA_VALUES_PROB Instance method Private Method 20100527
8 PREPARE_FORMULA_VALUES_SOO Instance method Private Method 20100527
Events
Class CL_GRRM_RISK_SRV_VALUATION has no event.
Types
Class CL_GRRM_RISK_SRV_VALUATION has no local type.
Method Signatures

Method CALCULATE_IMPACT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_ANA_ASSESSMENT Call by reference Type reference (TYPE) GRRM_T_API_ANALYSIS_ASSESSMENT Analysis assessment 20100526
2 Importing IS_PROFILE Call by reference Type reference (TYPE) GRRM_S_ANALYSIS_PROFILE ANALYSIS PROFILE 20100526
3 Importing IS_VALUATION Call by reference Type reference (TYPE) GRRM_S_RISK_SRV_VALUATION Survey Question 20100526
4 Importing IT_CHOICE Call by reference Type reference (TYPE) GRFN_T_API_SRV_QUESTION_CHOICE Survey Question Choices 20100527
5 Importing IT_QUESTION_ANSWER Call by reference Type reference (TYPE) GRFN_T_API_QUESTION_ANSWER Question with answer 20100527
6 Importing IT_QUESTION_ELEM Call by reference Type reference (TYPE) GRRM_T_VAL_QUEST_ELEM linking the Question ID and BRF+ Element ID 20100602
7 Importing IV_ORGUNIT_ID Call by reference Type reference (TYPE) GRFN_API_OBJECT_ID Object ID 20100527
8 Importing IV_VALID_FROM Call by reference Type reference (TYPE) GRRM_ANALYSIS_VALIDFROM Field of type DATS 20100527
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20100526

Method CALCULATE_PROBABILITY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_ANA_PROBABILITY Call by reference Type reference (TYPE) GRRM_T_API_ANALYSIS_PROBABILIT Analysis Probability 20100526
2 Importing IS_PROFILE Call by reference Type reference (TYPE) GRRM_S_ANALYSIS_PROFILE ANALYSIS PROFILE 20100526
3 Importing IS_VALUATION Call by reference Type reference (TYPE) GRRM_S_RISK_SRV_VALUATION Survey Question 20100526
4 Importing IT_CHOICE Call by reference Type reference (TYPE) GRFN_T_API_SRV_QUESTION_CHOICE Survey Question Choices 20100526
5 Importing IT_QUESTION_ANSWER Call by reference Type reference (TYPE) GRFN_T_API_QUESTION_ANSWER Question with answer 20100602
6 Importing IT_QUESTION_ELEM Call by reference Type reference (TYPE) GRRM_T_VAL_QUEST_ELEM linking the Question ID and BRF+ Element ID 20100602
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20100526

Method CALCULATE_SPEED_OF_ONSET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_ANA_PROBABILITY Call by reference Type reference (TYPE) GRRM_T_API_ANALYSIS_PROBABILIT Analysis Probability 20100526
2 Importing IS_PROFILE Call by reference Type reference (TYPE) GRRM_S_ANALYSIS_PROFILE ANALYSIS PROFILE 20100526
3 Importing IS_VALUATION Call by reference Type reference (TYPE) GRRM_S_RISK_SRV_VALUATION Survey Question 20100526
4 Importing IT_CHOICE Call by reference Type reference (TYPE) GRFN_T_API_SRV_QUESTION_CHOICE Survey Question Choices 20100526
5 Importing IT_QUESTION_ANSWER Call by reference Type reference (TYPE) GRFN_T_API_QUESTION_ANSWER Question with answer 20100526
6 Importing IT_QUESTION_ELEM Call by reference Type reference (TYPE) GRRM_T_VAL_QUEST_ELEM linking the Question ID and BRF+ Element ID 20100602
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20100526

Method CONSTRUCTOR Signature

Method CONSTRUCTOR on class CL_GRRM_RISK_SRV_VALUATION has no parameter.
Method CONSTRUCTOR on class CL_GRRM_RISK_SRV_VALUATION has no exception.

Method GET_CHOICE_KEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_QUESTION_ANSWER Call by reference Type reference (TYPE) GRFN_S_API_QUESTION_ANSWER Question with answer 20100805
2 Returning RV_CHOICE_KEY Value transfer Type reference (TYPE) GRFN_QUESTION_CHOICE_KEY Survey Question Choice Key 20100805

Method GET_CHOICE_KEY on class CL_GRRM_RISK_SRV_VALUATION has no exception.

Method PREPARE_FORMULA_VALUES_IMPACT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_FORMULA_VALUE Call by reference Type reference (TYPE) IF_FDT_TYPES=>TS_ID_VALUE 20100527
2 Exporting EV_MODE Call by reference Type reference (TYPE) GRRM_ANALYSIS_MODE Analysis Mode 20100528
3 Importing IS_PROFILE Call by reference Type reference (TYPE) GRRM_S_ANALYSIS_PROFILE ANALYSIS PROFILE 20100527
4 Importing IS_VALUATION Call by reference Type reference (TYPE) GRRM_S_RISK_SRV_VALUATION Survey Question 20100527
5 Importing IT_CHOICE Call by reference Type reference (TYPE) GRFN_T_API_SRV_QUESTION_CHOICE Survey Question Choices 20100527
6 Importing IT_QUESTION_ANSWER Call by reference Type reference (TYPE) GRFN_T_API_QUESTION_ANSWER Question with answer 20100602
7 Importing IT_QUESTION_ELEM Call by reference Type reference (TYPE) GRRM_T_VAL_QUEST_ELEM linking the Question ID and BRF+ Element ID 20100602
8 Importing IV_ORGUNIT_ID Call by reference Type reference (TYPE) GRFN_API_OBJECT_ID Object ID 20100527
9 Importing IV_VALID_FROM Call by reference Type reference (TYPE) GRRM_ANALYSIS_VALIDFROM Valid From 20100527
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20100527

Method PREPARE_FORMULA_VALUES_PROB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ET_FORMULA_VALUE Value transfer Type reference (TYPE) IF_FDT_TYPES=>TS_ID_VALUE 20100527
2 Importing IS_PROFILE Call by reference Type reference (TYPE) GRRM_S_ANALYSIS_PROFILE ANALYSIS PROFILE 20100527
3 Importing IS_VALUATION Call by reference Type reference (TYPE) GRRM_S_RISK_SRV_VALUATION Survey Question 20100527
4 Importing IT_CHOICE Call by reference Type reference (TYPE) GRFN_T_API_SRV_QUESTION_CHOICE Survey Question Choices 20100527
5 Importing IT_QUESTION_ANSWER Call by reference Type reference (TYPE) GRFN_T_API_QUESTION_ANSWER Question with answer 20100602
6 Importing IT_QUESTION_ELEM Call by reference Type reference (TYPE) GRRM_T_VAL_QUEST_ELEM linking the Question ID and BRF+ Element ID 20100602
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20100527

Method PREPARE_FORMULA_VALUES_SOO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ET_FORMULA_VALUE Value transfer Type reference (TYPE) IF_FDT_TYPES=>TS_ID_VALUE 20100527
2 Importing IS_PROFILE Call by reference Type reference (TYPE) GRRM_S_ANALYSIS_PROFILE ANALYSIS PROFILE 20100527
3 Importing IS_VALUATION Call by reference Type reference (TYPE) GRRM_S_RISK_SRV_VALUATION Survey Question 20100527
4 Importing IT_CHOICE Call by reference Type reference (TYPE) GRFN_T_API_SRV_QUESTION_CHOICE Survey Question Choices 20100527
5 Importing IT_QUESTION_ANSWER Call by reference Type reference (TYPE) GRFN_T_API_QUESTION_ANSWER Question with answer 20100602
6 Importing IT_QUESTION_ELEM Call by reference Type reference (TYPE) GRRM_T_VAL_QUEST_ELEM linking the Question ID and BRF+ Element ID 20100602
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20100527
History
Last changed by/on SAP  20141106 
SAP Release Created in 600