SAP ABAP Class CL_GRRM_DELETER_CASE (Deleter base class for cases.)
Hierarchy
GRCFND_A (Software Component) GRC Foundation ABAP
   GRC-RM (Application Component) GRC Risk Management
     GRRM_UTIL_DELETE (Package) Service infrastructure of mass deletion
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_GRRM_ENTITY_DELETER Base class for deletion classes. 20081203
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_GRRM_ANALYSIS_DELETER Deleter class for analysis. 20081203
2 Inheritance (c INHERITING FROM c_ref)  CL_GRRM_PRISK_DELETER Deleter class for proposed risks. 20081203
3 Inheritance (c INHERITING FROM c_ref)  CL_GRRM_RESPONSE_DELETER Deleter class for responses. 20081203
4 Inheritance (c INHERITING FROM c_ref)  CL_GRRM_VALIDATION_DELETER Deleter class for validations. 20081203
Properties
Class CL_GRRM_DELETER_CASE  
Short Description Deleter base class for cases.    
Super Class CL_GRRM_ENTITY_DELETER Base class for deletion classes. 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package GRRM_UTIL_DELETE   Service infrastructure of mass deletion 
Created 20081203   SAP 
Last change 20141106    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_GRRM_DELETER_CASE has no forward declaration.
Interfaces
Class CL_GRRM_DELETER_CASE has no interface implemented.
Friends
Class CL_GRRM_DELETER_CASE has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MT_CASE Instance attribute Protected Type reference (TYPE) YT_CASE Cases table 20081203
2 MV_CASE_TYPE Instance attribute Protected Type reference (TYPE) SCMGCASE_TYPE Case type like 'G_RE'. 20081203
Methods
# Method Level Visibility Method type Description Created on
1 GET_CASE_TITLE Instance method Protected Method Returns the title of a case. 20081203
Events
Class CL_GRRM_DELETER_CASE has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 YT_CASE Protected See coding 20081203 YT_CASE TYPE STANDARD TABLE OF scmg_t_case_attr
Method Signatures

Method GET_CASE_TITLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_GUID Call by reference Type reference (TYPE) SCMG_CASE_GUID Technical Case Key (Case GUID) 20081203
2 Returning RV_TITLE Value transfer Type reference (TYPE) SCMG_CASE_TITLE Case Title 20081203

Method GET_CASE_TITLE on class CL_GRRM_DELETER_CASE has no exception.
History
Last changed by/on SAP  20141106 
SAP Release Created in 300