SAP ABAP Class CL_GRRM_OB_MODEL_AGGR_HIER (Aggregation hierarchy model)
Hierarchy
GRCFND_A (Software Component) GRC Foundation ABAP
   GRC-RM (Application Component) GRC Risk Management
     GRRM_OB_REPORTING (Package) Operational Risk Management for Banks: Reporting
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_GRFN_API_CUSTOMFIELD_MODEL Model extension to handle the custom fields 20110427
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_GRFN_API_MODEL Interface for handling of GRC API models 20110427
Properties
Class CL_GRRM_OB_MODEL_AGGR_HIER  
Short Description Aggregation hierarchy model    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package GRRM_OB_REPORTING   Operational Risk Management for Banks: Reporting 
Created 20110427   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_CUSTOMFIELD_MODEL Model extension to handle the custom fields 20110427
2 IF_GRFN_API_MODEL Interface for handling of GRC API models 20110427
Friends
Class CL_GRRM_OB_MODEL_AGGR_HIER has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MR_INSTANCE Static Attribute Private Object reference (TYPE REF TO) CL_GRRM_OB_MODEL_AGGR_HIER Aggregation hierarchy model 20110427
2 MT_AGGR_HIER_BUFFER Instance attribute Private Type reference (TYPE) YT_AGGR_HIER_BUFFER 20110427
3 MT_LOCK Instance attribute Private Type reference (TYPE) GRFN_T_GUID Table of GUIDs 20110509
4 M_LANGU Instance attribute Private Type reference (TYPE) SYLANGU Language Key of Current Text Environment 20110427
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor 20110427
2 CREATE_AGGR_HIER Instance method Public Method 20110427
3 DELETE_AGGR_HIER Instance method Public Method 20110524
4 ENTITY_ENQUEUE Instance method Public Method 20110509
5 GET_AGGR_HIERS Instance method Public Method 20110429
6 IS_LOCKED Instance method Public Method 20110509
7 IS_USED Instance method Public Method Is RCSA plan used in aggregation hierarchy 20110610
8 RAISE_ERROR Instance method Private Method Raise error 20110429
9 READ_AGGR_HIER Instance method Public Method 20110427
10 UPDATE_AGGR_HIER Instance method Public Method 20110427
Events
Class CL_GRRM_OB_MODEL_AGGR_HIER has no event.
Types
Class CL_GRRM_OB_MODEL_AGGR_HIER has no local type.
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_LANGU Call by reference Type reference (TYPE) SYLANGU Language Key of Current Text Environment 20110427

Method CONSTRUCTOR on class CL_GRRM_OB_MODEL_AGGR_HIER has no exception.

Method CREATE_AGGR_HIER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_AGGR_HIER Call by reference Type reference (TYPE) GRRM_OB_S_AGGR_HIER List of RCSA Plans 20110427
2 Returning RV_AGGR_HIER_ID Value transfer Type reference (TYPE) GRRM_OB_AGGR_HIER_ID Aggregation hierarchy ID 20110427
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20110427

Method DELETE_AGGR_HIER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_AGGR_HIER_ID Call by reference Type reference (TYPE) GRRM_OB_AGGR_HIER_ID Aggregation hierarchy ID 20110524
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20110524

Method ENTITY_ENQUEUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_LOCKED Call by reference Type reference (TYPE) AS4FLAG Flag (X or Blank) 20110509
2 Exporting EV_LOCKED_BY Call by reference Type reference (TYPE) SYUNAME User Name 20110509
3 Importing IV_AGGR_HIER_ID Call by reference Type reference (TYPE) GRRM_OB_AGGR_HIER_ID RCSA ID 20110509

Method ENTITY_ENQUEUE on class CL_GRRM_OB_MODEL_AGGR_HIER has no exception.

Method GET_AGGR_HIERS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ET_AGGR_HIER Value transfer Type reference (TYPE) GRRM_OB_T_AGGR_HIER Aggregation hierarchy 20110429
2 Importing IV_HIER_TYPE Call by reference Type reference (TYPE) GRRM_OB_AGGR_HIER_TYPE Entity ID 20110429

Method GET_AGGR_HIERS on class CL_GRRM_OB_MODEL_AGGR_HIER has no exception.

Method IS_LOCKED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_AGGR_HIER_ID Call by reference Type reference (TYPE) GRRM_OB_AGGR_HIER_ID RCSA ID 20110509
2 Returning RV_LOCKED Value transfer Type reference (TYPE) AS4FLAG Flag (X or Blank) 20110509

Method IS_LOCKED on class CL_GRRM_OB_MODEL_AGGR_HIER has no exception.

Method IS_USED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_RCSA_PLAN_ID Call by reference Type reference (TYPE) GRRM_OB_RCSA_PLAN_ID RCSA Plan ID 20110610
2 Returning RV_RESULT Value transfer Type reference (TYPE) ABAP_BOOL 20110610

Method IS_USED on class CL_GRRM_OB_MODEL_AGGR_HIER 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 20110429
2 Importing PAR1 Call by reference Type reference (TYPE) ANY Message Variable 20110429
3 Importing PAR2 Call by reference Type reference (TYPE) ANY Message Variable 20110429
4 Importing PAR3 Call by reference Type reference (TYPE) ANY Message Variable 20110429
5 Importing PAR4 Call by reference Type reference (TYPE) ANY Message Variable 20110429
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20110429

Method READ_AGGR_HIER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_AGGR_HIER Call by reference Type reference (TYPE) GRRM_OB_S_AGGR_HIER List of RCSA Plans 20110427
2 Exporting ET_AGGR_EXCLUDED Call by reference Type reference (TYPE) GRFN_TS_API_OBJECT_ID Excluded aggregation leafs 20110523
3 Exporting ET_AGGR_RULE Call by reference Type reference (TYPE) GRRM_OB_T_AGGR_RULE Aggregation rule 20110502
4 Importing IV_AGGR_HIER_ID Call by reference Type reference (TYPE) GRRM_OB_AGGR_HIER_ID Aggregation hierarchy ID 20110427
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20110427

Method UPDATE_AGGR_HIER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_AGGR_HIER Call by reference Type reference (TYPE) GRRM_OB_S_AGGR_HIER List of RCSA Plans 20110427
2 Importing IT_AGGR_EXCLUDED Call by reference Type reference (TYPE) GRFN_TS_API_OBJECT_ID Excluded aggregation leafs 20110523
3 Importing IT_AGGR_RULE Call by reference Type reference (TYPE) GRRM_OB_T_AGGR_RULE Aggregation rule 20110502
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20110427
History
Last changed by/on SAP  20141106 
SAP Release Created in V1000