SAP ABAP Class CL_GRRM_OB_WD_SDM_ORGU (Static Data Mapping - Organization Units)
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_ORGU | |
| Short Description | Static Data Mapping - Organization Units | |
| 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 | 20110310 | SAP |
| Last change | 20141106 | |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_GRRM_OB_WD_SDM_ORGU has no forward declaration.
Interfaces
Class CL_GRRM_OB_WD_SDM_ORGU has no interface implemented.
Friends
Class CL_GRRM_OB_WD_SDM_ORGU 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 | 20110310 | ||
| 5 | Constant | Public | Type reference (TYPE) | ICONNAME | 'ICON_WD_MAPPED_VALUE_ATTR' | Name of an Icon | 20110310 | ||
| 6 | Constant | Public | Type reference (TYPE) | ICONNAME | 'ICON_WD_MAPPED_VALUE_NODE' | Name of an Icon | 20110310 | ||
| 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) | YT_LOSS_COUNT | Number of losses per Org. Unit | 20140210 | |||
| 11 | Instance attribute | Private | Type reference (TYPE) | GRFN_T_API_ORGUNIT_LIST | Table type for orgunit list | 20140312 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Private | Method | Calculate number of losses per Org. Unit | 20140210 | |
| 2 | Instance method | Private | Method | Calculate number of losses including child Org. Units | 20140312 |
Events
Class CL_GRRM_OB_WD_SDM_ORGU has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | YS_LOSS_COUNT | Private | See coding | 20140210 | BEGIN OF ys_loss_count,
org_unit TYPE grfn_rep_orgunit,
no_of_losses TYPE grfn_number,
END OF ys_loss_count
|
||
| 2 | YT_LOSS_COUNT | Private | See coding | 20140210 | yt_loss_count TYPE STANDARD TABLE OF ys_loss_count WITH KEY org_unit
|
Method Signatures
Method COUNT_LOSSES Signature
Method COUNT_LOSSES on class CL_GRRM_OB_WD_SDM_ORGU has no parameter.
Method COUNT_LOSSES on class CL_GRRM_OB_WD_SDM_ORGU has no exception.
Method COUNT_NESTED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_ORGUNIT_ID | Call by reference | Type reference (TYPE) | GRFN_API_OBJECT_ID | Object ID | 20140312 | |||
| 2 | RV_NO_OF_NESTED_OBJS | Value transfer | Type reference (TYPE) | GRFN_NUMBER | Number of losses including child Org. Units | 20140312 |
Method COUNT_NESTED on class CL_GRRM_OB_WD_SDM_ORGU has no exception.
History
| Last changed by/on | SAP | 20141106 |
| SAP Release Created in | V1000 |