SAP ABAP Class CL_GRRM_CASE_API (SOA:CASE)
Hierarchy
GRCFND_A (Software Component) GRC Foundation ABAP
   GRC-RM (Application Component) GRC Risk Management
     GRRM_CASE_MANAGEMENT (Package) Case management for risks
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_GRRM_CASE_NOTES_API Methods for Case Notes Backend of SOA 20080103
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_GRRM_CASE_RESPONSE Case Mgmt for response 20080110
Properties
Class CL_GRRM_CASE_API  
Short Description SOA:CASE    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package GRRM_CASE_MANAGEMENT   Case management for risks 
Created 20071220   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 GRRM0 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...
4 IF_SRM_SP_ENQUEUE Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
# Interface Abstract Final Description Created on
1 IF_GRRM_CASE_NOTES_API Methods for Case Notes Backend of SOA 20080103
Friends
Class CL_GRRM_CASE_API has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MO_CASE_API Instance attribute Protected Object reference (TYPE REF TO) IF_SCMG_CASE_API Case: Rec Mgmnt-external api 20080312
2 MTS_CASE_API Static Attribute Private Type reference (TYPE) YTS_CASE_API 20100518
3 MT_NOTES_API Instance attribute Private Type reference (TYPE) TT_NOTES_API 20090326
4 MV_CAN_CHANGE_RECORD Instance attribute Private Type reference (TYPE) SRMBOOLEAN Boolean: Possible Values IF_SRM=>TRUE / FALSE 20080312
5 MV_DELETED Instance attribute Public Type reference (TYPE) XFELD Case was deleted ? 20080312
6 MV_IS_CASENOTES_CHANGED Instance attribute Private Type reference (TYPE) SRMBOOLEAN Boolean: Possible Values IF_SRM=>TRUE / FALSE 20080312
7 MV_IS_CHANGED Instance attribute Public Type reference (TYPE) SRMBOOLEAN Boolean: Possible Values IF_SRM=>TRUE / FALSE 20080312
8 MV_IS_CLOSED Instance attribute Private Type reference (TYPE) SRMBOOLEAN Boolean: Possible Values IF_SRM=>TRUE / FALSE 20080312
9 MV_IS_ENQUEUED Instance attribute Private Type reference (TYPE) SRMBOOLEAN Boolean: Possible Values IF_SRM=>TRUE / FALSE 20080312
10 MV_IS_NEW_CLONED Instance attribute Private Type reference (TYPE) SRMBOOLEAN whether new case is cloned 20080312
11 MV_IS_NEW_CREATED Instance attribute Private Type reference (TYPE) SRMBOOLEAN Boolean: Possible Values IF_SRM=>TRUE / FALSE 20080312
Methods
# Method Level Visibility Method type Description Created on
1 ASSERT_HR_ORG Static method Public Method 20081013
2 CLONE Instance method Public Method copy 20080110
3 CLOSE_CASE Instance method Public Method completly close case after processing 20080107
4 CONSTRUCTOR Instance method Public Constructor 20080110
5 CREATE_CASE Static method Public Method Case: Create 20080102
6 CREATE_INSTANCE Static method Private Method create case instance according to case type 20080104
7 DELETE Instance method Public Method Case: Delete 20080107
8 DEQUEUE Instance method Public Method Remove lock from case 20080107
9 ELEMENT_DELETE Instance method Protected Method delete an element in the case file (ID or anchor) 20080107
10 ELEMENT_INSERT Instance method Protected Method insert object in the case file 20080107
11 ENQUEUE Instance method Public Method Lock Case 20080107
12 FIND_BY_HR_OBJECT Static method Public Method 20080407
13 GET_ALL_ATTRIBUTE Instance method Public Method read all attributes 20080104
14 GET_CASE Static method Public Method create case object 20080104
15 GET_CASE_BACKEND Instance method Private Method 20080319
16 GET_CASE_NOTES Instance method Public Method methods note case 20080107
17 GET_CASE_TYPE Instance method Public Method Return Case Type 20071221
18 GET_ELEMENTS Instance method Public Method Get Elements from Record 20071221
19 GET_NOTE_TEXT Instance method Public Method 20080324
20 GET_ONE_ATTRIBUTE Instance method Public Method read attribute of a case 20080104
21 GET_SUB_NOTE Instance method Public Method 20080110
22 GET_UPDATE_TASK Instance method Public Method read update switch 20080107
23 IS_CHANGED Instance method Public Method whether case is changed 20080104
24 IS_ENQUEUED Instance method Public Method whether case is enqueued 20080107
25 IS_NEW_CREATED Instance method Public Method 20090204
26 LINK_TO_ENTITY Instance method Private Method Link case to an existing entity 20080104
27 LOAD_ALL_OBJECTS Instance method Private Method load linked objects 20080104
28 QUERY_CASE_CATEGORY Static method Public Method 20080408
29 RAISE_ERROR Static method Public Method 20080603
30 REFRESH_BUFFER Instance method Public Method refresh case api instance or current session 20080107
31 RETRIEVE_BASIC_ATTR Static method Public Method 20081016
32 SAVE Instance method Public Method Case: save 20080104
33 SET_INITIAL_STATUS Instance method Private Method 20080319
34 SET_NOTE_TEXT Instance method Public Method 20080324
35 SET_ONE_ATTRIBUTE Instance method Public Method set one attribute 20080104
Events
Class CL_GRRM_CASE_API has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_S_GRRM_CASE_CATEGORY Public See coding 20080408 BEGIN OF ty_s_grrm_case_category, CASE_TYPE type SCMGCASE_TYPE, CATEGORY type SCMG_CATEGORY, DESCRIPTION type TEXT60, END OF ty_s_grrm_case_category
2 TY_TS_GRRM_CASE_CATEGORY Public See coding 20080408 ty_ts_grrm_case_category TYPE STANDARD TABLE OF ty_s_grrm_case_category
Method Signatures

