SAP ABAP Class CL_GRRM_DASHBOARD_ASSIST (Assistance Class for GRRM_DASHBOARD)
Hierarchy
GRCFND_A (Software Component) GRC Foundation ABAP
   GRC-RM (Application Component) GRC Risk Management
     GRRM_WD_DASHBOARD (Package) Dashboards
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_GRFN_TERM_WD_COMP_ASSIST Dynamic Terminology WD Component Assistence Class Basis 20120202
Properties
Class CL_GRRM_DASHBOARD_ASSIST  
Short Description Assistance Class for GRRM_DASHBOARD    
Super Class CL_GRFN_TERM_WD_COMP_ASSIST Dynamic Terminology WD Component Assistence Class Basis 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package GRRM_WD_DASHBOARD   Dashboards 
Created 20081120   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_MODEL_CRISK Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
2 CL_GRRM_UTIL_DASHBOARD Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
Interfaces
Class CL_GRRM_DASHBOARD_ASSIST has no interface implemented.
Friends
Class CL_GRRM_DASHBOARD_ASSIST has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MC_PERS_KEY Constant Public Type reference (TYPE) SPERS_KEY 'GRRM_DASHBOARD' Personalization object key 20081127
2 MT_RISK_CATEGORY Instance attribute Public Type reference (TYPE) CL_GRRM_MODEL_CRISK=>T_CRISK_LIST Table type for common risk group list 20100125
3 MT_RISK_CATEGORY_CHILD Instance attribute Private Type reference (TYPE) CL_GRRM_UTIL_DASHBOARD=>T_RISK_CATEGORY_CHILD Table type of API object ID 20100125
Methods
# Method Level Visibility Method type Description Created on
1 COLLECT_RISK_CATEGORY_CHILDREN Instance method Private Method 20100125
2 GET_CRGROUP_VALIDITY Instance method Public Method 20111021
3 GET_LOSS_DATES Instance method Public Method 20090720
4 GET_MATRIX Instance method Public Method 20081124
5 GET_NUMBER_SEPARATOR Instance method Public Method 20090220
6 GET_ORGUNIT_VALIDITY Instance method Public Method 20111021
7 GET_QUARTER Instance method Public Method 20090629
8 GET_SCORE_DECIMALS Instance method Public Method 20100526
9 GET_SNAPSHOT_TIMESTAMP_TEXT Instance method Public Method 20100125
10 GET_TEXTS Instance method Public Method 20081124
11 QUERY_RISK_CATEGORIES Instance method Public Method 20100125
12 SET_RISK_CATEGORIES Instance method Public Method 20100125
Events
Class CL_GRRM_DASHBOARD_ASSIST has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 QUARTER Public Type reference (TYPE) CHAR6 Quarter 20090721
Method Signatures

Method COLLECT_RISK_CATEGORY_CHILDREN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_PARENT_ID Call by reference Type reference (TYPE) GRFN_OBJECTID Object ID 20100125
2 Importing IV_TOP_PARENT_ID Call by reference Type reference (TYPE) GRFN_OBJECTID Object ID 20100125

Method COLLECT_RISK_CATEGORY_CHILDREN on class CL_GRRM_DASHBOARD_ASSIST has no exception.

Method GET_CRGROUP_VALIDITY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_DATEFROM Call by reference Type reference (TYPE) D 20111021
2 Exporting EV_DATETO Call by reference Type reference (TYPE) D 20111021
3 Importing IV_CRGROUP_ID Call by reference Type reference (TYPE) GRFN_API_OBJECT_ID Object ID 20111021
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20111021

Method GET_LOSS_DATES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_DATE_FROM Call by reference Type reference (TYPE) DATUM Date 20090720
2 Exporting EV_DATE_TO Call by reference Type reference (TYPE) DATUM Date 20090720

Method GET_LOSS_DATES on class CL_GRRM_DASHBOARD_ASSIST has no exception.

