SAP ABAP Class CL_EPM_DG_TARGET_BASE (EPM: New data generator base target class)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-SRV-NWD (Application Component) NetWeaver Demonstration
⤷
S_EPM_DG (Package) EPM: New Data Generator
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_EXM_DG_TARGET_BASE | EPM: Abstract base class for EPM/ESM targets | 20100630 |
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_EPM_DGT_MASS_BUNDLE_WS | Target for transient data, will not write do DB | 20110929 |
| 2 | Inheritance (c INHERITING FROM c_ref) | CL_EPM_DGT_STANDARD | EPM: Standard Data Generation Target | 20100706 |
| 3 | Inheritance (c INHERITING FROM c_ref) | CL_EPM_DGT_TEST | EPM: Test class for EPM DG Target | 20100709 |
| 4 | Inheritance (c INHERITING FROM c_ref) | CL_ESH_TAU_EPM_DG_TARGET_CLASS | ESH - EPM Data Generator Traget Class | 20101201 |
Properties
| Class | CL_EPM_DG_TARGET_BASE | |
| Short Description | EPM: New data generator base target class | |
| Super Class | CL_EXM_DG_TARGET_BASE | EPM: Abstract base class for EPM/ESM targets |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | S_EPM_DG | EPM: New Data Generator |
| Created | 20100630 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_EPM_DG_TARGET_BASE has no forward declaration.
Interfaces
Class CL_EPM_DG_TARGET_BASE has no interface implemented.
Friends
Class CL_EPM_DG_TARGET_BASE has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | TY_TARGET_TYPE | 'EPM' | The target type | 20100701 | ||
| 2 | Instance attribute | Protected | Object reference (TYPE REF TO) | IF_EPM_MESSAGE_BUFFER | EPM: Message buffer interface | 20100630 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | CONSTRUCTOR | 20100630 |
Events
Class CL_EPM_DG_TARGET_BASE has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TT_KEYS | Protected | See coding | 20100713 | tt_keys type hashed table of ty_key with unique key node_key
|
||
| 2 | TY_KEY | Protected | See coding | 20100713 | BEGIN of TY_KEY,
client type sy-mandt,
node_key type snwd_node_key,
END of ty_key
|
Method Signatures
Method CONSTRUCTOR Signature
Method CONSTRUCTOR on class CL_EPM_DG_TARGET_BASE has no parameter.
Method CONSTRUCTOR on class CL_EPM_DG_TARGET_BASE has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 703 |