SAP ABAP Class CL_GRRM_API_SCASE (Scenario Case API class)
Hierarchy
GRCFND_A (Software Component) GRC Foundation ABAP
   GRC-RM (Application Component) GRC Risk Management
     GRRM_ENTITY_API (Package) Risk Management APIs
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_GRFN_API_BASIS Basis class for GRC API classes 20080701
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_GRRM_API_SCASE API Layer Interface for Analysis 20080701
Properties
Class CL_GRRM_API_SCASE  
Short Description Scenario Case API class    
Super Class CL_GRFN_API_BASIS Basis class for GRC API classes 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package GRRM_ENTITY_API   Risk Management APIs 
Created 20080701   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 IF_GRRM_API_SCASE API Layer Interface for Analysis 20080701
Friends
# Friend Modeled only Created on Description
1 CL_GRFN_API_SESSION 20080704 Session Management for GRC APIs
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MC_ERROR Constant Private Type reference (TYPE) SY-MSGTY 'E' Message Type 20090120
2 MC_MSG_CLASS Constant Private Type reference (TYPE) SY-MSGID 'GRRM_ENTITY_API' Message Class 20090120
3 MT_HYPOTHESIS Static Attribute Public Type reference (TYPE) YT_HYPOTHESIS 20080721
4 MT_SCASE_CHANGE Instance attribute Private Type reference (TYPE) GRRM_T_API_SCASE_CHANGE scenario change 20081204
Methods
# Method Level Visibility Method type Description Created on
1 CALCULATE_PERCENTAGES Instance method Private Method 20090108
2 CHECK_AUTH_SCENARIO Static method Public Method 20090204
3 CLASS_CONSTRUCTOR Static method Public Constructor 20080721
4 GET Static method Private Method 20080704
5 GET_ANALYSIS Instance method Private Method 20080704
6 GET_FULL_DATA_RETRIEVE Instance method Private Method 20081230
7 GET_FULL_DATA_UPDATE Instance method Private Method 20081230
8 GET_FULL_RESPONSE_DATA Instance method Private Method 20080717
9 GET_FULL_RESPONSE_RETRIEVE Instance method Private Method 20081230
10 GET_IMPACT_BRKDWN Instance method Private Method 20080716
11 GET_IMPACT_BRKDWN_RETRIEVE Instance method Private Method 20081230
12 GET_RESPONSES Instance method Private Method 20080704
13 GET_RESPONSE_DATA Instance method Private Method 20080717
14 GET_RESULT Instance method Private Method 20080717
15 GET_RESULT_NEW Instance method Private Method 20120312
16 GET_RISK Instance method Private Method 20080704
17 GET_RISK_ANALYSIS Instance method Private Method 20081212
18 QUERY Instance method Public Method 20100622
Events
Class CL_GRRM_API_SCASE has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 YS_HYPOTHESIS Public See coding 20080721 BEGIN OF ys_hypothesis, hypothesis TYPE grrm_scenario_hypothesis, END OF ys_hypothesis
2 YT_HYPOTHESIS Public See coding 20080721 yt_hypothesis TYPE STANDARD TABLE OF ys_hypothesis
Method Signatures

Method CALCULATE_PERCENTAGES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_SCASE_RESPONSE_IMPACT Call by reference Type reference (TYPE) GRRM_T_API_SCASE_IMP_BKDWN_RSP Impact breakdown for response 20090108
2 Changing CT_SCASE_RISK_IMPACT Call by reference Type reference (TYPE) GRRM_T_API_SCASE_IMP_BKDWN Scenario case risk list 20090108

Method CALCULATE_PERCENTAGES on class CL_GRRM_API_SCASE has no exception.

Method CHECK_AUTH_SCENARIO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_SESSION Call by reference Object reference (TYPE REF TO) CL_GRFN_API_SESSION Session Management for GRC APIs 20090204
2 Importing IV_OBJECT_ID Call by reference Type reference (TYPE) GRFN_API_OBJECT_ID Object ID 20090204
3 Importing IV_OPERATION Call by reference Type reference (TYPE) GRFN_API_OPERATION_ID The ID of the operation 20090204
4 Returning RV_AUTHORIZED Value transfer Type reference (TYPE) ABAP_BOOL 20090204

Method CHECK_AUTH_SCENARIO on class CL_GRRM_API_SCASE has no exception.

Method CLASS_CONSTRUCTOR Signature

Method CLASS_CONSTRUCTOR on class CL_GRRM_API_SCASE has no parameter.
Method CLASS_CONSTRUCTOR on class CL_GRRM_API_SCASE has no exception.