Method ASSERT_HR_ORG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_CASE_GUID Call by reference Type reference (TYPE) SCMG_CASE_GUID Technical Case Key (Case GUID) 20081013
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20081013

Method CLONE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_UPDATE_TASK Call by reference Type reference (TYPE) SRMBOOLEAN Boolean: Possible Values IF_SRM=>TRUE / FALSE 20080312
2 Returning RO_CASE_API Value transfer Object reference (TYPE REF TO) CL_GRRM_CASE_API SOA:CASE 20080312
# Exception Resumable Description Created on
1 CX_GRRM_CASE Risk Management : Case 20080125

Method CLOSE_CASE Signature

Method CLOSE_CASE on class CL_GRRM_CASE_API has no parameter.
Method CLOSE_CASE on class CL_GRRM_CASE_API has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_CASE_TYPE Call by reference Type reference (TYPE) SCMGCASE_TYPE Case Type 20080312

Method CONSTRUCTOR on class CL_GRRM_CASE_API has no exception.

Method CREATE_CASE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_CASE_GUID Call by reference Type reference (TYPE) SCMG_CASE_GUID Technical Case Key (Case GUID) 20080701
2 Importing IV_CASE_TYPE Value transfer Type reference (TYPE) SCMGCASE_TYPE Case Type 20080312
3 Importing IV_UPDATE_TASK Value transfer Type reference (TYPE) SRMBOOLEAN Boolean: Possible Values IF_SRM=>TRUE / FALSE 20080312
4 Returning RO_GRRM_CASE_API Value transfer Object reference (TYPE REF TO) CL_GRRM_CASE_API SOA:CASE 20080312
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Risk Management : Case 20100813

Method CREATE_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_CASE_TYPE Value transfer Type reference (TYPE) SCMGCASE_TYPE Case Type 20080312
2 Returning RO_GRRM_CASE_API Value transfer Object reference (TYPE REF TO) CL_GRRM_CASE_API SOA:CASE 20080312
# Exception Resumable Description Created on
1 CX_GRRM_CASE Risk Management : Case 20080104

Method DELETE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_CHECK_AUTHORITY Call by reference Type reference (TYPE) XFELD Checkbox 20080312
2 Importing IV_DELETE_FROM_CONTAINER Call by reference Type reference (TYPE) SRMBOOLEAN Boolean: Possible Values IF_SRM=>TRUE / FALSE 20080312
3 Returning RV_NEW Value transfer Type reference (TYPE) SRMBOOLEAN Boolean: Possible Values IF_SRM=>TRUE / FALSE 20080717
# Exception Resumable Description Created on
1 CX_GRRM_CASE Risk Management : Case 20080107

Method DEQUEUE Signature

Method DEQUEUE on class CL_GRRM_CASE_API has no parameter.
# Exception Resumable Description Created on
1 CX_GRRM_CASE Risk Management : Case 20080107

Method ELEMENT_DELETE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ANCHOR Call by reference Type reference (TYPE) STRING anchor in record model 20080312
2 Importing IV_ID Call by reference Type reference (TYPE) STRING Node ID for the BOR object in the record 20080312
3 Importing IV_SPS_ID Call by reference Type reference (TYPE) STRING sps id 20080312
4 Importing IV_SP_POID Call by reference Type reference (TYPE) SRM_LIST_POID details in the element for POID determination 20080312
# Exception Resumable Description Created on
1 CX_GRRM_CASE Risk Management : Case 20080107

