SAP ABAP Class CL_GRRM_ENTITY_DELETER (Base class for deletion classes.)
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 - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_GRRM_DATAMART_DELETER Deleter class for data mart. 20081117
2 Inheritance (c INHERITING FROM c_ref)  CL_GRRM_DELETER_CASE Deleter base class for cases. 20081203
3 Inheritance (c INHERITING FROM c_ref)  CL_GRRM_DELETER_HRCOMM Deleter base class for HR-Comm data. 20081114
4 Inheritance (c INHERITING FROM c_ref)  CL_GRRM_DOCUMENT_DELETER Deleter class for documents & links. 20081111
5 Inheritance (c INHERITING FROM c_ref)  CL_GRRM_FACT_SHEET_DELETER Deleter class for fact sheets. 20081208
6 Inheritance (c INHERITING FROM c_ref)  CL_GRRM_INCIDENT_DELETER Deleter class for incidents. 20081110
7 Inheritance (c INHERITING FROM c_ref)  CL_GRRM_KRI_HIST_DELETER Deleter class for KRI history. 20081118
8 Inheritance (c INHERITING FROM c_ref)  CL_GRRM_KRI_IMPLRQ_DELETER Deleter class for KRI Implementationrequests. 20081119
9 Inheritance (c INHERITING FROM c_ref)  CL_GRRM_PLANNER_DELETER Deleter class for planner. 20081111
10 Inheritance (c INHERITING FROM c_ref)  CL_GRRM_SCENARIO_DELETER Deleter class for scenario cases. 20081124
... Click here to see Used By full list (13 items)
Properties
Class CL_GRRM_ENTITY_DELETER  
Short Description Base class for deletion classes.    
Super Class    
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 20081110   SAP 
Last change 20141106    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 GRFN0 Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 GRFNH Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
3 GRRM0 Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
4 GRRMM Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_GRRM_ENTITY_DELETER has no interface implemented.
Friends
Class CL_GRRM_ENTITY_DELETER has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MO_LOG Instance attribute Protected Object reference (TYPE REF TO) CL_GRRM_CLEANUP_LOG The log object. 20081110
2 MO_MANAGER Instance attribute Protected Object reference (TYPE REF TO) CL_GRRM_CLEANUP_MANAGER Central singleton class for entity and dependency descript. 20081110
3 MO_SESSION Instance attribute Protected Object reference (TYPE REF TO) CL_GRFN_API_SESSION Reference to the session. 20081110
4 MT_DEPENDENCIES Instance attribute Private Type reference (TYPE) GRRM_T_TRANS_ENTITY_DEPENDENCY Contains directly dependent entities. 20081110
5 MV_BEGDA Constant Protected Type reference (TYPE) DATS '19000101' Field of type DATS 20081112
6 MV_COUNTER Instance attribute Protected Type reference (TYPE) I 0 Whole Number with +/- Sign (-2.147.483.648 .. 2.147.483.647) 20081110
7 MV_ENDDA Constant Protected Type reference (TYPE) DATS '99991231' Field of type DATS 20081112
8 MV_ENTITY_ID Instance attribute Protected Type reference (TYPE) GRFN_API_ENTITY_ID Entity ID 20081110
9 MV_ENTITY_NAME Instance attribute Private Type reference (TYPE) STRING 20081203
10 MV_PARENT_ENTITY_ID Instance attribute Protected Type reference (TYPE) GRFN_API_ENTITY_ID Entity ID 20081110
11 MV_PARENT_ID Instance attribute Protected Type reference (TYPE) GRFN_API_OBJECT_ID Object ID 20081110
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor Creates the deleter, calls initialize. 20081110
2 DELETE Instance method Public Method Deletes the entity/instance and children. 20081110
3 DELETE_CHILD_ENTITIES Instance method Protected Method Creates deleters for partial child entities, executes them. 20081110
4 DELETE_INSTANCE Instance method Protected Method Deletes an instance of the entity specified by the id. 20081110
5 GET_INSTANCE_COUNT Instance method Protected Method Returns number of instances. 20081110
6 GET_NEXT_ID Instance method Protected Method Returns the next id using the counter. 20081110
7 INITIALIZE Instance method Protected Method Initializes entity specific behavior. 20081110
8 LOG_DELETION_FAILED Instance method Protected Method Logs that a deletion failed. 20081209
9 LOG_INSTANCE_DELETED Instance method Protected Method Logs that an instance of an entity was deleted. 20081203
10 QUERY_INSTANCES Instance method Protected Method Queries the instances of the entity dependent on parent. 20081110
Events
Class CL_GRRM_ENTITY_DELETER has no event.
Types
Class CL_GRRM_ENTITY_DELETER has no local type.
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_PARENT_ENTITY_ID Call by reference Type reference (TYPE) GRFN_API_ENTITY_ID Entity ID 20081110
2 Importing IV_PARENT_ID Call by reference Type reference (TYPE) GRFN_API_OBJECT_ID Object ID 20081110

Method CONSTRUCTOR on class CL_GRRM_ENTITY_DELETER has no exception.

Method DELETE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_RESULT_COUNT Value transfer Type reference (TYPE) I Whole Number with +/- Sign (-2.147.483.648 .. 2.147.483.647) 20081110