Method GET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_SESSION Call by reference Object reference (TYPE REF TO) CL_GRFN_API_SESSION Session Management for GRC APIs 20080704
2 Importing IV_OBJECT_ID Call by reference Type reference (TYPE) GRFN_API_OBJECT_ID OBSOLETE Object ID 20080704
3 Returning RO_RESULT Value transfer Object reference (TYPE REF TO) CL_GRRM_API_SCASE Scenario Case API class 20080704

Method GET on class CL_GRRM_API_SCASE has no exception.

Method GET_ANALYSIS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_ANALYSIS_DATA Call by reference Type reference (TYPE) GRRM_S_API_ANALYSIS_DATA 20080704
2 Exporting ET_ANALYSIS_ASSESSMENT Call by reference Type reference (TYPE) GRRM_T_API_ANALYSIS_ASSESSMENT 20080704
3 Exporting ET_ANALYSIS_MITIG Call by reference Type reference (TYPE) GRRM_T_API_ANALYSIS_MITIG 20080704
4 Exporting ET_ANALYSIS_PROBABILITY Call by reference Type reference (TYPE) GRRM_T_API_ANALYSIS_PROBABILIT Analysis Probability 20091217
5 Exporting ET_ANALYSIS_RESP Call by reference Type reference (TYPE) GRRM_T_API_ANALYSIS_RESPONSE 20080704
6 Exporting ET_ANALYSIS_SUMMARY Call by reference Type reference (TYPE) GRRM_T_API_ANALYSIS_SUMMARY Analysis Summary 20091217
7 Importing IV_ANALYSIS_ID Call by reference Type reference (TYPE) GRFN_API_OBJECT_ID Object ID 20080821
8 Importing IV_CURRENCY Call by reference Type reference (TYPE) GRFN_CURRENCY Currency 20080730
9 Importing IV_RISK_ID Call by reference Type reference (TYPE) GRFN_API_OBJECT_ID Scenario case risk list 20080704
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20080708

Method GET_FULL_DATA_RETRIEVE 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_API_SCASE_RESPONSE_LIST Response List 20081230
2 Changing CT_SCASE_RESPONSE_IMPACT Call by reference Type reference (TYPE) GRRM_T_API_SCASE_IMP_BKDWN_RSP Impact breakdown for response 20081230
3 Changing CT_SCASE_RISK Call by reference Type reference (TYPE) GRRM_T_API_SCASE_RISK_LIST Scenario Case risk list 20081230
4 Changing CT_SCASE_RISK_IMPACT Call by reference Type reference (TYPE) GRRM_T_API_SCASE_IMP_BKDWN Impact breakdown 20081230
5 Exporting ET_RESULT_LIST Call by reference Type reference (TYPE) GRRM_T_API_SCASE_RESULT Scenario Case Result 20081230
6 Exporting ET_SENSITIVITY_LIST Call by reference Type reference (TYPE) GRRM_T_API_SENS_ANALYSIS Senstivity analysis 20081230
7 Importing IV_CURRENCY Call by reference Type reference (TYPE) GRFN_CURRENCY Currency 20081230
8 Importing IV_SCASE_ID Call by reference Type reference (TYPE) GRFN_API_OBJECT_ID Object id for RM Entities 20081230
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20081230

Method GET_FULL_DATA_UPDATE 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_API_SCASE_RESPONSE_LIST Response List 20081230
2 Changing CT_SCASE_RESPONSE_IMPACT Call by reference Type reference (TYPE) GRRM_T_API_SCASE_IMP_BKDWN_RSP Impact breakdown for response 20081230
3 Changing CT_SCASE_RISK Call by reference Type reference (TYPE) GRRM_T_API_SCASE_RISK_LIST Scenario Case risk list 20081230
4 Changing CT_SCASE_RISK_IMPACT Call by reference Type reference (TYPE) GRRM_T_API_SCASE_IMP_BKDWN Impact breakdown 20081230
5 Exporting ET_RESULT_LIST Call by reference Type reference (TYPE) GRRM_T_API_SCASE_RESULT Scenario Case Result 20081230
6 Exporting ET_SENSITIVITY_LIST Call by reference Type reference (TYPE) GRRM_T_API_SENS_ANALYSIS Senstivity analysis 20081230
7 Importing IV_CURRENCY Call by reference Type reference (TYPE) GRFN_CURRENCY Currency 20081230
8 Importing IV_RETRIEVE Call by reference Type reference (TYPE) GRFN_BOOLEAN Boolean 20081230
9 Importing IV_SCASE_ID Call by reference Type reference (TYPE) GRFN_API_OBJECT_ID Object id for RM Entities 20081230
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20081230

