SAP ABAP Class CL_GRRM_MODEL_SCENARIO (Additional analysis attributes)
Hierarchy
GRCFND_A (Software Component) GRC Foundation ABAP
   GRC-RM (Application Component) GRC Risk Management
     GRRM_SCENARIO_ANALYSIS (Package) Scenario Analysis
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_GRFN_API_MODEL Interface for handling of GRC API models 20080704
Properties
Class CL_GRRM_MODEL_SCENARIO  
Short Description Additional analysis attributes    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package GRRM_SCENARIO_ANALYSIS   Scenario Analysis 
Created 20080627   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 GRFNH Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 IF_GRFN_API_MODEL Interface for handling of GRC API models 20080704
Friends
Class CL_GRRM_MODEL_SCENARIO has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MC_AVERAGE Constant Public Type reference (TYPE) GRRM_SCENARIO_HYPOTHESIS 'AV' Scenario Hypothesis 20080708
2 MC_CREATE Constant Public Type reference (TYPE) GRRM_UPDATE_ACTION 'C' Action 20080627
3 MC_DELETE Constant Public Type reference (TYPE) GRRM_UPDATE_ACTION 'D' Action 20080627
4 MC_MAXIMUM Constant Public Type reference (TYPE) GRRM_SCENARIO_HYPOTHESIS 'MX' Scenario Hypothesis 20080708
5 MC_MINIMUM Constant Public Type reference (TYPE) GRRM_SCENARIO_HYPOTHESIS 'MN' Scenario Hypothesis 20080708
6 MC_UPDATE Constant Public Type reference (TYPE) GRRM_UPDATE_ACTION 'U' Action 20080627
7 MT_QUERIED Instance attribute Private Type reference (TYPE) YT_QUERIED 20080718
8 MT_SCASE_BUFFER Instance attribute Private Type reference (TYPE) YT_SCASE_BUFFER 20080627
9 MT_SCASE_LOCK Instance attribute Private Type reference (TYPE) YT_LOCK 20080731
10 MT_SCLASSIF_BUFFER Instance attribute Private Type reference (TYPE) YT_SCLASSIF_BUFFER 20080627
11 MT_SCLASSIF_LOCK Instance attribute Private Type reference (TYPE) YT_LOCK 20080731
12 MV_SCASE_QUERIED Instance attribute Private Type reference (TYPE) GRFN_BOOLEAN Boolean 20080709
13 MV_SCLASSIF_QUERIED Instance attribute Private Type reference (TYPE) GRFN_BOOLEAN Boolean 20080709
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor 20080627
2 CREATE_ID Instance method Private Method 20080627
3 CREATE_SCASE Instance method Public Method 20080627
4 CREATE_SCLASSIF Instance method Public Method 20080627
5 DELETE_SCASE Instance method Public Method 20080701
6 DELETE_SCLASSIF Instance method Public Method 20080630
7 DEQUEUE_SCASE Instance method Public Method 20080730
8 DEQUEUE_SCLASSIF Instance method Public Method 20080729
9 ENQUEUE_SCASE Instance method Public Method 20080730
10 ENQUEUE_SCLASSIF Instance method Public Method 20080729
11 IS_SCASE_ENQUEUED Instance method Private Method 20080731
12 IS_SLASSIF_ENQUEUED Instance method Private Method 20080731
13 QUERY_SCASE Instance method Public Method 20080701
14 QUERY_SCLASSIF Instance method Public Method 20080701
15 RAISE_ERROR Instance method Private Method 20080717
16 READ_SCASE_LIST Instance method Private Method 20080701
17 READ_SCASE_RESPONSE_IMPACT Instance method Private Method 20080717
18 READ_SCASE_RESPONSE_LIST Instance method Private Method 20080707
19 READ_SCASE_RISK_IMPACT Instance method Private Method 20080707
20 READ_SCASE_RISK_LIST Instance method Private Method 20080704
21 READ_SCENARIO_CASE Instance method Private Method 20080627
22 READ_SCENARIO_CLASSIF Instance method Private Method 20080627
23 READ_SCLASSIF_LIST Instance method Private Method 20080701
24 RETRIEVE_SCASE Instance method Public Method 20080701
25 RETRIEVE_SCLASSIF Instance method Public Method 20080701
26 SAVE Instance method Public Method 20080627
27 SCASE_ACTLIST Instance method Public Method 20080717
28 SCASE_DOACTION Instance method Public Method 20080717
29 SET_RISK_HIERARCHY Instance method Private Method 20091110
30 SET_SCASE_DELETE Instance method Private Method 20080701
31 SET_SCASE_RESPONSES Instance method Private Method 20080702
32 SET_SCASE_RESPONSE_IMP_BRKDWN Instance method Private Method 20080717
33 SET_SCASE_RISKS Instance method Private Method 20080702
34 SET_SCASE_RISK_IMP_BRKDWN Instance method Private Method 20080707
35 SET_SCENARIO_CASE Instance method Public Method 20080627
36 SET_SCENARIO_CLASSIF Instance method Public Method 20080627
37 SET_SCLASSIF_DELETE Instance method Private Method 20080701
38 UPDATE_RESPONSE_IMP_BRKDWN_DB Instance method Private Method 20080717
39 UPDATE_SCASE Instance method Public Method 20080701
40 UPDATE_SCASE_IMPACT_BRKDWN_DB Instance method Private Method 20080708
41 UPDATE_SCASE_RESPONSE_LIST_DB Instance method Private Method 20080707
42 UPDATE_SCASE_RISK_LIST_DB Instance method Private Method 20080707
43 UPDATE_SCENARIO_DATA_DB Instance method Private Method 20080627
44 UPDATE_SCLASSIF Instance method Public Method 20080630
45 UPDATE_SCLASSIF_DATA_DB Instance method Private Method 20080627
Events
Class CL_GRRM_MODEL_SCENARIO has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 YS_QUERIED Public See coding 20080718 BEGIN OF ys_queried, sclassif_id TYPE grrm_scenario_guid, END OF ys_queried
2 YS_SCASE_BUFFER Public See coding 20080627 BEGIN OF ys_scase_buffer , scase_id TYPE grrm_scenario_guid, scase_data TYPE grrm_s_scase_data, scase_risk TYPE grrm_t_scase_risk_list, scase_response TYPE grrm_t_scase_response_list, scase_risk_impact TYPE grrm_t_scase_imp_bkdwn, scase_response_impact TYPE grrm_t_scase_imp_bkdwn_rsp, scase_status TYPE REF TO cl_grfn_case_status, scase_cluster TYPE REF TO cl_grrm_cluster, full_buffered TYPE grfn_boolean, operation TYPE grrm_update_action, END OF ys_scase_buffer
3 YS_SCASE_LOCK Public See coding 20080731 BEGIN OF YS_SCASE_LOCK , scenario_id type grrm_scenario_guid, locked type grfn_boolean, END OF ys_scase_lock
4 YS_SCLASSIF_BUFFER Public See coding 20080627 BEGIN OF ys_sclassif_buffer , sclassif_id TYPE grrm_scenario_guid, sclassif_data TYPE grrm_s_sclassif_data, operation TYPE grrm_update_action, END OF ys_sclassif_buffer
5 YT_LOCK Public See coding 20080731 yt_lock TYPE HASHED TABLE OF ys_scase_lock WITH UNIQUE key scenario_id
6 YT_QUERIED Public See coding 20080718 yt_queried TYPE HASHED TABLE OF ys_queried WITH UNIQUE KEY sclassif_id
7 YT_SCASE_BUFFER Public See coding 20080627 yt_scase_buffer TYPE HASHED TABLE OF ys_scase_buffer WITH UNIQUE KEY scase_id
8 YT_SCLASSIF_BUFFER Public See coding 20080627 yt_sclassif_buffer TYPE HASHED TABLE OF ys_sclassif_buffer WITH UNIQUE KEY sclassif_id
Method Signatures

