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 | 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 | Instance attribute | Private | Type reference (TYPE) | FIELDNAME | 'IMPACT_QUAL' | Field Name | 20110830 | ||
| 2 | Instance attribute | Private | Type reference (TYPE) | FIELDNAME | 'IMPACT_QUAN' | Field Name | 20110830 | ||
| 3 | Instance attribute | Private | Type reference (TYPE) | FIELDNAME | 'PROBABILITY_QUAL' | Field Name | 20110830 | ||
| 4 | Instance attribute | Private | Type reference (TYPE) | FIELDNAME | 'PROBABILITY_QUAN' | Field Name | 20110830 | ||
| 5 | Constant | Private | Type reference (TYPE) | CLASSNAME | 'CL_GRRM_MODEL_CRISK' | Reference type | 20110929 | ||
| 6 | Constant | Private | Type reference (TYPE) | CLASSNAME | 'CL_GRRM_MODEL_RISK' | Reference type | 20110929 | ||
| 7 | Constant | Private | Type reference (TYPE) | SYMSGID | 'GRRM_ANALYSIS' | Message Class | 20110823 | ||
| 8 | Constant | Private | Type reference (TYPE) | SYMSGTY | 'E' | Message Type | 20110823 | ||
| 9 | Static Attribute | Private | Object reference (TYPE REF TO) | CL_GRRM_MODEL_ANALYSIS_DRS5 | DRS5 analysis model | 20110823 | |||
| 10 | Instance attribute | Private | Type reference (TYPE) | YT_BUFFER | 20110826 | ||||
| 11 | Instance attribute | Private | Type reference (TYPE) | YT_BUFFER_CLOSED | 20110902 | ||||
| 12 | Instance attribute | Private | Type reference (TYPE) | SYLANGU | Language Key | 20120113 | |||
| 13 | Instance attribute | Private | Type reference (TYPE) | GRFN_TF_YEAR | Timeframe Year | 20120113 | |||
| 14 | Instance attribute | Private | Type reference (TYPE) | GRFN_TIMEFRAME | Timeframe | 20120113 |
Methods
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 | ET_SUMMARY | Call by reference | Type reference (TYPE) | GRRM_T_DRS5_SUMMARY | DRS5 Analysis - Summary | 20110929 | |||
| 2 | IS_ANALYSIS_DATA | Call by reference | Type reference (TYPE) | GRRM_S_DRS5_HEADER | Analysis Data | 20110929 | |||
| 3 | IT_DRS5 | Call by reference | Type reference (TYPE) | GRRM_T_DRS5_DETAIL | DRS5 Risk Analysis | 20110929 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Generic GRC API exception | 20110929 |
Method CHECK_HORIZONTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_GUID | Call by reference | Type reference (TYPE) | GRRM_DRS5_GUID | DSR5 Analysis - GUID | 20110829 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Generic GRC API exception | 20110829 |
Method CHECK_MANDATORY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_DETAIL | Call by reference | Type reference (TYPE) | GRRM_T_DRS5_DETAIL | DRS5 Risk Analysis | 20110829 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Generic GRC API exception | 20110830 |
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_LANGU | Call by reference | Type reference (TYPE) | SYLANGU | Language Key of Current Text Environment | 20120113 | |||
| 2 | IV_TF_YEAR | Call by reference | Type reference (TYPE) | GRFN_TF_YEAR | Timeframe Year | 20120113 | |||
| 3 | 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 | IS_ANALYSIS_NEW | Call by reference | Type reference (TYPE) | GRRM_S_DRS5_DETAIL | DRS5 Analysis | 20140121 | |||
| 2 | IS_ANALYSIS_OLD | Call by reference | Type reference (TYPE) | GRRM_S_DRS5_DETAIL | DRS5 Analysis | 20140121 | |||
| 3 | IS_HEADER | Call by reference | Type reference (TYPE) | GRRM_S_DRS5_HEADER | Analysis Data | 20140121 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Generic GRC API exception | 20140121 |
Method COPY_ACTUAL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_GUID | Call by reference | Type reference (TYPE) | GRRM_DRS5_GUID | DSR5 Analysis - GUID | 20111005 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Generic GRC API exception | 20111005 |
Method CREATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_HEADER | Call by reference | Type reference (TYPE) | GRRM_S_DRS5_HEADER | Analysis Data | 20110829 | |||
| 2 | IV_COPY_ACTUAL | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20111005 | |||
| 3 | RV_GUID | Value transfer | Type reference (TYPE) | GRRM_DRS5_GUID | DSR5 Analysis - GUID | 20110823 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 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 | IV_GUID | Call by reference | Type reference (TYPE) | GRRM_DRS5_GUID | DSR5 Analysis - GUID | 20110830 | |||
| 2 | RT_DETAIL | Value transfer | Type reference (TYPE) | YT_BUFFER_DETAIL | 20110830 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Generic GRC API exception | 20110830 |
Method GET_BAPIRET Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_FIELD | Call by reference | Type reference (TYPE) | BAPI_FLD | Field in parameter | 20110830 | |||
| 2 | IV_ID | Value transfer | Type reference (TYPE) | SY-MSGID | Message Class | 20110830 | |||
| 3 | IV_NO | Value transfer | Type reference (TYPE) | SY-MSGNO | Message Number | 20110830 | |||
| 4 | IV_TP | Value transfer | Type reference (TYPE) | BAPI_MTYPE | Message type: S Success, E Error, W Warning, I Info, A Abort | 20110830 | |||
| 5 | IV_V1 | Value transfer | Type reference (TYPE) | ANY | 20110830 | ||||
| 6 | IV_V2 | Value transfer | Type reference (TYPE) | ANY | 20110830 | ||||
| 7 | IV_V3 | Value transfer | Type reference (TYPE) | ANY | 20110830 | ||||
| 8 | IV_V4 | Value transfer | Type reference (TYPE) | ANY | 20110830 | ||||
| 9 | 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 | 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 | IS_ANALYSIS_DATA | Call by reference | Type reference (TYPE) | GRRM_S_DRS5_HEADER | Analysis Data | 20111205 | |||
| 2 | IV_DATE | Call by reference | Type reference (TYPE) | SYDATUM | 20111205 | ||||
| 3 | RV_ORGUNIT_ID | Value transfer | Type reference (TYPE) | GRFN_API_OBJECT_ID | Object ID | 20111205 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Generic GRC API exception | 20111205 |
Method INIT_SHIFTING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_DETAIL | Call by reference | Type reference (TYPE) | GRRM_T_DRS5_DETAIL | DRS5 Risk Analysis | 20110831 | |||
| 2 | IV_GUID | Call by reference | Type reference (TYPE) | GRRM_DRS5_GUID | DSR5 Analysis - GUID | 20110831 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Generic GRC API exception | 20110831 |
Method IS_NEW Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_GUID | Call by reference | Type reference (TYPE) | GRRM_DRS5_GUID | DSR5 Analysis - GUID | 20110826 | |||
| 2 | RV_IS_NEW | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20110826 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Generic GRC API exception | 20110826 |
Method RAISE_ERROR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_NO | Call by reference | Type reference (TYPE) | SY-MSGNO | Message Number | 20110823 | |||
| 2 | PAR1 | Call by reference | Type reference (TYPE) | ANY | 20110823 | ||||
| 3 | PAR2 | Call by reference | Type reference (TYPE) | ANY | 20110823 | ||||
| 4 | PAR3 | Call by reference | Type reference (TYPE) | ANY | 20110823 | ||||
| 5 | PAR4 | Call by reference | Type reference (TYPE) | ANY | 20110823 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Generic GRC API exception | 20110823 |
Method READ Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_HEADER | Call by reference | Type reference (TYPE) | GRRM_S_DRS5_HEADER | Analysis Data | 20110829 | |||
| 2 | ET_DETAIL | Call by reference | Type reference (TYPE) | GRRM_T_DRS5_DETAIL | DRS5 Risk Analysis | 20110829 | |||
| 3 | ET_HISTORY | Call by reference | Type reference (TYPE) | GRRM_T_HISTORY | DRS5 Risk Analysis - History | 20110907 | |||
| 4 | ET_SUMMARY | Call by reference | Type reference (TYPE) | GRRM_T_DRS5_SUMMARY | DRS5 Analysis - Summary | 20110929 | |||
| 5 | IV_CLOSED_FH | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | Include closed FHs | 20110929 | ||
| 6 | IV_GUID | Call by reference | Type reference (TYPE) | GRRM_DRS5_GUID | DSR5 Analysis - GUID | 20110823 | |||
| 7 | IV_ONLY_DEFAULT_FH | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20110929 | |||
| 8 | IV_TIME_STAMP | Call by reference | Type reference (TYPE) | GRRM_DRS5_TIME_STAMP | DSR5 Analysis - Time Stamp | 20111017 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Generic GRC API exception | 20110823 |
Method READ_CLOSED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_DETAIL | Call by reference | Type reference (TYPE) | GRRM_T_DRS5_DETAIL | DRS5 Risk Analysis | 20110902 | |||
| 2 | IV_GUID | Call by reference | Type reference (TYPE) | GRRM_DRS5_GUID | DSR5 Analysis - GUID | 20110902 | |||
| 3 | IV_TIME_STAMP | Call by reference | Type reference (TYPE) | GRFN_TIMESTAMP | Current Date of Application Server | 20111017 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 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 | 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 | 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 | EV_CHANGED | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20110826 | ||||
| 2 | IS_HEADER | Call by reference | Type reference (TYPE) | GRRM_S_DRS5_HEADER | Analysis Data | 20110829 | |||
| 3 | IT_DETAIL | Call by reference | Type reference (TYPE) | GRRM_T_DRS5_DETAIL | DRS5 Analysis | 20110829 | |||
| 4 | IV_FULL_CHECK | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | 20110831 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Generic GRC API exception | 20110823 |
History
| Last changed by/on | SAP | 20141106 |
| SAP Release Created in | V1100 |