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
⤷ 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 | MC_BRACKET_CLOSE | Instance attribute | Private | Attribute reference (LIKE) | 20140213 | ||||
2 | MC_BRACKET_OPEN | Instance attribute | Private | Attribute reference (LIKE) | 20140213 | ||||
3 | MC_COLON | Instance attribute | Private | Attribute reference (LIKE) | 20140213 | ||||
4 | MC_ICON_LOSEVT | Constant | Public | Type reference (TYPE) | ICONNAME | 'ICON_SUB_FINANCIAL_IMPAIRMENT' | Name of an Icon | 20110310 | |
5 | MC_ICON_MAPPED_LOSEVT | Constant | Public | Type reference (TYPE) | ICONNAME | 'ICON_WD_MAPPED_VALUE_ATTR' | Name of an Icon | 20110310 | |
6 | MC_ICON_MAPPED_ORGUNIT | Constant | Public | Type reference (TYPE) | ICONNAME | 'ICON_WD_MAPPED_VALUE_NODE' | Name of an Icon | 20110310 | |
7 | MC_OTR_NO_OF_LOSSES | Instance attribute | Private | Attribute reference (LIKE) | 20140213 | ||||
8 | MO_CMP_USAGE_GROUP_LOSEVT | Instance attribute | Private | Object reference (TYPE REF TO) | IF_WD_COMPONENT_USAGE_GROUP | Web Dynpro: Group of Component Usages | 20110314 | ||
9 | MO_CMP_USAGE_GROUP_ORGUNIT | Instance attribute | Private | Object reference (TYPE REF TO) | IF_WD_COMPONENT_USAGE_GROUP | Web Dynpro: Group of Component Usages | 20110314 | ||
10 | MT_LOSS_COUNT | Instance attribute | Private | Type reference (TYPE) | YT_LOSS_COUNT | Number of losses per Org. Unit | 20140210 | ||
11 | MT_ORGUNIT_LIST | 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 | COUNT_LOSSES | Instance method | Private | Method | Calculate number of losses per Org. Unit | 20140210 |
2 | COUNT_NESTED | 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 | Importing | IV_ORGUNIT_ID | Call by reference | Type reference (TYPE) | GRFN_API_OBJECT_ID | Object ID | 20140312 | ||
2 | Returning | 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 |