Method GET_MATRIX Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_IMPACT_LVL_TEXT Call by reference Type reference (TYPE) GRRM_T_DASHBOARD_TEXT Dashboard texts 20081124
2 Exporting ET_MATRIX Call by reference Type reference (TYPE) GRRM_T_DASHBOARD_MATRIX HeatMap matrix 20081124
3 Exporting ET_PROB_LVL_TEXT Call by reference Type reference (TYPE) GRRM_T_DASHBOARD_TEXT Dashboard texts 20081124

Method GET_MATRIX on class CL_GRRM_DASHBOARD_ASSIST has no exception.

Method GET_NUMBER_SEPARATOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_DECIMAL Call by reference Type reference (TYPE) CHAR1 Single-Character Flag 20090220
2 Exporting EV_THOUSANDS Call by reference Type reference (TYPE) CHAR1 Single-Character Flag 20090220

Method GET_NUMBER_SEPARATOR on class CL_GRRM_DASHBOARD_ASSIST has no exception.

Method GET_ORGUNIT_VALIDITY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_DATEFROM Call by reference Type reference (TYPE) D 20111021
2 Exporting EV_DATETO Call by reference Type reference (TYPE) D 20111021
3 Importing IV_ORGUNIT_ID Call by reference Type reference (TYPE) GRFN_API_OBJECT_ID Object ID 20111021
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20111021

Method GET_QUARTER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_DATE Call by reference Type reference (TYPE) SYDATUM SY-DATUM 20090629
2 Returning RV_QUARTER Value transfer Type reference (TYPE) QUARTER Quarter 20090629

Method GET_QUARTER on class CL_GRRM_DASHBOARD_ASSIST has no exception.

Method GET_SCORE_DECIMALS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_DECIMALS Value transfer Type reference (TYPE) GRFN_SCORE_DECIMALS Decimal Places 20100526

Method GET_SCORE_DECIMALS on class CL_GRRM_DASHBOARD_ASSIST has no exception.

Method GET_SNAPSHOT_TIMESTAMP_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_LOCAL_TIMESTAMP Call by reference Type reference (TYPE) TIMESTAMP Time stamp in local time zone 20140509
2 Exporting EV_TEXT Call by reference Type reference (TYPE) STRING 20140509
3 Importing IV_BYPASS_BUFFER Call by reference Type reference (TYPE) WDY_BOOLEAN Supplement for True Boolean Type: 'X' == True '' == False 20100125
4 Importing IV_TIMEFRAME Call by reference Type reference (TYPE) GRFN_TIMEFRAME Timeframe 20100125
5 Importing IV_YEAR Call by reference Type reference (TYPE) GRFN_TF_YEAR Timeframe Year 20100125

Method GET_SNAPSHOT_TIMESTAMP_TEXT on class CL_GRRM_DASHBOARD_ASSIST has no exception.

Method GET_TEXTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_DASHBOARD Call by reference Type reference (TYPE) CHAR1 Single-Character Flag 20081124
2 Returning RT_TEXT Value transfer Type reference (TYPE) GRRM_T_DASHBOARD_TEXT Dashboard texts 20081124

Method GET_TEXTS on class CL_GRRM_DASHBOARD_ASSIST has no exception.

Method QUERY_RISK_CATEGORIES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_PARENT_ID Call by reference Type reference (TYPE) GRFN_OBJECTID Object ID 20100125
2 Returning RT_RISK_CATEGORY Value transfer Type reference (TYPE) CL_GRRM_UTIL_DASHBOARD=>T_RISK_CATEGORY_CHILD Table type of API object ID 20100125

Method QUERY_RISK_CATEGORIES on class CL_GRRM_DASHBOARD_ASSIST has no exception.

Method SET_RISK_CATEGORIES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_RISK_CATEGORY Call by reference Type reference (TYPE) CL_GRRM_MODEL_CRISK=>T_CRISK_LIST Table type for common risk group list 20100125

Method SET_RISK_CATEGORIES on class CL_GRRM_DASHBOARD_ASSIST has no exception.
History
Last changed by/on SAP  20141106 
SAP Release Created in 300