SAP ABAP Class CL_GRRM_CLUSTER (Additional analysis attributes)
Hierarchy
☛
GRCFND_A (Software Component) GRC Foundation ABAP
⤷
GRC-RM (Application Component) GRC Risk Management
⤷
GRRM_SCENARIO_ANALYSIS (Package) Scenario Analysis

⤷

⤷

Properties
Class | CL_GRRM_CLUSTER | |
Short Description | Additional analysis attributes | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | GRRM_SCENARIO_ANALYSIS | Scenario Analysis |
Created | 20080821 | 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) |
2 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_GRRM_CLUSTER has no interface implemented.
Friends
Class CL_GRRM_CLUSTER has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Constant | Public | Type reference (TYPE) | GRRM_UPDATE_ACTION | 'C' | Action | 20080821 | |
2 | ![]() |
Constant | Public | Type reference (TYPE) | GRRM_UPDATE_ACTION | 'D' | Action | 20080821 | |
3 | ![]() |
Constant | Public | Type reference (TYPE) | GRRM_UPDATE_ACTION | 'U' | Action | 20080821 | |
4 | ![]() |
Instance attribute | Private | Type reference (TYPE) | YT_CLUSTER_BUFFER | 20080821 | |||
5 | ![]() |
Static Attribute | Private | Type reference (TYPE) | YT_INSTANCE_POOL | 20100209 | |||
6 | ![]() |
Instance attribute | Private | Type reference (TYPE) | GRRM_SCENARIO_GUID | GUID | 20080821 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Constructor | 20080821 | |
2 | ![]() |
Static method | Public | Method | 20100209 | |
3 | ![]() |
Static method | Public | Method | 20100209 | |
4 | ![]() |
Instance method | Private | Method | 20080821 | |
5 | ![]() |
Instance method | Private | Method | 20080821 | |
6 | ![]() |
Instance method | Public | Method | 20080821 | |
7 | ![]() |
Instance method | Public | Method | 20080821 | |
8 | ![]() |
Instance method | Private | Method | 20080821 | |
9 | ![]() |
Instance method | Public | Method | 20080821 | |
10 | ![]() |
Instance method | Private | Method | 20080821 |
Events
Class CL_GRRM_CLUSTER has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | YS_CLUSTER_BUFFER | Public | See coding | 20080821 | BEGIN OF ys_cluster_buffer ,
cluster_id TYPE grrm_scenario_guid,
risks TYPE grrm_t_cluster_risk_list,
operation TYPE grrm_update_action,
END OF ys_cluster_buffer
|
||
2 | YT_CLUSTER_BUFFER | Public | See coding | 20080821 | yt_cluster_buffer TYPE HASHED TABLE OF ys_cluster_buffer
WITH UNIQUE KEY cluster_id
|
Method Signatures
Method CONSTRUCTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_CLUSTER_ID | Call by reference | Type reference (TYPE) | GRRM_SCENARIO_GUID | GUID | 20080821 |
Method CONSTRUCTOR on class CL_GRRM_CLUSTER has no exception.
Method CREATE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_CLUSTER_ID | Value transfer | Type reference (TYPE) | GRRM_CLUSTER_ID | Cluster ID | 20100209 |
Method CREATE on class CL_GRRM_CLUSTER has no exception.
Method GET_INSTANCE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_CLUSTER_ID | Call by reference | Type reference (TYPE) | GRRM_CLUSTER_ID | Cluster ID | 20100209 | ||
2 | ![]() |
RO_INSTANCE | Value transfer | Object reference (TYPE REF TO) | CL_GRRM_CLUSTER | Additional analysis attributes | 20100209 |
Method GET_INSTANCE on class CL_GRRM_CLUSTER has no exception.
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 | 20080821 | ||
2 | ![]() |
PAR1 | Call by reference | Type reference (TYPE) | SY-MSGV1 | Message Variable | 20080821 | ||
3 | ![]() |
PAR2 | Call by reference | Type reference (TYPE) | SY-MSGV2 | Message Variable | 20080821 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Generic GRC API exception | 20080821 |
Method READ_CLUSTER_RISK_LIST Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_CLUSTER_ID | Call by reference | Type reference (TYPE) | GRRM_SCENARIO_GUID | GUID | 20080821 | ||
2 | ![]() |
RT_RISK_LIST | Value transfer | Type reference (TYPE) | GRRM_T_CLUSTER_RISK_LIST | Scenario case list | 20080821 |
Method READ_CLUSTER_RISK_LIST on class CL_GRRM_CLUSTER has no exception.
Method RETRIEVE_CLUSTER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_RISK_LIST | Call by reference | Type reference (TYPE) | GRRM_T_CLUSTER_RISK_LIST | Risk list | 20080821 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Generic GRC API exception | 20080821 |
Method SAVE Signature
Method SAVE on class CL_GRRM_CLUSTER has no parameter.
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Generic GRC API exception | 20080821 |
Method SET_CLUSTER_RISKS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_RISK_LIST | Call by reference | Type reference (TYPE) | GRRM_T_CLUSTER_RISK_LIST | Risk list | 20080821 | ||
2 | ![]() |
IV_CLUSTER_ID | Call by reference | Type reference (TYPE) | GRRM_SCENARIO_GUID | GUID | 20080821 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Generic GRC API exception | 20080821 |
Method UPDATE_CLUSTER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_RISK_LIST | Call by reference | Type reference (TYPE) | GRRM_T_CLUSTER_RISK_LIST | Risk list | 20080821 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Generic GRC API exception | 20080821 |
Method UPDATE_CLUSTER_RISK_LIST_DB Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CT_CLUSTER_RISK | Call by reference | Type reference (TYPE) | GRRM_T_CLUSTER_RISK_LIST | Scenario Case Analysis | 20080821 | ||
2 | ![]() |
IV_OPERATION | Call by reference | Type reference (TYPE) | GRRM_UPDATE_ACTION | Action | 20080821 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Generic GRC API exception | 20080821 |
History
Last changed by/on | SAP | 20141106 |
SAP Release Created in | 300 |