SAP ABAP Class CL_GRFN_CASE (case)
Hierarchy
GRCFND_A (Software Component) GRC Foundation ABAP
   GRC (Application Component) Governance, Risk and Compliance
     GRFN_ISSUE (Package) GRC Issue Management
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_GRFN_CASE PC Case 20091228
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_GRFN_ISSUE Ad Hoc Issue 20100106
Properties
Class CL_GRFN_CASE  
Short Description case    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package GRFN_ISSUE   GRC Issue Management 
Created 20091228   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 GRPC0 Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
3 IF_SRM Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
# Interface Abstract Final Description Created on
1 IF_GRFN_CASE PC Case 20091228
Friends
Class CL_GRFN_CASE has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GT_CASE Static Attribute Protected Type reference (TYPE) TY_T_CASE Global buffer 20100210
2 MO_ACTIVITY_MANAGER Instance attribute Private Object reference (TYPE REF TO) IF_GRFN_ACTIVITY_MANAGER activity&status 20100104
3 MO_GRPC_CASE_API Instance attribute Protected Object reference (TYPE REF TO) CL_GRPC_CASE_API SOA: Case 20100104
4 MO_REGULATION_MAPPING Instance attribute Private Object reference (TYPE REF TO) CL_GRFN_REGULATION_MAPPING The class to maintain object and regulations 20100210
5 MT_NEW_SUBRELA Instance attribute Protected Type reference (TYPE) T_CASE_ID Table: Technical Key of Case 20100125
6 MT_NOTES Instance attribute Protected Type reference (TYPE) TY_T_NOTES 20100113
7 MT_SUBCASES Instance attribute Private Type reference (TYPE) T_CASE All the modified subcases 20100113
Methods
# Method Level Visibility Method type Description Created on
1 ASSERT_HR_ORG_OBJECT Instance method Protected Method Assert hr org object 20100329
2 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20091231
3 GET_CASE Static method Public Method get_case 20091230
4 GET_REGULATION_HANDLER Instance method Private Method Singleton Init mo_regulation_mapping 20100210
5 SET_CLOSED_BY Instance method Protected Method Set Closed by 20100303
Events
Class CL_GRFN_CASE has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 S_CASE Protected See coding 20100113 BEGIN OF s_case, case TYPE REF TO if_grfn_case, END OF s_case
2 S_CASE_ID Protected See coding 20100127 BEGIN OF s_case_id, case_guid TYPE scmg_case_guid, case_type TYPE scmgcase_type, END OF s_case_id
3 TY_S_CASE Protected See coding 20091230 BEGIN OF ty_s_case, guid TYPE scmg_case_guid, case TYPE REF TO if_grfn_case, END OF ty_s_case
4 TY_S_CASECLASS Protected See coding 20091230 BEGIN OF ty_s_caseclass, case_type TYPE scmgcase_type, category TYPE scmg_category, caseclass TYPE grfn_class_name, statusclass TYPE grfn_class_name, END OF ty_s_caseclass
5 TY_S_NOTES Protected See coding 20100113 BEGIN OF ty_s_notes , model_id TYPE string, notes TYPE REF TO if_grpc_notes_api, END OF ty_s_notes
6 TY_T_CASE Protected See coding 20091230 ty_t_case TYPE HASHED TABLE OF ty_s_case WITH UNIQUE KEY guid
7 TY_T_CASECLASS Protected See coding 20091230 ty_t_caseclass TYPE HASHED TABLE OF ty_s_caseclass WITH UNIQUE KEY case_type category
8 TY_T_NOTES Protected See coding 20100113 ty_t_notes TYPE HASHED TABLE OF ty_s_notes WITH UNIQUE KEY model_id
9 T_CASE Protected See coding 20100113 t_case TYPE TABLE OF s_case
10 T_CASE_ID Protected See coding 20100127 t_case_id TYPE TABLE OF s_case_id
Method Signatures

Method ASSERT_HR_ORG_OBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_DATE_INTERVAL Call by reference Type reference (TYPE) GRPC_S_DATE_INTERVAL Date of the Assessment or of the Test 20100329
2 Importing IV_EXT_REF Call by reference Type reference (TYPE) SCMG_EXT_REF External reference 20100329
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20100329

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_GRPC_CASE_API Call by reference Object reference (TYPE REF TO) CL_GRPC_CASE_API SOA: Case 20091231
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20100119

Method GET_CASE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_CASEID Value transfer Type reference (TYPE) GRFN_CASE_ID Technical Case Key (Case GUID) 20100107
2 Importing I_UPDATE_TASK Value transfer Type reference (TYPE) SRMBOOLEAN IF_SRM=>TRUE Boolean: Possible Values IF_SRM=>TRUE / FALSE 20091230
3 Returning RO_CASE Value transfer Object reference (TYPE REF TO) IF_GRFN_CASE PC Case 20091230
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION PC: Case 20100113

Method GET_REGULATION_HANDLER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RO_HANDLER Value transfer Object reference (TYPE REF TO) CL_GRFN_REGULATION_MAPPING The class to maintain object and regulations 20100210

Method GET_REGULATION_HANDLER on class CL_GRFN_CASE has no exception.

Method SET_CLOSED_BY Signature

Method SET_CLOSED_BY on class CL_GRFN_CASE has no parameter.
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20100303
History
Last changed by/on SAP  20141106 
SAP Release Created in 600