Method ELEMENT_INSERT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ANCHOR Call by reference Type reference (TYPE) STRING anchor in record model where insertion to be made 20080312
2 Importing IV_MODEL_ID Call by reference Type reference (TYPE) STRING node id 20080312
3 Importing IV_SPS_ID Call by reference Type reference (TYPE) STRING sps id(element type) 20080312
4 Importing IV_SP_POID Call by reference Type reference (TYPE) SRM_LIST_POID element details for poid determination 20080312
# Exception Resumable Description Created on
1 CX_GRRM_CASE Risk Management : Case 20080107

Method ENQUEUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_MODE Call by reference Type reference (TYPE) STRING IF_SRM_SP_ENQUEUE=>MODE_EXCLUSIVE 20080312
2 Importing IV_SCOPE Call by reference Type reference (TYPE) STRING IF_SRM_SP_ENQUEUE=>SCOPE_DIALOG 20080312
# Exception Resumable Description Created on
1 CX_GRRM_CASE Risk Management : Case 20080107

Method FIND_BY_HR_OBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_ATTRIBUTE Call by reference Type reference (TYPE) TABLE Analysis list 20080407
2 Importing IV_CASE_TYPE Call by reference Type reference (TYPE) SCMGCASE_TYPE Case Type 20080408
3 Importing IV_EXT_REF Call by reference Type reference (TYPE) GRFN_API_OBJECT_ID GRRM ID of the individual object 20080926
# Exception Resumable Description Created on
1 CX_GRRM_CASE Risk Management : Case 20080407

Method GET_ALL_ATTRIBUTE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_BYPASS_BUFFER Call by reference Type reference (TYPE) GRFN_BOOLEAN ABAP_FALSE Indicator 20110826
2 Returning RT_VALUE Value transfer Type reference (TYPE) TY_NAMEVALUEASSTRING NAMEVALUEASSTRING 20110826

Method GET_ALL_ATTRIBUTE on class CL_GRRM_CASE_API has no exception.

Method GET_CASE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_BYPASS_BUFFER Call by reference Type reference (TYPE) GRFN_BOOLEAN ABAP_FALSE Indicator 20110826
2 Importing IV_CASE_GUID Call by reference Type reference (TYPE) SCMG_CASE_GUID Technical Case Key (Case GUID) 20080312
3 Importing IV_UPDATE_TASK Value transfer Type reference (TYPE) SRMBOOLEAN IF_SRM=>TRUE Boolean: Possible Values IF_SRM=>TRUE / FALSE 20080312
4 Returning RO_GRRM_CASE_API Value transfer Object reference (TYPE REF TO) CL_GRRM_CASE_API SOA:CASE 20080312
# Exception Resumable Description Created on
1 CX_GRRM_CASE Risk Management : Case 20080104

Method GET_CASE_BACKEND Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RO_CASE_BACKEND Value transfer Object reference (TYPE REF TO) IF_SCMG_CASE Case Interface 20080319

Method GET_CASE_BACKEND on class CL_GRRM_CASE_API has no exception.

Method GET_CASE_NOTES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RO_CASE_NOTES Value transfer Object reference (TYPE REF TO) IF_GRRM_CASE_NOTES_API Methods for Case Notes Backend of SOA 20080312
# Exception Resumable Description Created on
1 CX_GRRM_CASE Risk Management : Case 20080107

Method GET_CASE_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_CASE_TYPE Value transfer Type reference (TYPE) SCMGCASE_TYPE case type 20080312

Method GET_CASE_TYPE on class CL_GRRM_CASE_API has no exception.

Method GET_ELEMENTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_MODEL_ID Value transfer Type reference (TYPE) STRING 20080312
2 Returning RT_POID Value transfer Type reference (TYPE) SRM_LIST_POID_INTERFACE List: IF_SRM_POID 20071221
# Exception Resumable Description Created on
1 CX_GRRM_CASE Risk Management : Case 20071221

Method GET_NOTE_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_BYPASS_BUFFER Call by reference Type reference (TYPE) GRFN_BOOLEAN ABAP_FALSE Indicator 20110826
2 Importing IV_TDID_ID Call by reference Type reference (TYPE) TDID Text ID 20080324
3 Returning RV_TEXT Value transfer Type reference (TYPE) STRING 20110826
# Exception Resumable Description Created on
1 CX_GRRM_CASE Risk Management : Case 20080324

Method GET_ONE_ATTRIBUTE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_NAME Value transfer Type reference (TYPE) STRING 20080312
2 Returning RV_VALUE Value transfer Type reference (TYPE) STRING 20080312
# Exception Resumable Description Created on
1 CX_GRRM_CASE Risk Management : Case 20080104