Method CONSTRUCTOR Signature

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

Method CREATE_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_NEW_ID Value transfer Type reference (TYPE) GRRM_SCENARIO_GUID GUID 20080627
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20080730

Method CREATE_SCASE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_PARENT_ID Call by reference Type reference (TYPE) GRRM_SCENARIO_GUID GUID 20080711
2 Returning RV_SCASE_ID Value transfer Type reference (TYPE) GRRM_SCENARIO_GUID GUID 20080701
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20080730

Method CREATE_SCLASSIF Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_SCLASSIF_PARENT_ID Call by reference Type reference (TYPE) GRRM_SCENARIO_GUID GUID 20080729
2 Returning RV_SCLASSIF_ID Value transfer Type reference (TYPE) GRRM_SCENARIO_GUID GUID 20080701
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20080730

Method DELETE_SCASE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_SCASE_ID Call by reference Type reference (TYPE) GRRM_SCENARIO_GUID GUID 20080701
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20080730

Method DELETE_SCLASSIF Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_SCLASSIF_ID Call by reference Type reference (TYPE) GRRM_SCENARIO_GUID GUID 20080701
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20080730

Method DEQUEUE_SCASE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_SCASE_ID Call by reference Type reference (TYPE) GRRM_SCENARIO_GUID GUID 20080730

