SAP ABAP Class CL_GRRM_OB_WD_REASS_LOSEVT_ORG (Reassignment of Loss Events)
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_REASS_BASIS Object Reassignment - Basis Class 20110330
Properties
Class CL_GRRM_OB_WD_REASS_LOSEVT_ORG  
Short Description Reassignment of Loss Events    
Super Class CL_GRRM_OB_WD_REASS_BASIS Object Reassignment - 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 20110330   SAP 
Last change 20141106    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_GRRM_OB_WD_REASS_LOSEVT_ORG has no forward declaration.
Interfaces
Class CL_GRRM_OB_WD_REASS_LOSEVT_ORG has no interface implemented.
Friends
Class CL_GRRM_OB_WD_REASS_LOSEVT_ORG has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MC_ICON_LOSEVT Constant Public Type reference (TYPE) ICONNAME 'ICON_SUB_FINANCIAL_IMPAIRMENT' Name of an Icon 20110330
2 MT_LOSS_COUNT Instance attribute Private Type reference (TYPE) YT_LOSS_COUNT Number of losses per Org. Unit 20140206
3 MT_ORGUNIT_LIST Instance attribute Private Type reference (TYPE) GRFN_T_API_ORGUNIT_LIST Table type for orgunit list 20110330
Methods
# Method Level Visibility Method type Description Created on
1 COUNT_LOSSES Instance method Private Method Calculate number of losses per Org. Unit 20140206
2 COUNT_NESTED Instance method Private Method Calculate number of losses including child Org. Units 20140312
Events
Class CL_GRRM_OB_WD_REASS_LOSEVT_ORG has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 YS_LOSS_COUNT Private See coding 20140206 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 20140206 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_REASS_LOSEVT_ORG has no parameter.
Method COUNT_LOSSES on class CL_GRRM_OB_WD_REASS_LOSEVT_ORG 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_REASS_LOSEVT_ORG has no exception.
History
Last changed by/on SAP  20141106 
SAP Release Created in V1000