Method GET_FULL_RESPONSE_DATA 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_API_SCASE_RESPONSE_LIST Response List 20080717
2 Changing CT_SCASE_RESPONSE_IMPACT Call by reference Type reference (TYPE) GRRM_T_API_SCASE_IMP_BKDWN_RSP Impact breakdown for response 20080717
3 Importing IS_RISK_DATA Call by reference Type reference (TYPE) GRRM_S_API_RISK_DATA API DATA STRUCTURE 20080717
4 Importing IT_ANALYSIS_MITIG Call by reference Type reference (TYPE) GRRM_T_API_ANALYSIS_MITIG Analysis mitigation values 20080717
5 Importing IT_ANALYSIS_RESP Call by reference Type reference (TYPE) GRRM_T_API_ANALYSIS_RESPONSE Analysis response API 20080717
6 Importing IT_IMPACT_CAT Call by reference Type reference (TYPE) GRRM_T_IMPACT_CATEGORY Table Type Impact Category 20080717
7 Importing IV_PARENT_RISK_ID Call by reference Type reference (TYPE) GRFN_API_OBJECT_ID Object ID 20081212
8 Importing IV_SCASE_ID Call by reference Type reference (TYPE) GRFN_API_OBJECT_ID GUID 20080717
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20080717

Method GET_FULL_RESPONSE_RETRIEVE 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_API_SCASE_RESPONSE_LIST Response List 20081230
2 Changing CT_SCASE_RESPONSE_IMPACT Call by reference Type reference (TYPE) GRRM_T_API_SCASE_IMP_BKDWN_RSP Impact breakdown for response 20081230
3 Importing IS_RISK_DATA Call by reference Type reference (TYPE) GRRM_S_API_RISK_DATA API DATA STRUCTURE 20081230
4 Importing IT_IMPACT_CAT Call by reference Type reference (TYPE) GRRM_T_IMPACT_CATEGORY Table Type Impact Category 20081230
5 Importing IV_PARENT_RISK_ID Call by reference Type reference (TYPE) GRFN_API_OBJECT_ID Object ID 20081230
6 Importing IV_SCASE_ID Call by reference Type reference (TYPE) GRFN_API_OBJECT_ID GUID 20081230
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20081230

Method GET_IMPACT_BRKDWN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_SCASE_RISK_IMPACT Call by reference Type reference (TYPE) GRRM_T_API_SCASE_IMP_BKDWN Impact breakdown 20080716
2 Importing IT_ASSESSMENT Call by reference Type reference (TYPE) GRRM_T_API_ANALYSIS_ASSESSMENT Analysis_assessment 20080716
3 Importing IT_IMPACT_CAT Call by reference Type reference (TYPE) GRRM_T_IMPACT_CATEGORY Table Type Impact Category 20080716
4 Importing IT_RESPONSE_IMPACT_BKDWN Call by reference Type reference (TYPE) GRRM_T_API_SCASE_IMP_BKDWN_RSP Impact breakdown for response 20080725
5 Importing IV_PARENT_RISK_ID Call by reference Type reference (TYPE) GRFN_API_OBJECT_ID Object id for RM Entities 20080808
6 Importing IV_RISK_ID Call by reference Type reference (TYPE) GRFN_API_OBJECT_ID Object id for RM Entities 20080723
7 Importing IV_WITHOUT_SCASE_PROB Call by reference Type reference (TYPE) GRRM_ANALYSIS_PROBABILITY Analysis Probability 20080725
8 Importing IV_WITH_SCASE_PROB Call by reference Type reference (TYPE) GRRM_ANALYSIS_PROBABILITY Analysis Probability 20080725
9 Importing IV_WITH_SCASE_PROB_AR Call by reference Type reference (TYPE) GRRM_ANALYSIS_PROBABILITY Analysis Probability 20080725

Method GET_IMPACT_BRKDWN on class CL_GRRM_API_SCASE has no exception.

Method GET_IMPACT_BRKDWN_RETRIEVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_SCASE_RISK_IMPACT Call by reference Type reference (TYPE) GRRM_T_API_SCASE_IMP_BKDWN Impact breakdown 20081230
2 Importing IT_IMPACT_CAT Call by reference Type reference (TYPE) GRRM_T_IMPACT_CATEGORY Table Type Impact Category 20081230
3 Importing IT_RESPONSE_IMPACT_BKDWN Call by reference Type reference (TYPE) GRRM_T_API_SCASE_IMP_BKDWN_RSP Impact breakdown for response 20081230
4 Importing IV_PARENT_RISK_ID Call by reference Type reference (TYPE) GRFN_API_OBJECT_ID Object id for RM Entities 20081230
5 Importing IV_RISK_ID Call by reference Type reference (TYPE) GRFN_API_OBJECT_ID Object id for RM Entities 20081230
6 Importing IV_WITHOUT_SCASE_PROB Call by reference Type reference (TYPE) GRRM_ANALYSIS_PROBABILITY Analysis Probability 20081230
7 Importing IV_WITH_SCASE_PROB Call by reference Type reference (TYPE) GRRM_ANALYSIS_PROBABILITY Analysis Probability 20081230
8 Importing IV_WITH_SCASE_PROB_AR Call by reference Type reference (TYPE) GRRM_ANALYSIS_PROBABILITY Analysis Probability 20081230

