SAP ABAP Class CL_GRRM_DATAMART_DELETER (Deleter class for data mart.)
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. | 20081117 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_GRRM_ENTITY_COUNTABLE | Interface for entities which may count their instances. | 20081124 |
Properties
| Class | CL_GRRM_DATAMART_DELETER | |
| Short Description | Deleter class for data mart. | |
| 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 | 20081117 | SAP |
| Last change | 20141106 | |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_GRRM_ENTITY_COUNTABLE | Interface for entities which may count their instances. | 20081124 |
Friends
Class CL_GRRM_DATAMART_DELETER has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Type reference (TYPE) | YT_DATAMART_TABLE | List of datamart tables. | 20081117 |
Methods
Class CL_GRRM_DATAMART_DELETER has no method.
Events
Class CL_GRRM_DATAMART_DELETER has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | YS_DATAMART_TABLE | Private | See coding | 20081117 | BEGIN OF YS_DATAMART_TABLE,
table TYPE string,
entity TYPE grfn_api_entity_id,
condition TYPE string,
text_table TYPE string,
END OF YS_DATAMART_TABLE
|
||
| 2 | YT_DATAMART_TABLE | Private | See coding | 20081117 | YT_DATAMART_TABLE TYPE STANDARD TABLE OF ys_datamart_table
|
History
| Last changed by/on | SAP | 20141106 |
| SAP Release Created in | 300 |