SAP ABAP Class CL_GRRM_OB_WD_SDM_CRGROUP (Static Data Mapping - Risk Category)
Hierarchy
☛
GRCFND_A (Software Component) GRC Foundation ABAP
⤷
GRC-RM (Application Component) GRC Risk Management
⤷
GRRM_OB_WD (Package) Operational Risk Management for Banks: Web Dynpro Components
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_GRRM_OB_WD_SDM_BASIS | Static Data Mapping - Basis Class | 20110311 |
Properties
| Class | CL_GRRM_OB_WD_SDM_CRGROUP | |
| Short Description | Static Data Mapping - Risk Category | |
| Super Class | CL_GRRM_OB_WD_SDM_BASIS | Static Data Mapping - Basis Class |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | GRRM_OB_WD | Operational Risk Management for Banks: Web Dynpro Components |
| Created | 20110309 | SAP |
| Last change | 20141106 | |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_GRRM_OB_WD_SDM_CRGROUP has no forward declaration.
Interfaces
Class CL_GRRM_OB_WD_SDM_CRGROUP has no interface implemented.
Friends
Class CL_GRRM_OB_WD_SDM_CRGROUP has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Attribute reference (LIKE) | 20140213 | |||||
| 2 | Instance attribute | Private | Attribute reference (LIKE) | 20140213 | |||||
| 3 | Instance attribute | Private | Attribute reference (LIKE) | 20140213 | |||||
| 4 | Constant | Public | Type reference (TYPE) | ICONNAME | 'ICON_SUB_FINANCIAL_IMPAIRMENT' | Name of an Icon | 20110309 | ||
| 5 | Constant | Public | Type reference (TYPE) | ICONNAME | 'ICON_WD_MAPPED_VALUE_NODE' | Name of an Icon | 20110309 | ||
| 6 | Constant | Public | Type reference (TYPE) | ICONNAME | 'ICON_WD_MAPPED_VALUE_ATTR' | Name of an Icon | 20110309 | ||
| 7 | Instance attribute | Private | Attribute reference (LIKE) | 20140213 | |||||
| 8 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_WD_COMPONENT_USAGE_GROUP | Web Dynpro: Group of Component Usages | 20110314 | |||
| 9 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_WD_COMPONENT_USAGE_GROUP | Web Dynpro: Group of Component Usages | 20110314 | |||
| 10 | Instance attribute | Private | Type reference (TYPE) | GRRM_T_API_CRGROUP_LIST | Table type for common risk group list | 20110309 | |||
| 11 | Instance attribute | Private | Type reference (TYPE) | GRRM_OB_T_API_LOSEVT_LIST | List of Loss Events | 20110309 | |||
| 12 | Instance attribute | Private | Type reference (TYPE) | YT_LOSS_COUNT | Number of losses per Risk Category | 20140213 | |||
| 13 | Instance attribute | Private | Type reference (TYPE) | GRRM_OB_T_API_SDM_DATA | Static Data Management Parameters Table | 20110309 | |||
| 14 | Instance attribute | Private | Type reference (TYPE) | STRING | OTR Text 'No. of losses' | 20140213 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Private | Method | Calculate number of losses per Risk Category | 20140213 | |
| 2 | Instance method | Private | Method | Calculate number of losses including child Risk categories | 20140314 | |
| 3 | Instance method | Private | Method | 20110309 |
Events
Class CL_GRRM_OB_WD_SDM_CRGROUP has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | YS_LOSS_COUNT | Private | See coding | 20140213 | BEGIN OF ys_loss_count,
risk_cat TYPE grrm_ob_criskid,
no_of_losses TYPE grfn_number,
END OF ys_loss_count
|
||
| 2 | YT_LOSS_COUNT | Private | See coding | 20140213 | yt_loss_count TYPE STANDARD TABLE OF ys_loss_count WITH KEY risk_cat
|
Method Signatures
Method COUNT_LOSSES Signature
Method COUNT_LOSSES on class CL_GRRM_OB_WD_SDM_CRGROUP has no parameter.
Method COUNT_LOSSES on class CL_GRRM_OB_WD_SDM_CRGROUP has no exception.
Method COUNT_NESTED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_CRGROUP_ID | Call by reference | Type reference (TYPE) | GRFN_API_OBJECT_ID | Object ID | 20140314 | |||
| 2 | RV_NO_OF_NESTED_OBJS | Value transfer | Type reference (TYPE) | GRFN_NUMBER | Number of losses including child Risk Categories | 20140314 |
Method COUNT_NESTED on class CL_GRRM_OB_WD_SDM_CRGROUP has no exception.
Method LOAD_CHILD_NODES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_TREE_LIST | Call by reference | Type reference (TYPE) | GRRM_OB_T_WD_TREE_LIST | Tree Table | 20110309 | |||
| 2 | IV_PARENT_OBJECT_ID | Call by reference | Type reference (TYPE) | GRFN_API_OBJECT_ID | Object ID | 20110309 | |||
| 3 | IV_PARENT_TOP_NODE | Call by reference | Type reference (TYPE) | WDY_BOOLEAN | Supplement for True Boolean Type: 'X' == True '' == False | 20110309 | |||
| 4 | IV_TREE_TYPE | Call by reference | Type reference (TYPE) | CHAR1 | Single-Character Flag | 20110309 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Generic GRC API exception | 20110609 |
History
| Last changed by/on | SAP | 20141106 |
| SAP Release Created in | V1000 |