SAP ABAP Class CL_GRRM_OB_MODEL_RCSA (RCSA model class)
Hierarchy
GRCFND_A (Software Component) GRC Foundation ABAP
   GRC-RM (Application Component) GRC Risk Management
     GRRM_OB_RCSA (Package) Op. Risk Mngmt for Banks: Risk Control Self Assessment
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 20110304
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_GRFN_API_MODEL Interface for handling of GRC API models 20110304
Properties
Class CL_GRRM_OB_MODEL_RCSA  
Short Description RCSA model class    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package GRRM_OB_RCSA   Op. Risk Mngmt for Banks: Risk Control Self Assessment 
Created 20110304   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 20110304
2 IF_GRFN_API_MODEL Interface for handling of GRC API models 20110304
Friends
Class CL_GRRM_OB_MODEL_RCSA has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MR_CDF_MODEL Instance attribute Private Object reference (TYPE REF TO) CL_GRFN_UTIL_CDF_MODEL CDF Model utility class 20110304
2 MR_INSTANCE Static Attribute Private Object reference (TYPE REF TO) CL_GRRM_OB_MODEL_RCSA RCSA model class 20110304
3 MT_LOCKS Instance attribute Private Type reference (TYPE) YT_LOCKS 20110309
4 MT_RCSA_BUFFER Instance attribute Private Type reference (TYPE) YT_RCSA_BUFFER RCSA 20110307
5 MT_RCSA_PLAN_BUFFER Instance attribute Private Type reference (TYPE) YT_RCSA_PLAN_BUFFER RCSA Plans 20110304
6 MV_RCSA_BUFFERED Instance attribute Private Type reference (TYPE) ABAP_BOOL 20110401
7 M_LANGU Instance attribute Private Type reference (TYPE) SYLANGU Language Key of Current Text Environment 20110304
Methods
# Method Level Visibility Method type Description Created on
1 ACTLIST_RCSA Instance method Public Method Returns list of allowed activities for the current status 20110308
2 CONSTRUCTOR Instance method Public Constructor 20110304
3 CREATE_RCSA Instance method Public Method 20110307
4 CREATE_RCSA_PLAN Instance method Public Method 20110304
5 DELETE_RCSA Instance method Public Method 20110307
6 DELETE_RCSA_PLAN Instance method Public Method 20110304
7 DOACTION_RCSA Instance method Public Method Store status change into buffer 20110308
8 ENTITY_ENQUEUE Instance method Public Method 20110304
9 GET_RCSA Instance method Public Method 20110307
10 GET_RCSA_PLANS Instance method Public Method 20110304
11 IS_LOCKED Instance method Public Method 20110304
12 RAISE_ERROR Instance method Private Method Raise error 20110309
13 READ_RCSA Instance method Public Method 20110307
14 READ_RCSA_PLAN Instance method Public Method 20110304
15 SAVE_RCSA Instance method Private Method 20110307
16 SAVE_RCSA_PLAN Instance method Private Method 20110307
17 UPDATE_RCSA Instance method Public Method 20110307
18 UPDATE_RCSA_PLAN Instance method Public Method 20110304
Events
Class CL_GRRM_OB_MODEL_RCSA has no event.
Types
Class CL_GRRM_OB_MODEL_RCSA has no local type.
Method Signatures

Method ACTLIST_RCSA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ID Call by reference Type reference (TYPE) GRRM_OB_RCSA_ID UUID of the GRC object (char32) 20110309
2 Returning RT_ACTLIST Value transfer Type reference (TYPE) GRRM_T_RCSA_ACTION Texts for Business Transactions 20110308
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20110308

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 SY-LANGU Language Key of Current Text Environment 20110304

Method CONSTRUCTOR on class CL_GRRM_OB_MODEL_RCSA has no exception.

Method CREATE_RCSA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_RCSA Call by reference Type reference (TYPE) GRRM_OB_S_RCSA List of RCSA Plans 20110307
2 Returning RV_RCSA_ID Value transfer Type reference (TYPE) GRRM_OB_RCSA_ID RCSA Plan ID 20110307
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20110307

Method CREATE_RCSA_PLAN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_RCSA_PLAN Call by reference Type reference (TYPE) GRRM_OB_S_RCSA_PLAN List of RCSA Plans 20110304
2 Importing IT_RCSA_MATRIX Call by reference Type reference (TYPE) GRRM_OB_T_RCSA_MATRIX RCSA Matrix 20110304
3 Returning RV_RCSA_PLAN_ID Value transfer Type reference (TYPE) GRRM_OB_RCSA_PLAN_ID RCSA Plan ID 20110307
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20110304