Method DEQUEUE_SCASE on class CL_GRRM_MODEL_SCENARIO has no exception.

Method DEQUEUE_SCLASSIF Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_SCLASSIF_ID Call by reference Type reference (TYPE) GRRM_SCENARIO_GUID GUID 20080729

Method DEQUEUE_SCLASSIF on class CL_GRRM_MODEL_SCENARIO has no exception.

Method ENQUEUE_SCASE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_SCASE_ID Call by reference Type reference (TYPE) GRRM_SCENARIO_GUID GUID 20080730
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20080730

Method ENQUEUE_SCLASSIF Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_SCLASSIF_ID Call by reference Type reference (TYPE) GRRM_SCENARIO_GUID GUID 20080729
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20080730

Method IS_SCASE_ENQUEUED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_SCASE_ID Call by reference Type reference (TYPE) GRRM_SCENARIO_GUID GUID 20080731
2 Returning RV_LOCKED Value transfer Type reference (TYPE) GRFN_BOOLEAN Boolean 20080731

Method IS_SCASE_ENQUEUED on class CL_GRRM_MODEL_SCENARIO has no exception.

Method IS_SLASSIF_ENQUEUED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_SCLASSIF_ID Call by reference Type reference (TYPE) GRRM_SCENARIO_GUID GUID 20080731
2 Returning RV_LOCKED Value transfer Type reference (TYPE) GRFN_BOOLEAN Boolean 20080731

Method IS_SLASSIF_ENQUEUED on class CL_GRRM_MODEL_SCENARIO has no exception.

Method QUERY_SCASE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_PARENT_SCLASSIF_ID Call by reference Type reference (TYPE) GRRM_SCENARIO_GUID GUID 20080709
2 Returning RT_SCASE_LIST Value transfer Type reference (TYPE) GRRM_T_SCASE_LIST Scenario case list 20080701

Method QUERY_SCASE on class CL_GRRM_MODEL_SCENARIO has no exception.

Method QUERY_SCLASSIF Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_SCLASSIF_LIST Value transfer Type reference (TYPE) GRRM_T_SCLASSIF_LIST Scenario classification list 20080701

Method QUERY_SCLASSIF on class CL_GRRM_MODEL_SCENARIO has no exception.

Method RAISE_ERROR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_NO Call by reference Type reference (TYPE) SY-MSGNO Message Number 20080717
2 Importing PAR1 Call by reference Type reference (TYPE) SY-MSGV1 Message Variable 20080717
3 Importing PAR2 Call by reference Type reference (TYPE) SY-MSGV2 Message Variable 20080717
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20080730

Method READ_SCASE_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_PARENT_SCLASSIF_ID Call by reference Type reference (TYPE) GRRM_SCENARIO_GUID GUID 20080709
2 Returning RT_SCASE_LIST Value transfer Type reference (TYPE) GRRM_T_SCASE_LIST Scenario case list 20080701

Method READ_SCASE_LIST on class CL_GRRM_MODEL_SCENARIO has no exception.

Method READ_SCASE_RESPONSE_IMPACT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_SCASE_ID Call by reference Type reference (TYPE) GRRM_SCENARIO_GUID GUID 20080717
2 Returning RT_SCASE_RESPONSE_IMPACT Value transfer Type reference (TYPE) GRRM_T_SCASE_IMP_BKDWN_RSP Scenario case list 20080717

Method READ_SCASE_RESPONSE_IMPACT on class CL_GRRM_MODEL_SCENARIO has no exception.

Method READ_SCASE_RESPONSE_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_SCASE_ID Call by reference Type reference (TYPE) GRRM_SCENARIO_GUID GUID 20080707
2 Returning RT_SCASE_RESPONSE_LIST Value transfer Type reference (TYPE) GRRM_T_SCASE_RESPONSE_LIST Scenario case list 20080707

Method READ_SCASE_RESPONSE_LIST on class CL_GRRM_MODEL_SCENARIO has no exception.

Method READ_SCASE_RISK_IMPACT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_SCASE_ID Call by reference Type reference (TYPE) GRRM_SCENARIO_GUID GUID 20080707
2 Returning RT_SCASE_RISK_IMPACT Value transfer Type reference (TYPE) GRRM_T_SCASE_IMP_BKDWN Scenario case list 20080707

Method READ_SCASE_RISK_IMPACT on class CL_GRRM_MODEL_SCENARIO has no exception.

Method READ_SCASE_RISK_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_SCASE_ID Call by reference Type reference (TYPE) GRRM_SCENARIO_GUID GUID 20080707
2 Returning RT_SCASE_RISK_LIST Value transfer Type reference (TYPE) GRRM_T_SCASE_RISK_LIST Scenario case list 20080704