Method GET_IMPACT_BRKDWN_RETRIEVE on class CL_GRRM_API_SCASE has no exception.

Method GET_RESPONSES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_RESPONSE_LIST Call by reference Type reference (TYPE) GRRM_T_API_RESPONSE_LIST Response List 20080704
2 Importing IV_RISK_ID Call by reference Type reference (TYPE) GRFN_API_OBJECT_ID Object id for RM Entities 20080704
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20080708

Method GET_RESPONSE_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_RESPONSE_DATA Call by reference Type reference (TYPE) GRRM_S_API_RESPONSE_DATA response data for api 20080717
2 Importing IV_RESPONSE_ID Call by reference Type reference (TYPE) GRFN_API_OBJECT_ID Object id for RM Entities 20080717
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20080717

Method GET_RESULT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_RESULT Call by reference Type reference (TYPE) GRRM_T_API_SCASE_RESULT Scenario result 20080717
2 Exporting ET_SENSITIVITY_LIST Call by reference Type reference (TYPE) GRRM_T_API_SENS_ANALYSIS Senstivity analysis 20080721
3 Importing IT_RESPONSE_IMPACT_BKDWN Call by reference Type reference (TYPE) GRRM_T_API_SCASE_IMP_BKDWN_RSP Scenario case impact breakdown 20080717
4 Importing IT_RISK_DATA Call by reference Type reference (TYPE) GRRM_T_API_SENS_ANALYSIS Senstivity analysis 20080723
5 Importing IT_RISK_IMPACT_BKDWN Call by reference Type reference (TYPE) GRRM_T_API_SCASE_IMP_BKDWN Impact breakdown 20080717
6 Importing IT_RISK_LIST Call by reference Type reference (TYPE) GRRM_T_API_SCASE_RISK_LIST Scenario case risk list 20080722

Method GET_RESULT on class CL_GRRM_API_SCASE has no exception.

Method GET_RESULT_NEW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_RESULT Call by reference Type reference (TYPE) GRRM_T_API_SCASE_RESULT Scenario result 20120312
2 Importing IT_RESPONSE_LIST Call by reference Type reference (TYPE) GRRM_T_API_SCASE_RESPONSE_LIST Response List 20120312
3 Importing IT_RISK_LIST Call by reference Type reference (TYPE) GRRM_T_API_SCASE_RISK_LIST Scenario case risk list 20120312

Method GET_RESULT_NEW on class CL_GRRM_API_SCASE has no exception.

Method GET_RISK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_RISK_DATA Call by reference Type reference (TYPE) GRRM_S_API_RISK_DATA API DATA STRUCTURE 20080704
2 Exporting ET_RISK_CORRELATION Call by reference Type reference (TYPE) GRRM_T_API_RISK_CORRELATION 20080704
3 Importing IV_RISK_ID Call by reference Type reference (TYPE) GRFN_API_OBJECT_ID Scenario case risk list 20080704
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20080708

Method GET_RISK_ANALYSIS 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_API_SCASE_RESPONSE_LIST Response List 20081212
2 Changing CT_SCASE_RESPONSE_IMPACT Call by reference Type reference (TYPE) GRRM_T_API_SCASE_IMP_BKDWN_RSP Impact breakdown for response 20081212
3 Changing CT_SCASE_RISK Call by reference Type reference (TYPE) GRRM_T_API_SCASE_RISK_LIST Scenario Case risk list 20081212
4 Changing CT_SCASE_RISK_IMPACT Call by reference Type reference (TYPE) GRRM_T_API_SCASE_IMP_BKDWN Impact breakdown 20081212
5 Exporting ET_RESULT_LIST Call by reference Type reference (TYPE) GRRM_T_API_SCASE_RESULT Scenario Case Result 20081212
6 Exporting ET_SENSITIVITY_LIST Call by reference Type reference (TYPE) GRRM_T_API_SENS_ANALYSIS Senstivity analysis 20081212
7 Importing IV_CURRENCY Call by reference Type reference (TYPE) GRFN_CURRENCY Currency 20081212
8 Importing IV_RETRIEVE Call by reference Type reference (TYPE) GRFN_BOOLEAN Boolean 20081212
9 Importing IV_SCASE_ID Call by reference Type reference (TYPE) GRFN_API_OBJECT_ID Object id for RM Entities 20081212
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20081212

Method QUERY Signature

Method QUERY on class CL_GRRM_API_SCASE has no parameter.
Method QUERY on class CL_GRRM_API_SCASE has no exception.
History
Last changed by/on SAP  20141106 
SAP Release Created in 300