SAP ABAP Class CL_GRRM_ILD_LOSS_ANALYSIS (CL_GRRM_ILD_LOSS_ANALYSIS)
Hierarchy
☛
GRCFND_A (Software Component) GRC Foundation ABAP
⤷ GRC-RM (Application Component) GRC Risk Management
⤷ GRRM_ILD (Package) GRC Incident Management
⤷ GRC-RM (Application Component) GRC Risk Management
⤷ GRRM_ILD (Package) GRC Incident Management
Properties
Class | CL_GRRM_ILD_LOSS_ANALYSIS | |
Short Description | ||
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | GRRM_ILD | GRC Incident Management |
Created | 20091013 | SAP |
Last change | 20141106 | |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | CL_GRRM_ILD_LOSS_ANALYSIS | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
Interfaces
Class CL_GRRM_ILD_LOSS_ANALYSIS has no interface implemented.
Friends
Class CL_GRRM_ILD_LOSS_ANALYSIS has no friend class.
Attributes
Class CL_GRRM_ILD_LOSS_ANALYSIS has no attribute.
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | COLLECT_LOSSES | Static method | Public | Method | Collects all losses from the system | 20091013 |
2 | GET_LOSS_ANALYSIS | Static method | Public | Method | Get aggregated loss amounts / frequencies | 20091013 |
3 | GET_LOSS_SUMMARY | Static method | Public | Method | Get a summary of losses per IC / OU | 20091013 |
4 | GET_RISK_CATEGORY | Static method | Private | Method | 20091013 |
Events
Class CL_GRRM_ILD_LOSS_ANALYSIS has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | YS_INCIDENT_STATUS | Public | See coding | 20120801 | begin of ys_incident_status,
id type char1,
end of ys_incident_status
|
||
2 | YS_LOSS_POOL | Public | See coding | 20091013 | begin of ys_loss_pool,
loss_date type grrm_ild_loss_loss_date,
driver_cat type grrm_cc_id,
impact_cat type grrm_impact_cat,
amount type grfn_amount,
currency type grfn_currency,
end of ys_loss_pool
|
||
3 | YT_INCIDENT_STATUS | Public | See coding | 20120801 | yt_incident_status type standard table of ys_incident_status
|
||
4 | YT_LOSS_POOL | Public | See coding | 20091013 | yt_loss_pool type standard table of ys_loss_pool
|
Method Signatures
Method COLLECT_LOSSES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | IT_ORGUNIT | Call by reference | Type reference (TYPE) | GRFN_T_API_OBJECT_ID | Table type of API object ID | 20091013 | ||
2 | Importing | IV_DATE_FROM | Call by reference | Type reference (TYPE) | GRFN_DATE_FROM | Event Loss - Day of Impact | 20091013 | ||
3 | Importing | IV_DATE_TO | Call by reference | Type reference (TYPE) | GRFN_DATE_TO | Event Loss - Day of Impact | 20091013 | ||
4 | Returning | RT_LOSSES | Value transfer | Type reference (TYPE) | GRRM_T_ILD_LOSS_ANALYSIS | Losses for Analysis | 20091013 |
Method COLLECT_LOSSES on class CL_GRRM_ILD_LOSS_ANALYSIS has no exception.
Method GET_LOSS_ANALYSIS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Exporting | ET_LOSSES | Call by reference | Type reference (TYPE) | GRRM_T_ILD_AGGREGAT_LOSSES | Losses for Analysis | 20091013 | ||
2 | Exporting | ET_LOSSES_FULL | Call by reference | Type reference (TYPE) | GRRM_T_ILD_AGGR_LOSS_FULL | Aggregated Losses for Loss Analysis including Risk Category | 20091013 | ||
3 | Exporting | EV_CONV_FAILED_COUNT | Call by reference | Type reference (TYPE) | I | 20091013 | |||
4 | Importing | IT_IMPACT_CAT | Call by reference | Type reference (TYPE) | GRRM_T_CATEGORY | Table of categories | 20091013 | ||
5 | Importing | IT_ORGUNIT | Call by reference | Type reference (TYPE) | GRFN_T_API_OBJECT_ID | Table type of API object ID | 20091013 | ||
6 | Importing | IT_RISK_CAT | Call by reference | Type reference (TYPE) | GRRM_T_API_CRGROUP_LIST | Table type for common risk group list | 20091013 | ||
7 | Importing | IT_STATUS | Call by reference | Type reference (TYPE) | CL_GRRM_ILD_LOSS_ANALYSIS=>YT_INCIDENT_STATUS | 20120821 | |||
8 | Importing | IV_CURRENCY | Call by reference | Type reference (TYPE) | GRFN_CURRENCY | Currency | 20091013 | ||
9 | Importing | IV_DATE_FROM | Call by reference | Type reference (TYPE) | GRFN_DATE_FROM | Valid from Date | 20091013 | ||
10 | Importing | IV_DATE_TO | Call by reference | Type reference (TYPE) | GRFN_DATE_TO | Valid to Date | 20091013 |
Method GET_LOSS_ANALYSIS on class CL_GRRM_ILD_LOSS_ANALYSIS has no exception.
Method GET_LOSS_SUMMARY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | IT_IMPACT_CAT | Call by reference | Type reference (TYPE) | GRRM_T_CATEGORY | Table of categories | 20091013 | ||
2 | Importing | IT_ORGUNIT | Call by reference | Type reference (TYPE) | GRFN_T_API_OBJECT_ID | Table type of API object ID | 20091013 | ||
3 | Importing | IT_RISK_CAT | Call by reference | Type reference (TYPE) | GRRM_T_API_CRGROUP_LIST | Table type for common risk group list | 20091013 | ||
4 | Importing | IT_STATUS | Call by reference | Type reference (TYPE) | CL_GRRM_ILD_LOSS_ANALYSIS=>YT_INCIDENT_STATUS | 20120801 | |||
5 | Importing | IV_CURRENCY | Call by reference | Type reference (TYPE) | GRFN_CURRENCY | Currency | 20091013 | ||
6 | Importing | IV_DATE_FROM | Call by reference | Type reference (TYPE) | GRFN_DATE_FROM | Valid from Date | 20091013 | ||
7 | Importing | IV_DATE_TO | Call by reference | Type reference (TYPE) | GRFN_DATE_TO | Valid to Date | 20091013 | ||
8 | Returning | RT_LOSS_SUMMARY | Value transfer | Type reference (TYPE) | GRRM_T_ILD_LOSS_SUMMARY | Loss Summary | 20091013 |
Method GET_LOSS_SUMMARY on class CL_GRRM_ILD_LOSS_ANALYSIS has no exception.
Method GET_RISK_CATEGORY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | IV_RISK | Call by reference | Type reference (TYPE) | GRFN_API_OBJECT_ID | Object ID | 20091013 | ||
2 | Importing | IV_VALID_FROM | Call by reference | Type reference (TYPE) | GRFN_VALIDFROM | Begin Date | 20120911 | ||
3 | Importing | IV_VALID_TO | Call by reference | Type reference (TYPE) | GRFN_VALIDTO | End Date | 20120911 | ||
4 | Returning | RV_RISK_CATEGORY | Value transfer | Type reference (TYPE) | GRFN_API_OBJECT_ID | Object ID | 20091013 |
Method GET_RISK_CATEGORY on class CL_GRRM_ILD_LOSS_ANALYSIS has no exception.
History
Last changed by/on | SAP | 20141106 |
SAP Release Created in | 600 |