SAP ABAP Class CL_GRRM_MODEL_ANALYSIS_DRS5 (DRS5 analysis model)
Hierarchy
GRCFND_A (Software Component) GRC Foundation ABAP
   GRC-RM (Application Component) GRC Risk Management
     GRRM_RISK (Package) Package GRC-RM Risk
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_GRFN_API_MODEL Interface for handling of GRC API models 20110823
Properties
Class CL_GRRM_MODEL_ANALYSIS_DRS5  
Short Description DRS5 analysis model    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package GRRM_RISK   Package GRC-RM Risk 
Created 20110823   SAP 
Last change 20141106    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 IF_GRFN_API_MODEL Interface for handling of GRC API models 20110823
Friends
Class CL_GRRM_MODEL_ANALYSIS_DRS5 has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MC_FIELD_IMPACT_QUAL Instance attribute Private Type reference (TYPE) FIELDNAME 'IMPACT_QUAL' Field Name 20110830
2 MC_FIELD_IMPACT_QUAN Instance attribute Private Type reference (TYPE) FIELDNAME 'IMPACT_QUAN' Field Name 20110830
3 MC_FIELD_PROBABILITY_QUAL Instance attribute Private Type reference (TYPE) FIELDNAME 'PROBABILITY_QUAL' Field Name 20110830
4 MC_FIELD_PROBABILITY_QUAN Instance attribute Private Type reference (TYPE) FIELDNAME 'PROBABILITY_QUAN' Field Name 20110830
5 MC_MODEL_CRISK Constant Private Type reference (TYPE) CLASSNAME 'CL_GRRM_MODEL_CRISK' Reference type 20110929
6 MC_MODEL_RISK Constant Private Type reference (TYPE) CLASSNAME 'CL_GRRM_MODEL_RISK' Reference type 20110929
7 MC_MSGID_GRRM_ANALYSIS Constant Private Type reference (TYPE) SYMSGID 'GRRM_ANALYSIS' Message Class 20110823
8 MC_MSGTY_ERROR Constant Private Type reference (TYPE) SYMSGTY 'E' Message Type 20110823
9 MO_INSTANCE Static Attribute Private Object reference (TYPE REF TO) CL_GRRM_MODEL_ANALYSIS_DRS5 DRS5 analysis model 20110823
10 MT_BUFFER Instance attribute Private Type reference (TYPE) YT_BUFFER 20110826
11 MT_BUFFER_CLOSED Instance attribute Private Type reference (TYPE) YT_BUFFER_CLOSED 20110902
12 MV_LANGU Instance attribute Private Type reference (TYPE) SYLANGU Language Key 20120113
13 MV_TF_YEAR Instance attribute Private Type reference (TYPE) GRFN_TF_YEAR Timeframe Year 20120113
14 MV_TIMEFRAME Instance attribute Private Type reference (TYPE) GRFN_TIMEFRAME Timeframe 20120113
Methods
# Method Level Visibility Method type Description Created on
1 CALC_SUMMARY Instance method Private Method Calculate analysis summary 20110929
2 CHECK_HORIZONTS Instance method Public Method Check consitency horizonts 20110829
3 CHECK_MANDATORY Instance method Private Method Check mandatory 20110829
4 CONSTRUCTOR Instance method Public Constructor 20110823
5 CONTROL_EVIDENCE_UPDATE Instance method Private Method Update PC control evidence 20140121
6 COPY_ACTUAL Instance method Private Method Copy actual analysis 20111005
7 CREATE Instance method Public Method 20110823
8 CREATE_DETAIL_LINES Instance method Private Method Inicialize detail 20110830
9 GET_BAPIRET Instance method Private Method Transform message into bapiret format 20110830
10 GET_CHANGED_ANALYSIS Instance method Public Method 20110919
11 GET_ORGUNIT Instance method Public Method Get my orgunit 20111205
12 INIT_SHIFTING Instance method Public Method Init buffer for shifting 20110831
13 IS_NEW Instance method Public Method Is new analysis 20110826
14 RAISE_ERROR Instance method Public Method 20110823
15 READ Instance method Public Method 20110823
16 READ_CLOSED Instance method Private Method 20110902
17 SHOW_ANALYSIS_COMMENT Static method Public Method Customizing for analysis comment 20130621
18 SHOW_EXPECTED_LOSS Static method Public Method Customizing for expected loss 20130621
19 UPDATE Instance method Public Method 20110823
Events
Class CL_GRRM_MODEL_ANALYSIS_DRS5 has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 YS_BUFFER Private See coding 20110826 begin of ys_buffer, data type grrm_s_drs5_header, t_line type yt_buffer_detail, updated type xfeld, end of ys_buffer
2 YS_BUFFER_CLOSED Private See coding 20110902 begin of ys_buffer_closed, guid type grrm_drs5_guid, time_stamp type grfn_timestamp, t_line type grrm_t_drs5_detail, end of ys_buffer_closed
3 YS_BUFFER_DETAIL Private See coding 20110829 begin of ys_buffer_detail, data type grrm_s_drs5_detail, updated type xfeld, end of ys_buffer_detail
4 YT_BUFFER Private See coding 20110826 yt_buffer type hashed table of ys_buffer with unique key data-guid
5 YT_BUFFER_CLOSED Private See coding 20110902 yt_buffer_closed type hashed table of ys_buffer_closed with unique key guid time_stamp
6 YT_BUFFER_DETAIL Private See coding 20110829 yt_buffer_detail type hashed table of ys_buffer_detail with unique key data-guid data-time_stamp data-fh_id data-analysis_type
Method Signatures