Method GET_SUB_NOTE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_BYPASS_BUFFER Call by reference Type reference (TYPE) GRFN_BOOLEAN ABAP_FALSE Indicator 20110826
2 Importing IV_TDID_ID Call by reference Type reference (TYPE) TDID Text ID 20080312
3 Returning RO_NOTE Value transfer Object reference (TYPE REF TO) IF_GRRM_NOTES_API SOA: Notes API 20080312
# Exception Resumable Description Created on
1 CX_GRRM_CASE Risk Management : Case 20080128

Method GET_UPDATE_TASK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_UPDATE_TASK Value transfer Type reference (TYPE) SRMBOOLEAN Boolean: Possible Values IF_SRM=>TRUE / FALSE 20080312

Method GET_UPDATE_TASK on class CL_GRRM_CASE_API has no exception.

Method IS_CHANGED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_CHANGED Value transfer Type reference (TYPE) SRMBOOLEAN X/Space=Yes/No 20080312

Method IS_CHANGED on class CL_GRRM_CASE_API has no exception.

Method IS_ENQUEUED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_ENQUEUED Value transfer Type reference (TYPE) SRMBOOLEAN Boolean: Possible Values IF_SRM=>TRUE / FALSE 20080312

Method IS_ENQUEUED on class CL_GRRM_CASE_API has no exception.

Method IS_NEW_CREATED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_NEW_CREATED Value transfer Type reference (TYPE) SRMBOOLEAN Boolean: Possible Values IF_SRM=>TRUE / FALSE 20090204

Method IS_NEW_CREATED on class CL_GRRM_CASE_API has no exception.

Method LINK_TO_ENTITY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_CASE_API Value transfer Object reference (TYPE REF TO) IF_SCMG_CASE_API Case: RM External API 20080312

Method LINK_TO_ENTITY on class CL_GRRM_CASE_API has no exception.

Method LOAD_ALL_OBJECTS Signature

Method LOAD_ALL_OBJECTS on class CL_GRRM_CASE_API has no parameter.
Method LOAD_ALL_OBJECTS on class CL_GRRM_CASE_API has no exception.

Method QUERY_CASE_CATEGORY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_CASE_TYPE Call by reference Type reference (TYPE) SCMGCASE_TYPE Case Type 20080408
2 Exporting RT_CASE_CATEGORY Value transfer Type reference (TYPE) TY_TS_GRRM_CASE_CATEGORY categories 20080408

Method QUERY_CASE_CATEGORY on class CL_GRRM_CASE_API has no exception.

Method RAISE_ERROR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_NO Call by reference Type reference (TYPE) SY-MSGNO Message Number 20080603
2 Importing IV_PAR1 Call by reference Type reference (TYPE) SY-MSGV1 Message Variable 20080603
3 Importing IV_PAR2 Call by reference Type reference (TYPE) SY-MSGV2 Message Variable 20080603
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20080603

Method REFRESH_BUFFER Signature

Method REFRESH_BUFFER on class CL_GRRM_CASE_API has no parameter.
Method REFRESH_BUFFER on class CL_GRRM_CASE_API has no exception.

Method RETRIEVE_BASIC_ATTR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_ATTRIBUTE Call by reference Type reference (TYPE) TABLE Analysis list 20081016
2 Importing IS_DATE_INTERVAL Call by reference Type reference (TYPE) GRRM_S_DATE_INTERVAL Date of the Assessment or of the Test 20081016
3 Importing IV_CASE_GUID Call by reference Type reference (TYPE) SCMG_CASE_GUID Technical Case Key (Case GUID) 20081016
# Exception Resumable Description Created on
1 CX_GRRM_CASE Risk Management : Case 20081016

Method SAVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_DEQUEUE Call by reference Type reference (TYPE) SRMBOOLEAN 'X' Unlock Cases 20080312
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20080603
2 CX_GRRM_CASE Risk Management : Case 20080104

Method SET_INITIAL_STATUS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_OBJNR Call by reference Type reference (TYPE) SCMGSTATOBJNR Case: Status Object Number (GUID), (Central Status Managmnt) 20080319
# Exception Resumable Description Created on
1 CX_GRRM_CASE Risk Management : Case 20080320

Method SET_NOTE_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_CONTENT Call by reference Type reference (TYPE) STRING 20080324
2 Importing IV_TDID_ID Call by reference Type reference (TYPE) TDID Text ID 20080324
# Exception Resumable Description Created on
1 CX_GRRM_CASE Risk Management : Case 20080324

Method SET_ONE_ATTRIBUTE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_NAME Value transfer Type reference (TYPE) STRING 20080312
2 Importing IV_VALUE Value transfer Type reference (TYPE) STRING 20080312
# Exception Resumable Description Created on
1 CX_GRRM_CASE Risk Management : Case 20080104
History
Last changed by/on SAP  20141106 
SAP Release Created in 300