SAP ABAP Class CL_GRRM_MODEL_ANA_KRI_CONFIG (Model Analysis KRI Configuration)
Hierarchy
GRCFND_A (Software Component) GRC Foundation ABAP
   GRC-RM (Application Component) GRC Risk Management
     GRRM_RISK (Package) Package GRC-RM Risk
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_GRFN_API_MODEL Interface for handling of GRC API models 20120315
Properties
Class CL_GRRM_MODEL_ANA_KRI_CONFIG  
Short Description Model Analysis KRI Configuration    
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 20120315   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_MODEL Interface for handling of GRC API models 20120315
Friends
Class CL_GRRM_MODEL_ANA_KRI_CONFIG has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MC_MSGID_GRRM_ANALYSIS Constant Private Type reference (TYPE) SYMSGID 'GRRM_ANALYSIS' Message Class 20120315
2 MO_INSTANCE Static Attribute Private Object reference (TYPE REF TO) CL_GRRM_MODEL_ANA_KRI_CONFIG Model Analysis KRI Configuration 20120315
3 MT_BUFFER Instance attribute Private Type reference (TYPE) YT_BUFFER Language Key of Current Text Environment 20120315
4 MT_LOCK Instance attribute Private Type reference (TYPE) GRFN_T_GUID Table of GUIDs 20120315
5 MV_BUFFER_LOADED Instance attribute Private Type reference (TYPE) ABAP_BOOL 20120315
6 M_LANGU Instance attribute Private Type reference (TYPE) SYLANGU Language Key of Current Text Environment 20120315
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor Constructor 20120315
2 CREATE Instance method Public Method Create KRI Analysis Configuration 20120315
3 DELETE Instance method Public Method Delete KRI Analysis Configuration 20120315
4 DEQUEUE Instance method Public Method Deque KRI Analysis Configuration 20120315
5 ENQUEUE Instance method Public Method Enqueue KRI Analysis Configuration 20120315
6 GET Instance method Public Method Get all KRI Analysis Configurations 20120315
7 IS_LOCKED Instance method Public Method Is locked 20120316
8 RAISE_ERROR Instance method Private Method Raise error 20120315
9 READ Instance method Public Method Rread KRI Analysis Configuration 20120315
10 UPDATE Instance method Public Method Update KRI Analysis Configuration 20120315
Events
Class CL_GRRM_MODEL_ANA_KRI_CONFIG has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 YS_BUFFER Private See coding 20120315 begin of ys_buffer, data type grrm_s_ana_kri_config, updated type xfeld, end of ys_buffer
2 YT_BUFFER Private See coding 20120315 yt_buffer type hashed table of ys_buffer with unique key data-config_id
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 20120315

Method CONSTRUCTOR on class CL_GRRM_MODEL_ANA_KRI_CONFIG has no exception.

Method CREATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_ANA_KRI_CONFIG Call by reference Type reference (TYPE) GRRM_S_ANA_KRI_CONFIG KRI Driven Analysis 20120315
2 Returning RV_ID Value transfer Type reference (TYPE) GRRM_ANA_KRI_CONFIG_GUID Analysis - KRI configuration GUID 20120315
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20120315

Method DELETE 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_ANA_KRI_CONFIG_GUID Analysis - KRI configuration GUID 20120315
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20120315

Method DEQUEUE 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_ANA_KRI_CONFIG_GUID KRI Driven Analysis Configuration - Configuration GUID 20120315

Method DEQUEUE on class CL_GRRM_MODEL_ANA_KRI_CONFIG has no exception.

Method 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) 20120315
2 Exporting EV_LOCKED_BY Call by reference Type reference (TYPE) SYUNAME User Name 20120315
3 Importing IV_ID Call by reference Type reference (TYPE) GRRM_ANA_KRI_CONFIG_GUID KRI Driven Analysis Configuration - Configuration GUID 20120315

Method ENQUEUE on class CL_GRRM_MODEL_ANA_KRI_CONFIG has no exception.

Method GET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_ANA_KRI_CONFIG Call by reference Type reference (TYPE) GRRM_T_ANA_KRI_CONFIG KRI Driven Analysis 20120315
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20120315

Method IS_LOCKED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_AGGR_RUN_ID Call by reference Type reference (TYPE) GRRM_ANA_KRI_CONFIG_GUID KRI Driven Analysis Configuration - Configuration GUID 20120316
2 Returning RV_LOCKED Value transfer Type reference (TYPE) AS4FLAG Flag (X or Blank) 20120316

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

Method READ Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_ANA_KRI_CONFIG Call by reference Type reference (TYPE) GRRM_S_ANA_KRI_CONFIG KRI Driven Analysis 20120315
2 Importing IV_ID Call by reference Type reference (TYPE) GRRM_ANA_KRI_CONFIG_GUID Analysis - KRI configuration GUID 20120315
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20120315

Method UPDATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_ANA_KRI_CONFIG Call by reference Type reference (TYPE) GRRM_S_ANA_KRI_CONFIG KRI Driven Analysis 20120315
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20120315
History
Last changed by/on SAP  20141106 
SAP Release Created in V1100