Method CALC_SUMMARY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_SUMMARY Call by reference Type reference (TYPE) GRRM_T_DRS5_SUMMARY DRS5 Analysis - Summary 20110929
2 Importing IS_ANALYSIS_DATA Call by reference Type reference (TYPE) GRRM_S_DRS5_HEADER Analysis Data 20110929
3 Importing IT_DRS5 Call by reference Type reference (TYPE) GRRM_T_DRS5_DETAIL DRS5 Risk Analysis 20110929
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20110929

Method CHECK_HORIZONTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_GUID Call by reference Type reference (TYPE) GRRM_DRS5_GUID DSR5 Analysis - GUID 20110829
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20110829

Method CHECK_MANDATORY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_DETAIL Call by reference Type reference (TYPE) GRRM_T_DRS5_DETAIL DRS5 Risk Analysis 20110829
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20110830

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_LANGU Call by reference Type reference (TYPE) SYLANGU Language Key of Current Text Environment 20120113
2 Importing IV_TF_YEAR Call by reference Type reference (TYPE) GRFN_TF_YEAR Timeframe Year 20120113
3 Importing IV_TIMEFRAME Call by reference Type reference (TYPE) GRFN_TIMEFRAME Timeframe 20120113

Method CONSTRUCTOR on class CL_GRRM_MODEL_ANALYSIS_DRS5 has no exception.

Method CONTROL_EVIDENCE_UPDATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_ANALYSIS_NEW Call by reference Type reference (TYPE) GRRM_S_DRS5_DETAIL DRS5 Analysis 20140121
2 Importing IS_ANALYSIS_OLD Call by reference Type reference (TYPE) GRRM_S_DRS5_DETAIL DRS5 Analysis 20140121
3 Importing IS_HEADER Call by reference Type reference (TYPE) GRRM_S_DRS5_HEADER Analysis Data 20140121
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20140121

Method COPY_ACTUAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_GUID Call by reference Type reference (TYPE) GRRM_DRS5_GUID DSR5 Analysis - GUID 20111005
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20111005

Method CREATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_HEADER Call by reference Type reference (TYPE) GRRM_S_DRS5_HEADER Analysis Data 20110829
2 Importing IV_COPY_ACTUAL Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20111005
3 Returning RV_GUID Value transfer Type reference (TYPE) GRRM_DRS5_GUID DSR5 Analysis - GUID 20110823
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20110823

Method CREATE_DETAIL_LINES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_GUID Call by reference Type reference (TYPE) GRRM_DRS5_GUID DSR5 Analysis - GUID 20110830
2 Returning RT_DETAIL Value transfer Type reference (TYPE) YT_BUFFER_DETAIL 20110830
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20110830

Method GET_BAPIRET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_FIELD Call by reference Type reference (TYPE) BAPI_FLD Field in parameter 20110830
2 Importing IV_ID Value transfer Type reference (TYPE) SY-MSGID Message Class 20110830
3 Importing IV_NO Value transfer Type reference (TYPE) SY-MSGNO Message Number 20110830
4 Importing IV_TP Value transfer Type reference (TYPE) BAPI_MTYPE Message type: S Success, E Error, W Warning, I Info, A Abort 20110830
5 Importing IV_V1 Value transfer Type reference (TYPE) ANY 20110830
6 Importing IV_V2 Value transfer Type reference (TYPE) ANY 20110830
7 Importing IV_V3 Value transfer Type reference (TYPE) ANY 20110830
8 Importing IV_V4 Value transfer Type reference (TYPE) ANY 20110830
9 Returning RS_BAPIRET Value transfer Type reference (TYPE) BAPIRET2 Return Parameter 20110830

