SAP ABAP Class CL_EPM_DGC_TEST (EPM: Test channel for EPM Data generator)
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_EPM_DGC_STANDARD | EPM standard channel | 20100929 |
Properties
| Class | CL_EPM_DGC_TEST | |
| Short Description | EPM: Test channel for EPM Data generator | |
| Super Class | CL_EPM_DGC_STANDARD | EPM standard channel |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | T | Test Program |
| Category | 0 | |
| Package | S_EPM_DG | EPM: New Data Generator |
| Created | 20100705 | SAP |
| Last change | 20130531 | SAP |
| 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
Class CL_EPM_DGC_TEST has no interface implemented.
Friends
Class CL_EPM_DGC_TEST has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Protected | Type reference (TYPE) | STRING | 'GC_CHECK_DATA' | 20101013 | |||
| 2 | Constant | Public | Type reference (TYPE) | STRING | 'GG_TEST_CREATE_ERR_PROD' | 20101011 | |||
| 3 | Constant | Public | Type reference (TYPE) | STRING | 'GG_TEST_CREATE_ERR_STAFF' | 20101011 | |||
| 4 | Constant | Public | Type reference (TYPE) | STRING | 'GC_MD_BLOCKSIZE' | 20101011 | |||
| 5 | Constant | Public | Type reference (TYPE) | STRING | 'GC_REPORT_PD_DATA_CREA_ERR' | 20101014 | |||
| 6 | Constant | Public | Type reference (TYPE) | STRING | 'GC_REPORT_STAFF_DATA_CREA_ERR' | 20101109 | |||
| 7 | Constant | Public | Type reference (TYPE) | STRING | 'GC_REPORT_STAFFING_DATA_CREATION_SUCCESS' | 20101109 | |||
| 8 | Constant | Public | Type reference (TYPE) | STRING | 'GC_TD_BLOCKSIZE' | 20101011 | |||
| 9 | Constant | Public | Type reference (TYPE) | STRING | 'GC_USE_INVALID_PD_DATA_BLOCKS' | 20101011 | |||
| 10 | Constant | Public | Type reference (TYPE) | STRING | 'GC_USE_INVALID_ST_DATA_BLOCKS' | 20101014 | |||
| 11 | Static Attribute | Public | Type reference (TYPE) | STRING | 20100930 | ||||
| 12 | Static Attribute | Protected | Type reference (TYPE) | I | '50' | 20101011 | |||
| 13 | Static Attribute | Protected | Type reference (TYPE) | STRINGTAB | Table with Strings | 20101008 | |||
| 14 | Instance attribute | Private | Type reference (TYPE) | TT_TEST_DATA | 20101007 | ||||
| 15 | Instance attribute | Private | Type reference (TYPE) | SEPM_DGT_TEST | test data type | 20100816 | |||
| 16 | Static Attribute | Protected | Type reference (TYPE) | I | '100' | 20101011 |
Methods
Class CL_EPM_DGC_TEST has no method.
Events
Class CL_EPM_DGC_TEST has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TT_TEST_DATA | Public | See coding | 20101007 | tt_test_data TYPE TABLE OF ty_test_data WITH KEY bo_node_name
|
||
| 2 | TY_TEST_DATA | Public | See coding | 20101007 | BEGIN OF ty_test_data.
TYPES bo_node_name TYPE char30.
TYPES nr_of_node_elem TYPE int4.
TYPES final TYPE boolean.
TYPES END OF ty_test_data
|
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 703 |