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 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 GRFNH 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 MC_CREATE Constant Public Type reference (TYPE) GRRM_UPDATE_ACTION 'C' Action 20080821
2 MC_DELETE Constant Public Type reference (TYPE) GRRM_UPDATE_ACTION 'D' Action 20080821
3 MC_UPDATE Constant Public Type reference (TYPE) GRRM_UPDATE_ACTION 'U' Action 20080821
4 MT_CLUSTER_BUFFER Instance attribute Private Type reference (TYPE) YT_CLUSTER_BUFFER 20080821
5 MT_INSTANCE_POOL Static Attribute Private Type reference (TYPE) YT_INSTANCE_POOL 20100209
6 MV_CLUSTER_ID Instance attribute Private Type reference (TYPE) GRRM_SCENARIO_GUID GUID 20080821
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor 20080821
2 CREATE Static method Public Method 20100209
3 GET_INSTANCE Static method Public Method 20100209
4 RAISE_ERROR Instance method Private Method 20080821
5 READ_CLUSTER_RISK_LIST Instance method Private Method 20080821
6 RETRIEVE_CLUSTER Instance method Public Method 20080821
7 SAVE Instance method Public Method 20080821
8 SET_CLUSTER_RISKS Instance method Private Method 20080821
9 UPDATE_CLUSTER Instance method Public Method 20080821
10 UPDATE_CLUSTER_RISK_LIST_DB 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 Importing 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 Returning 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 Importing IV_CLUSTER_ID Call by reference Type reference (TYPE) GRRM_CLUSTER_ID Cluster ID 20100209
2 Returning 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 Importing I_NO Call by reference Type reference (TYPE) SY-MSGNO Message Number 20080821
2 Importing PAR1 Call by reference Type reference (TYPE) SY-MSGV1 Message Variable 20080821
3 Importing PAR2 Call by reference Type reference (TYPE) SY-MSGV2 Message Variable 20080821
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION 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 Importing IV_CLUSTER_ID Call by reference Type reference (TYPE) GRRM_SCENARIO_GUID GUID 20080821
2 Returning 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 Exporting ET_RISK_LIST Call by reference Type reference (TYPE) GRRM_T_CLUSTER_RISK_LIST Risk list 20080821
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20080821

Method SAVE Signature

Method SAVE on class CL_GRRM_CLUSTER has no parameter.
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION 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 Importing IT_RISK_LIST Call by reference Type reference (TYPE) GRRM_T_CLUSTER_RISK_LIST Risk list 20080821
2 Importing IV_CLUSTER_ID Call by reference Type reference (TYPE) GRRM_SCENARIO_GUID GUID 20080821
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20080821

Method UPDATE_CLUSTER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_RISK_LIST Call by reference Type reference (TYPE) GRRM_T_CLUSTER_RISK_LIST Risk list 20080821
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION 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 Changing CT_CLUSTER_RISK Call by reference Type reference (TYPE) GRRM_T_CLUSTER_RISK_LIST Scenario Case Analysis 20080821
2 Importing IV_OPERATION Call by reference Type reference (TYPE) GRRM_UPDATE_ACTION Action 20080821
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20080821
History
Last changed by/on SAP  20141106 
SAP Release Created in 300