SAP ABAP Class CL_GRRM_AGGREGATION_TRIGGER (Handles risk/analysis aggregation)
Hierarchy
☛
GRCFND_A (Software Component) GRC Foundation ABAP
⤷
GRC-RM (Application Component) GRC Risk Management
⤷
GRRM_RISK (Package) Package GRC-RM Risk

⤷

⤷

Properties
Class | CL_GRRM_AGGREGATION_TRIGGER | |
Short Description | Handles risk/analysis aggregation | |
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 | 20110919 | 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
Class CL_GRRM_AGGREGATION_TRIGGER has no interface implemented.
Friends
Class CL_GRRM_AGGREGATION_TRIGGER has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Constant | Public | Type reference (TYPE) | CLASSNAME | 'CL_GRRM_MODEL_ANALYSIS' | Reference type | 20110919 | |
2 | ![]() |
Constant | Public | Type reference (TYPE) | CLASSNAME | 'CL_GRRM_CASES_MODEL' | Reference type | 20120416 | |
3 | ![]() |
Constant | Public | Type reference (TYPE) | CLASSNAME | 'CL_GRRM_MODEL_ANALYSIS_DRS5' | Reference type | 20110920 | |
4 | ![]() |
Constant | Public | Type reference (TYPE) | CLASSNAME | 'CL_GRRM_MODEL_CRISK' | Reference type | 20110920 | |
5 | ![]() |
Constant | Public | Type reference (TYPE) | CLASSNAME | 'CL_GRRM_MODEL_RISK' | Reference type | 20110919 | |
6 | ![]() |
Static Attribute | Public | Object reference (TYPE REF TO) | CL_GRRM_APPLOG_RISK_AGGR | Logging for risk aggregation | 20111011 | ||
7 | ![]() |
Static Attribute | Public | Type reference (TYPE) | BALLOGHNDL | Application Log: Log Handle | 20110921 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Static method | Public | Method | Checks if aggregation is possible with the current settings | 20110922 |
2 | ![]() |
Static method | Public | Method | Performs the aggregation and generates a new analysis (vers) | 20110922 |
3 | ![]() |
Static method | Public | Method | Writes progress into appl log GRRM - RISK_AGGR | 20110921 |
4 | ![]() |
Static method | Public | Method | Saves appl log | 20110921 |
5 | ![]() |
Static method | Public | Method | Handles the pre-save trigger from session# | 20110919 |
6 | ![]() |
Static method | Public | Method | Checks for the required trigger logic | 20121218 |
Events
Class CL_GRRM_AGGREGATION_TRIGGER has no event.
Types
Class CL_GRRM_AGGREGATION_TRIGGER has no local type.
Method Signatures
Method AGGREGATION_POSSIBLE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_MESSAGES | Call by reference | Type reference (TYPE) | BAPIRET2_T | Return parameter table | 20110922 | ||
2 | ![]() |
EV_POSSIBLE | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20110922 | |||
3 | ![]() |
IO_SESSION | Call by reference | Object reference (TYPE REF TO) | CL_GRFN_API_SESSION | Session Management for GRC APIs | 20110922 | ||
4 | ![]() |
IT_UL_RISK | Call by reference | Type reference (TYPE) | GRRM_T_API_UL_RISKS | Table Type Underlying Risks | 20110922 | ||
5 | ![]() |
IV_CUST_AGGR_MODE | Call by reference | Type reference (TYPE) | GRRM_CUST_AGGR_MODE | Customized aggregation mode | 20110923 | ||
6 | ![]() |
IV_RISK_ID | Call by reference | Type reference (TYPE) | GRFN_API_OBJECT_ID | Object ID | 20110922 |
Method AGGREGATION_POSSIBLE on class CL_GRRM_AGGREGATION_TRIGGER has no exception.
Method GENERATE_AGGREGATE_ANALYSIS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_MESSAGES | Call by reference | Type reference (TYPE) | BAPIRET2_T | 20110922 | |||
2 | ![]() |
EV_SUCCESS | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20110922 | |||
3 | ![]() |
IO_SESSION | Call by reference | Object reference (TYPE REF TO) | CL_GRFN_API_SESSION | 20110922 | |||
4 | ![]() |
IV_CUST_AGGR_MODE | Call by reference | Type reference (TYPE) | GRRM_CUST_AGGR_MODE | Customized aggregation mode | 20110923 | ||
5 | ![]() |
IV_RISK_ID | Call by reference | Type reference (TYPE) | GRFN_API_OBJECT_ID | 20110922 |
Method GENERATE_AGGREGATE_ANALYSIS on class CL_GRRM_AGGREGATION_TRIGGER has no exception.
Method LOG Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_MSGID | Call by reference | Type reference (TYPE) | SYMSGID | Message Class | 20110921 | ||
2 | ![]() |
IV_MSGNO | Call by reference | Type reference (TYPE) | SYMSGNO | Message Class | 20110921 | ||
3 | ![]() |
IV_MSGTY | Call by reference | Type reference (TYPE) | SYMSGTY | Message Number | 20110921 | ||
4 | ![]() |
IV_MSGV1 | Call by reference | Type reference (TYPE) | SYMSGV | Message Variable | 20110921 | ||
5 | ![]() |
IV_MSGV2 | Call by reference | Type reference (TYPE) | SYMSGV | Message Variable | 20110921 | ||
6 | ![]() |
IV_MSGV3 | Call by reference | Type reference (TYPE) | SYMSGV | Message Variable | 20110921 | ||
7 | ![]() |
IV_MSGV4 | Call by reference | Type reference (TYPE) | SYMSGV | Message Variable | 20110921 |
Method LOG on class CL_GRRM_AGGREGATION_TRIGGER has no exception.
Method SAVE_LOG Signature
Method SAVE_LOG on class CL_GRRM_AGGREGATION_TRIGGER has no parameter.
Method SAVE_LOG on class CL_GRRM_AGGREGATION_TRIGGER has no exception.
Method SAVE_TRIGGERED Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_SESSION | Call by reference | Object reference (TYPE REF TO) | CL_GRFN_API_SESSION | Session Management for GRC APIs | 20110919 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Generic GRC API exception | 20110919 |
Method TRIGGER_LOGIC Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EV_ON_CDF_CHANGE | Call by reference | Type reference (TYPE) | GRFN_BOOLEAN | Indicator | 20121218 | ||
2 | ![]() |
EV_ON_UL_RISK_CHANGE | Call by reference | Type reference (TYPE) | GRFN_BOOLEAN | Indicator | 20121218 |
Method TRIGGER_LOGIC on class CL_GRRM_AGGREGATION_TRIGGER has no exception.
History
Last changed by/on | SAP | 20141106 |
SAP Release Created in | V1100 |