Method READ_SCASE_RISK_LIST on class CL_GRRM_MODEL_SCENARIO has no exception.

Method READ_SCENARIO_CASE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_SCASE_ID Call by reference Type reference (TYPE) GRRM_SCENARIO_GUID GUID 20080627
2 Returning RS_SCENARIO Value transfer Type reference (TYPE) GRRMSCENARIOCASE Scenario Case Analysis 20080627
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20080627

Method READ_SCENARIO_CLASSIF Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_SCLASSIF_ID Call by reference Type reference (TYPE) GRRM_SCENARIO_GUID GUID 20080627
2 Returning RS_SCENARIO_CLASSIF Value transfer Type reference (TYPE) GRRMSCENARIOCLSF Scenario Case Analysis 20080627
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20080627

Method READ_SCLASSIF_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_SCLASSIF_LIST Value transfer Type reference (TYPE) GRRM_T_SCLASSIF_LIST Scenario classification list 20080701

Method READ_SCLASSIF_LIST on class CL_GRRM_MODEL_SCENARIO has no exception.

Method RETRIEVE_SCASE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_SCASE_DATA Call by reference Type reference (TYPE) GRRM_S_SCASE_DATA Scenario case 20080702
2 Exporting ET_RESPONSE_IMPACT_BKDWN Call by reference Type reference (TYPE) GRRM_T_SCASE_IMP_BKDWN_RSP Scenario case impact breakdown 20080717
3 Exporting ET_RESPONSE_LIST Call by reference Type reference (TYPE) GRRM_T_SCASE_RESPONSE_LIST Response List 20080702
4 Exporting ET_RISK_IMPACT_BKDWN Call by reference Type reference (TYPE) GRRM_T_SCASE_IMP_BKDWN Impact breakdown 20080707
5 Exporting ET_RISK_LIST Call by reference Type reference (TYPE) GRRM_T_SCASE_RISK_LIST Risk list 20080702
6 Importing IV_SCASE_ID Value transfer Type reference (TYPE) GRRM_SCENARIO_GUID GUID 20080701
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20080701

Method RETRIEVE_SCLASSIF Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_SCLASSIF_ID Call by reference Type reference (TYPE) GRRM_SCENARIO_GUID GUID 20080701
2 Returning RS_SCLASSIF_DATA Value transfer Type reference (TYPE) GRRM_S_SCLASSIF_DATA Scenario Classif list 20080701
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20080701

Method SAVE Signature

Method SAVE on class CL_GRRM_MODEL_SCENARIO has no parameter.
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20080730

Method SCASE_ACTLIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_ACTIVITY Call by reference Type reference (TYPE) GRFN_T_ACTIVITY_FOR_STATUS Texts for Business Transactions 20080717
2 Importing IV_SCASE_ID Call by reference Type reference (TYPE) GRRM_SCENARIO_GUID GUID 20080717
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20080730

Method SCASE_DOACTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ACTIVITY Call by reference Type reference (TYPE) J_VORGANG Business Transaction 20080717
2 Importing IV_SCASE_ID Call by reference Type reference (TYPE) GRRM_SCENARIO_GUID Long Text 20080717
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20080717

Method SET_RISK_HIERARCHY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_RISK_LIST Call by reference Type reference (TYPE) GRRM_T_SCASE_RISK_LIST Risk list 20091110
2 Importing IT_RISK_LIST Call by reference Type reference (TYPE) GRRM_T_SCASE_RISK_LIST Risk list 20091110
3 Importing IV_RISK_ID Value transfer Type reference (TYPE) GRFN_OBJECTID Object ID 20091110

Method SET_RISK_HIERARCHY on class CL_GRRM_MODEL_SCENARIO has no exception.

Method SET_SCASE_DELETE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_SCASE_ID Call by reference Type reference (TYPE) GRRM_SCENARIO_GUID GUID 20080701
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20080730

Method SET_SCASE_RESPONSES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_RESPONSE_LIST Call by reference Type reference (TYPE) GRRM_T_SCASE_RESPONSE_LIST Response List 20080707
2 Importing IV_SCASE_ID Call by reference Type reference (TYPE) GRRM_SCENARIO_GUID GUID 20080707
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20080730

Method SET_SCASE_RESPONSE_IMP_BRKDWN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_RESPONSE_IMPACT_BRKDWN Call by reference Type reference (TYPE) GRRM_T_SCASE_IMP_BKDWN_RSP Response list 20080717
2 Importing IV_SCASE_ID Call by reference Type reference (TYPE) GRRM_SCENARIO_GUID case guid 20080717
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20080806

