Hierarchy
⤷
⤷
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 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) | |
| 2 | 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 | Constant | Public | Type reference (TYPE) | GRRM_SCENARIO_HYPOTHESIS | 'AV' | Scenario Hypothesis | 20080708 | ||
| 2 | Constant | Public | Type reference (TYPE) | GRRM_UPDATE_ACTION | 'C' | Action | 20080627 | ||
| 3 | Constant | Public | Type reference (TYPE) | GRRM_UPDATE_ACTION | 'D' | Action | 20080627 | ||
| 4 | Constant | Public | Type reference (TYPE) | GRRM_SCENARIO_HYPOTHESIS | 'MX' | Scenario Hypothesis | 20080708 | ||
| 5 | Constant | Public | Type reference (TYPE) | GRRM_SCENARIO_HYPOTHESIS | 'MN' | Scenario Hypothesis | 20080708 | ||
| 6 | Constant | Public | Type reference (TYPE) | GRRM_UPDATE_ACTION | 'U' | Action | 20080627 | ||
| 7 | Instance attribute | Private | Type reference (TYPE) | YT_QUERIED | 20080718 | ||||
| 8 | Instance attribute | Private | Type reference (TYPE) | YT_SCASE_BUFFER | 20080627 | ||||
| 9 | Instance attribute | Private | Type reference (TYPE) | YT_LOCK | 20080731 | ||||
| 10 | Instance attribute | Private | Type reference (TYPE) | YT_SCLASSIF_BUFFER | 20080627 | ||||
| 11 | Instance attribute | Private | Type reference (TYPE) | YT_LOCK | 20080731 | ||||
| 12 | Instance attribute | Private | Type reference (TYPE) | GRFN_BOOLEAN | Boolean | 20080709 | |||
| 13 | Instance attribute | Private | Type reference (TYPE) | GRFN_BOOLEAN | Boolean | 20080709 |
Methods
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 | RV_NEW_ID | Value transfer | Type reference (TYPE) | GRRM_SCENARIO_GUID | GUID | 20080627 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Generic GRC API exception | 20080730 |
Method CREATE_SCASE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_PARENT_ID | Call by reference | Type reference (TYPE) | GRRM_SCENARIO_GUID | GUID | 20080711 | |||
| 2 | RV_SCASE_ID | Value transfer | Type reference (TYPE) | GRRM_SCENARIO_GUID | GUID | 20080701 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Generic GRC API exception | 20080730 |
Method CREATE_SCLASSIF Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_SCLASSIF_PARENT_ID | Call by reference | Type reference (TYPE) | GRRM_SCENARIO_GUID | GUID | 20080729 | |||
| 2 | RV_SCLASSIF_ID | Value transfer | Type reference (TYPE) | GRRM_SCENARIO_GUID | GUID | 20080701 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Generic GRC API exception | 20080730 |
Method DELETE_SCASE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_SCASE_ID | Call by reference | Type reference (TYPE) | GRRM_SCENARIO_GUID | GUID | 20080701 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Generic GRC API exception | 20080730 |
Method DELETE_SCLASSIF Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_SCLASSIF_ID | Call by reference | Type reference (TYPE) | GRRM_SCENARIO_GUID | GUID | 20080701 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Generic GRC API exception | 20080730 |
Method DEQUEUE_SCASE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | 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 | 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 | IV_SCASE_ID | Call by reference | Type reference (TYPE) | GRRM_SCENARIO_GUID | GUID | 20080730 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Generic GRC API exception | 20080730 |
Method ENQUEUE_SCLASSIF Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_SCLASSIF_ID | Call by reference | Type reference (TYPE) | GRRM_SCENARIO_GUID | GUID | 20080729 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 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 | IV_SCASE_ID | Call by reference | Type reference (TYPE) | GRRM_SCENARIO_GUID | GUID | 20080731 | |||
| 2 | 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 | IV_SCLASSIF_ID | Call by reference | Type reference (TYPE) | GRRM_SCENARIO_GUID | GUID | 20080731 | |||
| 2 | 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 | IV_PARENT_SCLASSIF_ID | Call by reference | Type reference (TYPE) | GRRM_SCENARIO_GUID | GUID | 20080709 | |||
| 2 | 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 | 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 | I_NO | Call by reference | Type reference (TYPE) | SY-MSGNO | Message Number | 20080717 | |||
| 2 | PAR1 | Call by reference | Type reference (TYPE) | SY-MSGV1 | Message Variable | 20080717 | |||
| 3 | PAR2 | Call by reference | Type reference (TYPE) | SY-MSGV2 | Message Variable | 20080717 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 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 | IV_PARENT_SCLASSIF_ID | Call by reference | Type reference (TYPE) | GRRM_SCENARIO_GUID | GUID | 20080709 | |||
| 2 | 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 | IV_SCASE_ID | Call by reference | Type reference (TYPE) | GRRM_SCENARIO_GUID | GUID | 20080717 | |||
| 2 | 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 | IV_SCASE_ID | Call by reference | Type reference (TYPE) | GRRM_SCENARIO_GUID | GUID | 20080707 | |||
| 2 | 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 | IV_SCASE_ID | Call by reference | Type reference (TYPE) | GRRM_SCENARIO_GUID | GUID | 20080707 | |||
| 2 | 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 | IV_SCASE_ID | Call by reference | Type reference (TYPE) | GRRM_SCENARIO_GUID | GUID | 20080707 | |||
| 2 | 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 | IV_SCASE_ID | Call by reference | Type reference (TYPE) | GRRM_SCENARIO_GUID | GUID | 20080627 | |||
| 2 | RS_SCENARIO | Value transfer | Type reference (TYPE) | GRRMSCENARIOCASE | Scenario Case Analysis | 20080627 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 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 | IV_SCLASSIF_ID | Call by reference | Type reference (TYPE) | GRRM_SCENARIO_GUID | GUID | 20080627 | |||
| 2 | RS_SCENARIO_CLASSIF | Value transfer | Type reference (TYPE) | GRRMSCENARIOCLSF | Scenario Case Analysis | 20080627 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 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 | 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 | ES_SCASE_DATA | Call by reference | Type reference (TYPE) | GRRM_S_SCASE_DATA | Scenario case | 20080702 | |||
| 2 | ET_RESPONSE_IMPACT_BKDWN | Call by reference | Type reference (TYPE) | GRRM_T_SCASE_IMP_BKDWN_RSP | Scenario case impact breakdown | 20080717 | |||
| 3 | ET_RESPONSE_LIST | Call by reference | Type reference (TYPE) | GRRM_T_SCASE_RESPONSE_LIST | Response List | 20080702 | |||
| 4 | ET_RISK_IMPACT_BKDWN | Call by reference | Type reference (TYPE) | GRRM_T_SCASE_IMP_BKDWN | Impact breakdown | 20080707 | |||
| 5 | ET_RISK_LIST | Call by reference | Type reference (TYPE) | GRRM_T_SCASE_RISK_LIST | Risk list | 20080702 | |||
| 6 | IV_SCASE_ID | Value transfer | Type reference (TYPE) | GRRM_SCENARIO_GUID | GUID | 20080701 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Generic GRC API exception | 20080701 |
Method RETRIEVE_SCLASSIF Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_SCLASSIF_ID | Call by reference | Type reference (TYPE) | GRRM_SCENARIO_GUID | GUID | 20080701 | |||
| 2 | RS_SCLASSIF_DATA | Value transfer | Type reference (TYPE) | GRRM_S_SCLASSIF_DATA | Scenario Classif list | 20080701 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 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 | Generic GRC API exception | 20080730 |
Method SCASE_ACTLIST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_ACTIVITY | Call by reference | Type reference (TYPE) | GRFN_T_ACTIVITY_FOR_STATUS | Texts for Business Transactions | 20080717 | |||
| 2 | IV_SCASE_ID | Call by reference | Type reference (TYPE) | GRRM_SCENARIO_GUID | GUID | 20080717 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Generic GRC API exception | 20080730 |
Method SCASE_DOACTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_ACTIVITY | Call by reference | Type reference (TYPE) | J_VORGANG | Business Transaction | 20080717 | |||
| 2 | IV_SCASE_ID | Call by reference | Type reference (TYPE) | GRRM_SCENARIO_GUID | Long Text | 20080717 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 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 | CT_RISK_LIST | Call by reference | Type reference (TYPE) | GRRM_T_SCASE_RISK_LIST | Risk list | 20091110 | |||
| 2 | IT_RISK_LIST | Call by reference | Type reference (TYPE) | GRRM_T_SCASE_RISK_LIST | Risk list | 20091110 | |||
| 3 | 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 | IV_SCASE_ID | Call by reference | Type reference (TYPE) | GRRM_SCENARIO_GUID | GUID | 20080701 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 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 | IT_RESPONSE_LIST | Call by reference | Type reference (TYPE) | GRRM_T_SCASE_RESPONSE_LIST | Response List | 20080707 | |||
| 2 | IV_SCASE_ID | Call by reference | Type reference (TYPE) | GRRM_SCENARIO_GUID | GUID | 20080707 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 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 | IT_RESPONSE_IMPACT_BRKDWN | Call by reference | Type reference (TYPE) | GRRM_T_SCASE_IMP_BKDWN_RSP | Response list | 20080717 | |||
| 2 | IV_SCASE_ID | Call by reference | Type reference (TYPE) | GRRM_SCENARIO_GUID | case guid | 20080717 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 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 | IT_RISK_LIST | Call by reference | Type reference (TYPE) | GRRM_T_SCASE_RISK_LIST | Risk list | 20080702 | |||
| 2 | IV_SCASE_ID | Call by reference | Type reference (TYPE) | GRRM_SCENARIO_GUID | GUID | 20080703 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 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 | IT_RISK_IMPACT_BRKDWN | Call by reference | Type reference (TYPE) | GRRM_T_SCASE_IMP_BKDWN | Risk list | 20080707 | |||
| 2 | IV_SCASE_ID | Call by reference | Type reference (TYPE) | GRRM_SCENARIO_GUID | GUID | 20080707 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 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 | IS_SCASE | Call by reference | Type reference (TYPE) | GRRM_S_SCASE_DATA | Technical Case Key (Case GUID) | 20080701 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 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 | IS_SCLASSIF | Call by reference | Type reference (TYPE) | GRRM_S_SCLASSIF_DATA | Technical Case Key (Case GUID) | 20080627 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 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 | IV_SCLASSIF_ID | Call by reference | Type reference (TYPE) | GRRM_SCENARIO_GUID | GUID | 20080701 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 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 | CT_RESPONSE_IMPACT_BRKDWN | Call by reference | Type reference (TYPE) | GRRM_T_SCASE_IMP_BKDWN_RSP | Scenario Case Analysis | 20080721 | |||
| 2 | IV_OPERATION | Call by reference | Type reference (TYPE) | GRRM_UPDATE_ACTION | Action | 20080717 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Generic GRC API exception | 20080806 |
Method UPDATE_SCASE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_SCASE | Call by reference | Type reference (TYPE) | GRRM_S_SCASE_DATA | Scenario Classif list | 20080701 | |||
| 2 | IT_RESPONSE_IMPACT_BRKDWN | Call by reference | Type reference (TYPE) | GRRM_T_SCASE_IMP_BKDWN_RSP | Impact breakdown | 20080717 | |||
| 3 | IT_RESPONSE_LIST | Call by reference | Type reference (TYPE) | GRRM_T_SCASE_RESPONSE_LIST | Response List | 20080702 | |||
| 4 | IT_RISK_IMPACT_BRKDWN | Call by reference | Type reference (TYPE) | GRRM_T_SCASE_IMP_BKDWN | Impact breakdown | 20080707 | |||
| 5 | IT_RISK_LIST | Call by reference | Type reference (TYPE) | GRRM_T_SCASE_RISK_LIST | Risk list | 20080702 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 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 | CT_SCASE_IMPACT_BRKDWN | Call by reference | Type reference (TYPE) | GRRM_T_SCASE_IMP_BKDWN | Scenario Case Analysis | 20080721 | |||
| 2 | IV_OPERATION | Call by reference | Type reference (TYPE) | GRRM_UPDATE_ACTION | Action | 20080708 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 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 | CT_SCASE_RESPONSE | Call by reference | Type reference (TYPE) | GRRM_T_SCASE_RESPONSE_LIST | Scenario Case Analysis | 20080721 | |||
| 2 | IV_OPERATION | Call by reference | Type reference (TYPE) | GRRM_UPDATE_ACTION | Action | 20080707 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 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 | CT_SCASE_RISK | Call by reference | Type reference (TYPE) | GRRM_T_SCASE_RISK_LIST | Scenario Case Analysis | 20080721 | |||
| 2 | IV_OPERATION | Call by reference | Type reference (TYPE) | GRRM_UPDATE_ACTION | Action | 20080707 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 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 | IS_SCENARIO | Call by reference | Type reference (TYPE) | GRRMSCENARIOCASE | Scenario Case Analysis | 20080627 | |||
| 2 | IV_OPERATION | Call by reference | Type reference (TYPE) | GRRM_UPDATE_ACTION | Action | 20080627 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Generic GRC API exception | 20080730 |
Method UPDATE_SCLASSIF Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_SCLASSIF | Call by reference | Type reference (TYPE) | GRRM_S_SCLASSIF_DATA | Scenario Classif list | 20080630 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 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 | IS_SCLASSIF | Call by reference | Type reference (TYPE) | GRRMSCENARIOCLSF | Scenario Case Analysis | 20080627 | |||
| 2 | IV_OPERATION | Call by reference | Type reference (TYPE) | GRRM_UPDATE_ACTION | Action | 20080627 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Generic GRC API exception | 20080730 |
History
| Last changed by/on | SAP | 20141106 |
| SAP Release Created in | 300 |