Method GET_BAPIRET on class CL_GRRM_MODEL_ANALYSIS_DRS5 has no exception.

Method GET_CHANGED_ANALYSIS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_DRS5_HEADER Call by reference Type reference (TYPE) GRRM_T_DRS5_HEADER Table of DRS5 headers 20110920

Method GET_CHANGED_ANALYSIS on class CL_GRRM_MODEL_ANALYSIS_DRS5 has no exception.

Method GET_ORGUNIT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_ANALYSIS_DATA Call by reference Type reference (TYPE) GRRM_S_DRS5_HEADER Analysis Data 20111205
2 Importing IV_DATE Call by reference Type reference (TYPE) SYDATUM 20111205
3 Returning RV_ORGUNIT_ID Value transfer Type reference (TYPE) GRFN_API_OBJECT_ID Object ID 20111205
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20111205

Method INIT_SHIFTING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_DETAIL Call by reference Type reference (TYPE) GRRM_T_DRS5_DETAIL DRS5 Risk Analysis 20110831
2 Importing IV_GUID Call by reference Type reference (TYPE) GRRM_DRS5_GUID DSR5 Analysis - GUID 20110831
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20110831

Method IS_NEW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_GUID Call by reference Type reference (TYPE) GRRM_DRS5_GUID DSR5 Analysis - GUID 20110826
2 Returning RV_IS_NEW Value transfer Type reference (TYPE) ABAP_BOOL 20110826
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20110826

Method RAISE_ERROR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_NO Call by reference Type reference (TYPE) SY-MSGNO Message Number 20110823
2 Importing PAR1 Call by reference Type reference (TYPE) ANY 20110823
3 Importing PAR2 Call by reference Type reference (TYPE) ANY 20110823
4 Importing PAR3 Call by reference Type reference (TYPE) ANY 20110823
5 Importing PAR4 Call by reference Type reference (TYPE) ANY 20110823
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20110823

Method READ Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_HEADER Call by reference Type reference (TYPE) GRRM_S_DRS5_HEADER Analysis Data 20110829
2 Exporting ET_DETAIL Call by reference Type reference (TYPE) GRRM_T_DRS5_DETAIL DRS5 Risk Analysis 20110829
3 Exporting ET_HISTORY Call by reference Type reference (TYPE) GRRM_T_HISTORY DRS5 Risk Analysis - History 20110907
4 Exporting ET_SUMMARY Call by reference Type reference (TYPE) GRRM_T_DRS5_SUMMARY DRS5 Analysis - Summary 20110929
5 Importing IV_CLOSED_FH Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE Include closed FHs 20110929
6 Importing IV_GUID Call by reference Type reference (TYPE) GRRM_DRS5_GUID DSR5 Analysis - GUID 20110823
7 Importing IV_ONLY_DEFAULT_FH Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20110929
8 Importing IV_TIME_STAMP Call by reference Type reference (TYPE) GRRM_DRS5_TIME_STAMP DSR5 Analysis - Time Stamp 20111017
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20110823

Method READ_CLOSED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_DETAIL Call by reference Type reference (TYPE) GRRM_T_DRS5_DETAIL DRS5 Risk Analysis 20110902
2 Importing IV_GUID Call by reference Type reference (TYPE) GRRM_DRS5_GUID DSR5 Analysis - GUID 20110902
3 Importing IV_TIME_STAMP Call by reference Type reference (TYPE) GRFN_TIMESTAMP Current Date of Application Server 20111017
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20110902

Method SHOW_ANALYSIS_COMMENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_SHOW_COMMENT Value transfer Type reference (TYPE) AS4FLAG Flag (X or Blank) 20130621

Method SHOW_ANALYSIS_COMMENT on class CL_GRRM_MODEL_ANALYSIS_DRS5 has no exception.

Method SHOW_EXPECTED_LOSS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_SHOW_ELOSS Value transfer Type reference (TYPE) AS4FLAG Flag (X or Blank) 20130621

Method SHOW_EXPECTED_LOSS on class CL_GRRM_MODEL_ANALYSIS_DRS5 has no exception.

Method UPDATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_CHANGED Value transfer Type reference (TYPE) ABAP_BOOL 20110826
2 Importing IS_HEADER Call by reference Type reference (TYPE) GRRM_S_DRS5_HEADER Analysis Data 20110829
3 Importing IT_DETAIL Call by reference Type reference (TYPE) GRRM_T_DRS5_DETAIL DRS5 Analysis 20110829
4 Importing IV_FULL_CHECK Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20110831
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20110823
History
Last changed by/on SAP  20141106 
SAP Release Created in V1100