Method SET_SCASE_RISKS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_RISK_LIST Call by reference Type reference (TYPE) GRRM_T_SCASE_RISK_LIST Risk list 20080702
2 Importing IV_SCASE_ID Call by reference Type reference (TYPE) GRRM_SCENARIO_GUID GUID 20080703
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20080730

Method SET_SCASE_RISK_IMP_BRKDWN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_RISK_IMPACT_BRKDWN Call by reference Type reference (TYPE) GRRM_T_SCASE_IMP_BKDWN Risk list 20080707
2 Importing IV_SCASE_ID Call by reference Type reference (TYPE) GRRM_SCENARIO_GUID GUID 20080707
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20080806

Method SET_SCENARIO_CASE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_SCASE Call by reference Type reference (TYPE) GRRM_S_SCASE_DATA Technical Case Key (Case GUID) 20080701
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20080730

Method SET_SCENARIO_CLASSIF Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_SCLASSIF Call by reference Type reference (TYPE) GRRM_S_SCLASSIF_DATA Technical Case Key (Case GUID) 20080627
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20080730

Method SET_SCLASSIF_DELETE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_SCLASSIF_ID Call by reference Type reference (TYPE) GRRM_SCENARIO_GUID GUID 20080701
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20080730

Method UPDATE_RESPONSE_IMP_BRKDWN_DB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_RESPONSE_IMPACT_BRKDWN Call by reference Type reference (TYPE) GRRM_T_SCASE_IMP_BKDWN_RSP Scenario Case Analysis 20080721
2 Importing IV_OPERATION Call by reference Type reference (TYPE) GRRM_UPDATE_ACTION Action 20080717
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20080806

Method UPDATE_SCASE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_SCASE Call by reference Type reference (TYPE) GRRM_S_SCASE_DATA Scenario Classif list 20080701
2 Importing IT_RESPONSE_IMPACT_BRKDWN Call by reference Type reference (TYPE) GRRM_T_SCASE_IMP_BKDWN_RSP Impact breakdown 20080717
3 Importing IT_RESPONSE_LIST Call by reference Type reference (TYPE) GRRM_T_SCASE_RESPONSE_LIST Response List 20080702
4 Importing IT_RISK_IMPACT_BRKDWN Call by reference Type reference (TYPE) GRRM_T_SCASE_IMP_BKDWN Impact breakdown 20080707
5 Importing IT_RISK_LIST Call by reference Type reference (TYPE) GRRM_T_SCASE_RISK_LIST Risk list 20080702
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20080730

Method UPDATE_SCASE_IMPACT_BRKDWN_DB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_SCASE_IMPACT_BRKDWN Call by reference Type reference (TYPE) GRRM_T_SCASE_IMP_BKDWN Scenario Case Analysis 20080721
2 Importing IV_OPERATION Call by reference Type reference (TYPE) GRRM_UPDATE_ACTION Action 20080708
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20080806

Method UPDATE_SCASE_RESPONSE_LIST_DB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_SCASE_RESPONSE Call by reference Type reference (TYPE) GRRM_T_SCASE_RESPONSE_LIST Scenario Case Analysis 20080721
2 Importing IV_OPERATION Call by reference Type reference (TYPE) GRRM_UPDATE_ACTION Action 20080707
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20080806

Method UPDATE_SCASE_RISK_LIST_DB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_SCASE_RISK Call by reference Type reference (TYPE) GRRM_T_SCASE_RISK_LIST Scenario Case Analysis 20080721
2 Importing IV_OPERATION Call by reference Type reference (TYPE) GRRM_UPDATE_ACTION Action 20080707
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20080806

Method UPDATE_SCENARIO_DATA_DB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_SCENARIO Call by reference Type reference (TYPE) GRRMSCENARIOCASE Scenario Case Analysis 20080627
2 Importing IV_OPERATION Call by reference Type reference (TYPE) GRRM_UPDATE_ACTION Action 20080627
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20080730

Method UPDATE_SCLASSIF Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_SCLASSIF Call by reference Type reference (TYPE) GRRM_S_SCLASSIF_DATA Scenario Classif list 20080630
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20080806

Method UPDATE_SCLASSIF_DATA_DB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_SCLASSIF Call by reference Type reference (TYPE) GRRMSCENARIOCLSF Scenario Case Analysis 20080627
2 Importing IV_OPERATION Call by reference Type reference (TYPE) GRRM_UPDATE_ACTION Action 20080627
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20080730
History
Last changed by/on SAP  20141106 
SAP Release Created in 300