Method DELETE_RCSA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_RCSA_ID Call by reference Type reference (TYPE) GRRM_OB_RCSA_ID RCSA ID 20110307
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20110307

Method DELETE_RCSA_PLAN 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 20110304
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20110304

Method DOACTION_RCSA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ACTION Call by reference Type reference (TYPE) GRRM_OB_RCSA_ACTION Business Transaction 20110309
2 Importing IV_ID Call by reference Type reference (TYPE) GRRM_OB_RCSA_ID UUID of the GRC object (char32) 20110309
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20110308

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) 20110304
2 Exporting EV_LOCKED_BY Call by reference Type reference (TYPE) SYUNAME User Name 20110304
3 Importing IV_RCSA_ID Call by reference Type reference (TYPE) GRRM_OB_RCSA_ID RCSA ID 20110307
4 Importing IV_RCSA_PLAN_ID Call by reference Type reference (TYPE) GRRM_OB_RCSA_PLAN_ID RCSA Plan ID 20110304

Method ENTITY_ENQUEUE on class CL_GRRM_OB_MODEL_RCSA has no exception.

Method GET_RCSA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_ORGUNIT Call by reference Type reference (TYPE) GRFN_TS_OBJECTID Object ID 20110316
2 Importing IT_RCSA_PLAN Call by reference Type reference (TYPE) GRFN_T_GUID RCSA Plan 20110316
3 Importing IT_RISK_CATEGORY Call by reference Type reference (TYPE) GRFN_TS_OBJECTID Object ID 20110316
4 Returning RT_RCSA Value transfer Type reference (TYPE) GRRM_OB_T_RCSA RCSA 20110307
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20110307

Method GET_RCSA_PLANS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ENTITY Call by reference Type reference (TYPE) GRFN_API_ENTITY_ID Entity ID 20110304
2 Returning RT_RCSA_PLAN Value transfer Type reference (TYPE) GRRM_OB_T_RCSA_PLAN RCSA Plans 20110304
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20110307

Method IS_LOCKED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_RCSA_ID Call by reference Type reference (TYPE) GRRM_OB_RCSA_ID RCSA ID 20110307
2 Importing IV_RCSA_PLAN_ID Call by reference Type reference (TYPE) GRRM_OB_RCSA_PLAN_ID RCSA Plan ID 20110304
3 Returning RV_LOCKED Value transfer Type reference (TYPE) AS4FLAG Flag (X or Blank) 20110304

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

Method READ_RCSA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_RCSA Call by reference Type reference (TYPE) GRRM_OB_S_RCSA RCSA 20110307
2 Exporting ET_KEY_FIGURE Call by reference Type reference (TYPE) GRRM_OB_T_API_RCSA_KEYFIG Key figures related to particular RCSA Instance 20110412
3 Importing IV_RCSA_ID Call by reference Type reference (TYPE) GRRM_OB_RCSA_ID RCSA ID 20110307
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20110307

Method READ_RCSA_PLAN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_RCSA_PLAN Call by reference Type reference (TYPE) GRRM_OB_S_RCSA_PLAN List of RCSA Plans 20110304
2 Exporting ET_RCSA_MATRIX Call by reference Type reference (TYPE) GRRM_OB_T_RCSA_MATRIX RCSA Matrix 20110304
3 Importing IV_RCSA_PLAN_ID Call by reference Type reference (TYPE) GRRM_OB_RCSA_PLAN_ID RCSA Plan ID 20110304
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20110304

Method SAVE_RCSA Signature

Method SAVE_RCSA on class CL_GRRM_OB_MODEL_RCSA has no parameter.
Method SAVE_RCSA on class CL_GRRM_OB_MODEL_RCSA has no exception.

Method SAVE_RCSA_PLAN Signature

Method SAVE_RCSA_PLAN on class CL_GRRM_OB_MODEL_RCSA has no parameter.
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20110323

Method UPDATE_RCSA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_RCSA Call by reference Type reference (TYPE) GRRM_OB_S_RCSA List of RCSA Plans 20110307
2 Importing IT_KEY_FIGURE Call by reference Type reference (TYPE) GRRM_OB_T_API_RCSA_KEYFIG Key figures related to particular RCSA Instance 20110412
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20110307

Method UPDATE_RCSA_PLAN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_RCSA_PLAN Call by reference Type reference (TYPE) GRRM_OB_S_RCSA_PLAN List of RCSA Plans 20110304
2 Importing IT_RCSA_MATRIX Call by reference Type reference (TYPE) GRRM_OB_T_RCSA_MATRIX RCSA Matrix 20110304
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20110304
History
Last changed by/on SAP  20141106 
SAP Release Created in V1000