Method DELETE on class CL_GRRM_ENTITY_DELETER has no exception.

Method DELETE_CHILD_ENTITIES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_PARENT_ID Call by reference Type reference (TYPE) GRFN_API_OBJECT_ID Object ID 20081110
2 Returning RV_RESULT_COUNT Value transfer Type reference (TYPE) I Whole Number with +/- Sign (-2.147.483.648 .. 2.147.483.647) 20081110

Method DELETE_CHILD_ENTITIES on class CL_GRRM_ENTITY_DELETER has no exception.

Method DELETE_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_INSTANCE_ID Call by reference Type reference (TYPE) GRFN_API_OBJECT_ID Object ID 20081110
2 Returning RV_RESULT_COUNT Value transfer Type reference (TYPE) I Whole Number with +/- Sign (-2.147.483.648 .. 2.147.483.647) 20081110

Method DELETE_INSTANCE on class CL_GRRM_ENTITY_DELETER has no exception.

Method GET_INSTANCE_COUNT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_COUNT Value transfer Type reference (TYPE) I Whole Number with +/- Sign (-2.147.483.648 .. 2.147.483.647) 20081110

Method GET_INSTANCE_COUNT on class CL_GRRM_ENTITY_DELETER has no exception.

Method GET_NEXT_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_ID Value transfer Type reference (TYPE) GRFN_API_OBJECT_ID Object ID 20081110

Method GET_NEXT_ID on class CL_GRRM_ENTITY_DELETER has no exception.

Method INITIALIZE Signature

Method INITIALIZE on class CL_GRRM_ENTITY_DELETER has no parameter.
Method INITIALIZE on class CL_GRRM_ENTITY_DELETER has no exception.

Method LOG_DELETION_FAILED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ENTITY_ID Call by reference Type reference (TYPE) GRFN_API_ENTITY_ID Entity ID 20081209
2 Importing IV_INSTANCE_ID Call by reference Type reference (TYPE) GRFN_API_OBJECT_ID Object ID 20081209
3 Importing IV_TITLE Call by reference Type reference (TYPE) GRFN_TITLE Title/Short Name 20081209
4 Importing IX_EXCEPTION Call by reference Object reference (TYPE REF TO) CX_ROOT Abstract Superclass for All Global Exceptions 20081209

Method LOG_DELETION_FAILED on class CL_GRRM_ENTITY_DELETER has no exception.

Method LOG_INSTANCE_DELETED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ENTITY_ID Call by reference Type reference (TYPE) GRFN_API_ENTITY_ID Entity ID 20081203
2 Importing IV_INSTANCE_ID Call by reference Type reference (TYPE) GRFN_API_OBJECT_ID Object ID 20081203
3 Importing IV_TITLE Call by reference Type reference (TYPE) GRFN_TITLE Title/Short Name 20081203

Method LOG_INSTANCE_DELETED on class CL_GRRM_ENTITY_DELETER has no exception.

Method QUERY_INSTANCES Signature

Method QUERY_INSTANCES on class CL_GRRM_ENTITY_DELETER has no parameter.
Method QUERY_INSTANCES on class CL_GRRM_ENTITY_DELETER has no exception.
Meta Relationship - Used By (full list)
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_GRRM_DATAMART_DELETER Deleter class for data mart. 20081117
2 Inheritance (c INHERITING FROM c_ref)  CL_GRRM_DELETER_CASE Deleter base class for cases. 20081203
3 Inheritance (c INHERITING FROM c_ref)  CL_GRRM_DELETER_HRCOMM Deleter base class for HR-Comm data. 20081114
4 Inheritance (c INHERITING FROM c_ref)  CL_GRRM_DOCUMENT_DELETER Deleter class for documents & links. 20081111
5 Inheritance (c INHERITING FROM c_ref)  CL_GRRM_FACT_SHEET_DELETER Deleter class for fact sheets. 20081208
6 Inheritance (c INHERITING FROM c_ref)  CL_GRRM_INCIDENT_DELETER Deleter class for incidents. 20081110
7 Inheritance (c INHERITING FROM c_ref)  CL_GRRM_KRI_HIST_DELETER Deleter class for KRI history. 20081118
8 Inheritance (c INHERITING FROM c_ref)  CL_GRRM_KRI_IMPLRQ_DELETER Deleter class for KRI Implementationrequests. 20081119
9 Inheritance (c INHERITING FROM c_ref)  CL_GRRM_PLANNER_DELETER Deleter class for planner. 20081111
10 Inheritance (c INHERITING FROM c_ref)  CL_GRRM_SCENARIO_DELETER Deleter class for scenario cases. 20081124
11 Inheritance (c INHERITING FROM c_ref)  CL_GRRM_SIMULATION_DELETER Deleter class for monte carlo simulation. 20081111
12 Inheritance (c INHERITING FROM c_ref)  CL_GRRM_SURVEY_DELETER Deleter class for surveys. 20081111
13 Inheritance (c INHERITING FROM c_ref)  CL_GRRM_WORKFLOW_DELETER Deleter class for workflows. 20081118
History
Last changed by/on SAP  20141106 
SAP Release Created in 300